Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dparams.c25 p->ahbcfg = 0x10; in dwc2_set_bcm_params()
45 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_his_params()
126 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_rk_params()
146 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << in dwc2_set_ltq_params()
162 p->ahbcfg = GAHBCFG_HBSTLEN_INCR8 << in dwc2_set_amlogic_params()
189 p->ahbcfg = GAHBCFG_HBSTLEN_INCR8 << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_amlogic_a1_params()
200 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_amcc_params()
244 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_stm32mp15_fsotg_params()
261 p->ahbcfg = GAHBCFG_HBSTLEN_INCR16 << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_stm32mp15_hsotg_params()
491 p->ahbcfg = GAHBCFG_HBSTLEN_INCR << GAHBCFG_HBSTLEN_SHIFT; in dwc2_set_default_params()
Dcore.c849 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_enable_global_interrupts() local
851 ahbcfg |= GAHBCFG_GLBL_INTR_EN; in dwc2_enable_global_interrupts()
852 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_enable_global_interrupts()
863 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_disable_global_interrupts() local
865 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_disable_global_interrupts()
866 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_disable_global_interrupts()
Dhcd.c71 u32 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_gahbcfg_init() local
80 if (hsotg->params.ahbcfg != -1) { in dwc2_gahbcfg_init()
81 ahbcfg &= GAHBCFG_CTRL_MASK; in dwc2_gahbcfg_init()
82 ahbcfg |= hsotg->params.ahbcfg & in dwc2_gahbcfg_init()
94 ahbcfg |= GAHBCFG_DMA_EN; in dwc2_gahbcfg_init()
98 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_gahbcfg_init()
5027 u32 ahbcfg; in dwc2_hcd_free() local
5066 ahbcfg = dwc2_readl(hsotg, GAHBCFG); in dwc2_hcd_free()
5069 ahbcfg &= ~GAHBCFG_GLBL_INTR_EN; in dwc2_hcd_free()
5070 dwc2_writel(hsotg, ahbcfg, GAHBCFG); in dwc2_hcd_free()
Dcore.h475 u32 ahbcfg; member
Ddebugfs.c700 print_param_hex(seq, p, ahbcfg); in params_show()
Dgadget.c3473 hsotg->params.ahbcfg, in dwc2_hsotg_core_init_disconnected()