Searched refs:ahbcfg (Results 1 – 4 of 4) sorted by relevance
77 .ahbcfg = 0x10,105 .ahbcfg = 0x7, /* INCR16 */
318 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_gahbcfg_init() local327 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[all …]
369 int ahbcfg; member
2694 u32 ahbcfg; in dwc2_hcd_free() local2732 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_hcd_free()2735 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()2736 writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_hcd_free()