Searched refs:ahbcfg (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
H A Dplatform.c77 .ahbcfg = 0x10,
105 .ahbcfg = 0x7, /* INCR16 */
H A Dcore.c318 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); dwc2_gahbcfg_init() local
327 if (hsotg->core_params->ahbcfg != -1) { dwc2_gahbcfg_init()
328 ahbcfg &= GAHBCFG_CTRL_MASK; dwc2_gahbcfg_init()
329 ahbcfg |= hsotg->core_params->ahbcfg & dwc2_gahbcfg_init()
355 ahbcfg |= GAHBCFG_DMA_EN; dwc2_gahbcfg_init()
357 writel(ahbcfg, hsotg->regs + GAHBCFG); dwc2_gahbcfg_init()
2567 hsotg->core_params->ahbcfg = val; dwc2_set_param_ahbcfg()
2569 hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 << dwc2_set_param_ahbcfg()
2646 dwc2_set_param_ahbcfg(hsotg, params->ahbcfg); dwc2_set_parameters()
2838 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); dwc2_enable_global_interrupts() local
2840 ahbcfg |= GAHBCFG_GLBL_INTR_EN; dwc2_enable_global_interrupts()
2841 writel(ahbcfg, hsotg->regs + GAHBCFG); dwc2_enable_global_interrupts()
2852 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); dwc2_disable_global_interrupts() local
2854 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; dwc2_disable_global_interrupts()
2855 writel(ahbcfg, hsotg->regs + GAHBCFG); dwc2_disable_global_interrupts()
H A Dhcd.c2694 u32 ahbcfg; dwc2_hcd_free() local
2732 ahbcfg = readl(hsotg->regs + GAHBCFG); dwc2_hcd_free()
2735 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; dwc2_hcd_free()
2736 writel(ahbcfg, hsotg->regs + GAHBCFG); dwc2_hcd_free()
H A Dcore.h323 * @ahbcfg: This field allows the default value of the GAHBCFG
369 int ahbcfg; member in struct:dwc2_core_params

Completed in 90 milliseconds