Home
last modified time | relevance | path

Searched refs:ahbcfg (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/dwc2/
Dplatform.c76 .ahbcfg = 0x10,
104 .ahbcfg = 0x7, /* INCR16 */
Dcore.c318 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_gahbcfg_init() local
327 if (hsotg->core_params->ahbcfg != -1) { in dwc2_gahbcfg_init()
328 ahbcfg &= GAHBCFG_CTRL_MASK; in dwc2_gahbcfg_init()
329 ahbcfg |= hsotg->core_params->ahbcfg & in dwc2_gahbcfg_init()
355 ahbcfg |= GAHBCFG_DMA_EN; in dwc2_gahbcfg_init()
357 writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_gahbcfg_init()
2577 hsotg->core_params->ahbcfg = val; in dwc2_set_param_ahbcfg()
2579 hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 << in dwc2_set_param_ahbcfg()
2656 dwc2_set_param_ahbcfg(hsotg, params->ahbcfg); in dwc2_set_parameters()
2848 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_enable_global_interrupts() local
[all …]
Dpci.c86 .ahbcfg = -1,
Dcore.h412 int ahbcfg; member
Dhcd.c2680 u32 ahbcfg; in dwc2_hcd_free() local
2718 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_hcd_free()
2721 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()
2722 writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_hcd_free()