Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore.c685 u32 ahbcfg = dwc2_readl(hsotg->regs + GAHBCFG); in dwc2_gahbcfg_init() local
694 if (hsotg->core_params->ahbcfg != -1) { in dwc2_gahbcfg_init()
695 ahbcfg &= GAHBCFG_CTRL_MASK; in dwc2_gahbcfg_init()
696 ahbcfg |= hsotg->core_params->ahbcfg & in dwc2_gahbcfg_init()
722 ahbcfg |= GAHBCFG_DMA_EN; in dwc2_gahbcfg_init()
724 dwc2_writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_gahbcfg_init()
2935 hsotg->core_params->ahbcfg = val; in dwc2_set_param_ahbcfg()
2937 hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 << in dwc2_set_param_ahbcfg()
3048 dwc2_set_param_ahbcfg(hsotg, params->ahbcfg); in dwc2_set_parameters()
3258 u32 ahbcfg = dwc2_readl(hsotg->regs + GAHBCFG); in dwc2_enable_global_interrupts() local
[all …]
Dplatform.c81 .ahbcfg = 0x10,
111 .ahbcfg = GAHBCFG_HBSTLEN_INCR16 <<
Dcore.h397 int ahbcfg; member
Dhcd.c2916 u32 ahbcfg; in dwc2_hcd_free() local
2954 ahbcfg = dwc2_readl(hsotg->regs + GAHBCFG); in dwc2_hcd_free()
2957 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()
2958 dwc2_writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_hcd_free()