Lines Matching refs:ahbcfg
318 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()
2567 hsotg->core_params->ahbcfg = val; in dwc2_set_param_ahbcfg()
2569 hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 << in dwc2_set_param_ahbcfg()
2646 dwc2_set_param_ahbcfg(hsotg, params->ahbcfg); in dwc2_set_parameters()
2838 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_enable_global_interrupts() local
2840 ahbcfg |= GAHBCFG_GLBL_INTR_EN; in dwc2_enable_global_interrupts()
2841 writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_enable_global_interrupts()
2852 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_disable_global_interrupts() local
2854 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_disable_global_interrupts()
2855 writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_disable_global_interrupts()