Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.c77 gr->gusbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_backup_global_registers()
115 dwc2_writel(gr->gusbcfg, hsotg->regs + GUSBCFG); in dwc2_restore_global_registers()
336 u32 gusbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_core_reset()
426 gusbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_force_mode()
433 dwc2_writel(gusbcfg, hsotg->regs + GUSBCFG); in dwc2_force_mode()
452 gusbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_clear_force_mode()
455 dwc2_writel(gusbcfg, hsotg->regs + GUSBCFG); in dwc2_clear_force_mode()
606 addr = hsotg->regs + GUSBCFG; in dwc2_dump_global_registers()
Dhcd.c134 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_fs_phy_init()
137 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_fs_phy_init()
175 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_fs_phy_init()
177 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_fs_phy_init()
200 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_hs_phy_init()
230 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_hs_phy_init()
267 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_phy_init()
270 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_phy_init()
272 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_phy_init()
275 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_phy_init()
[all …]
Dhcd_intr.c283 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_hprt0_enable()
291 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_hprt0_enable()
327 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_hprt0_enable()
Dhw.h87 #define GUSBCFG HSOTG_REG(0x00C) macro
Dgadget.c3276 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_hsotg_core_init_disconnected()
3291 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_hsotg_core_init_disconnected()
4233 usbcfg = dwc2_readl(hsotg->regs + GUSBCFG); in dwc2_hsotg_init()
4241 dwc2_writel(usbcfg, hsotg->regs + GUSBCFG); in dwc2_hsotg_init()
Ddebugfs.c410 dump_register(GUSBCFG),