Searched refs:ahbcfg (Results 1 - 5 of 5) sorted by path

/drivers/usb/dwc2/
H A Dcore.c318 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); local
327 if (hsotg->core_params->ahbcfg != -1) {
328 ahbcfg &= GAHBCFG_CTRL_MASK;
329 ahbcfg |= hsotg->core_params->ahbcfg &
355 ahbcfg |= GAHBCFG_DMA_EN;
357 writel(ahbcfg, hsotg->regs + GAHBCFG);
2577 hsotg->core_params->ahbcfg = val;
2579 hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 <<
2656 dwc2_set_param_ahbcfg(hsotg, params->ahbcfg);
2848 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); local
2862 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); local
[all...]
H A Dcore.h366 * @ahbcfg: This field allows the default value of the GAHBCFG
412 int ahbcfg; member in struct:dwc2_core_params
H A Dhcd.c2680 u32 ahbcfg; local
2718 ahbcfg = readl(hsotg->regs + GAHBCFG);
2721 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN;
2722 writel(ahbcfg, hsotg->regs + GAHBCFG);
H A Dpci.c86 .ahbcfg = -1,
H A Dplatform.c76 .ahbcfg = 0x10,
104 .ahbcfg = 0x7, /* INCR16 */

Completed in 82 milliseconds