Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dparams.c49 p->ahbcfg = 0x10; in dwc2_set_bcm_params()
68 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_his_params()
90 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_rk_params()
105 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_ltq_params()
120 p->ahbcfg = GAHBCFG_HBSTLEN_INCR8 << in dwc2_set_amlogic_params()
139 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_amcc_params()
384 p->ahbcfg = GAHBCFG_HBSTLEN_INCR << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_default_params()
Dcore.c935 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_enable_global_interrupts() local
937 ahbcfg |= GAHBCFG_GLBL_INTR_EN; in dwc2_enable_global_interrupts()
938 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_enable_global_interrupts()
949 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_disable_global_interrupts() local
951 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_disable_global_interrupts()
952 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_disable_global_interrupts()
Dhcd.c102 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_gahbcfg_init() local
111 if (hsotg->params.ahbcfg != -1) { in dwc2_gahbcfg_init()
112 ahbcfg &= GAHBCFG_CTRL_MASK; in dwc2_gahbcfg_init()
113 ahbcfg |= hsotg->params.ahbcfg & in dwc2_gahbcfg_init()
125 ahbcfg |= GAHBCFG_DMA_EN; in dwc2_gahbcfg_init()
129 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_gahbcfg_init()
4932 u32 ahbcfg; in dwc2_hcd_free() local
4971 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_hcd_free()
4974 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()
4975 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_hcd_free()
Dcore.h492 u32 ahbcfg; member
Ddebugfs.c696 print_param_hex(seq, p, ahbcfg); in params_show()
Dgadget.c3441 hsotg->params.ahbcfg, in dwc2_hsotg_core_init_disconnected()