Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dparams.c49 p->ahbcfg = 0x10; in dwc2_set_bcm_params()
68 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_his_params()
82 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_rk_params()
96 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_ltq_params()
111 p->ahbcfg = GAHBCFG_HBSTLEN_INCR8 << in dwc2_set_amlogic_params()
119 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_amcc_params()
304 p->ahbcfg = GAHBCFG_HBSTLEN_INCR << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_default_params()
Dcore.c920 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_enable_global_interrupts() local
922 ahbcfg |= GAHBCFG_GLBL_INTR_EN; in dwc2_enable_global_interrupts()
923 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_enable_global_interrupts()
934 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_disable_global_interrupts() local
936 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_disable_global_interrupts()
937 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_disable_global_interrupts()
Dhcd.c292 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_gahbcfg_init() local
301 if (hsotg->params.ahbcfg != -1) { in dwc2_gahbcfg_init()
302 ahbcfg &= GAHBCFG_CTRL_MASK; in dwc2_gahbcfg_init()
303 ahbcfg |= hsotg->params.ahbcfg & in dwc2_gahbcfg_init()
315 ahbcfg |= GAHBCFG_DMA_EN; in dwc2_gahbcfg_init()
319 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_gahbcfg_init()
5057 u32 ahbcfg; in dwc2_hcd_free() local
5096 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_hcd_free()
5099 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()
5100 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_hcd_free()
Dcore.h469 u32 ahbcfg; member
Ddebugfs.c695 print_param_hex(seq, p, ahbcfg); in params_show()
Dgadget.c3273 hsotg->params.ahbcfg, in dwc2_hsotg_core_init_disconnected()