Searched refs:ahbcfg (Results 1 – 5 of 5) sorted by relevance
76 .ahbcfg = 0x10,104 .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()2577 hsotg->core_params->ahbcfg = val; in dwc2_set_param_ahbcfg()2579 hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 << in dwc2_set_param_ahbcfg()2656 dwc2_set_param_ahbcfg(hsotg, params->ahbcfg); in dwc2_set_parameters()2848 u32 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_enable_global_interrupts() local[all …]
86 .ahbcfg = -1,
412 int ahbcfg; member
2680 u32 ahbcfg; in dwc2_hcd_free() local2718 ahbcfg = readl(hsotg->regs + GAHBCFG); in dwc2_hcd_free()2721 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()2722 writel(ahbcfg, hsotg->regs + GAHBCFG); in dwc2_hcd_free()