Lines Matching refs:ahbcfg
685 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
3260 ahbcfg |= GAHBCFG_GLBL_INTR_EN; in dwc2_enable_global_interrupts()
3261 dwc2_writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_enable_global_interrupts()
3272 u32 ahbcfg = dwc2_readl(hsotg->regs + GAHBCFG); in dwc2_disable_global_interrupts() local
3274 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_disable_global_interrupts()
3275 dwc2_writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_disable_global_interrupts()