Searched refs:GOTGCTL (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/dwc2/ |
D | drd.c | 27 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_ovr_init() 34 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_ovr_init() 44 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_ovr_avalid() 59 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_ovr_avalid() 66 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_ovr_bvalid() 81 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_ovr_bvalid()
|
D | core_intr.c | 89 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 97 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 123 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 125 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr() 131 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 138 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 140 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr() 150 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 186 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr() 188 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
|
D | core.c | 46 gr->gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_backup_global_registers() 85 dwc2_writel(hsotg, gr->gotgctl, GOTGCTL); in dwc2_restore_global_registers() 345 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_iddig_filter_enabled() 411 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_reset() 697 addr = hsotg->regs + GOTGCTL; in dwc2_dump_global_registers() 699 (unsigned long)addr, dwc2_readl(hsotg, GOTGCTL)); in dwc2_dump_global_registers() 1163 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_phy_init() 1165 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_phy_init()
|
D | platform.c | 666 gotgctl = dwc2_readl(dwc2, GOTGCTL); in dwc2_suspend() 675 dwc2_writel(dwc2, gotgctl, GOTGCTL); in dwc2_suspend() 724 gotgctl = dwc2_readl(dwc2, GOTGCTL); in dwc2_resume() 728 dwc2_writel(dwc2, gotgctl, GOTGCTL); in dwc2_resume()
|
D | hcd.c | 2094 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init() 2096 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init() 2195 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2197 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init() 2204 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2206 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init() 3147 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change() 3173 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change() 3283 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_port_suspend() 3285 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_port_suspend()
|
D | hw.h | 13 #define GOTGCTL HSOTG_REG(0x000) macro
|
D | debugfs.c | 340 dump_register(GOTGCTL),
|
D | gadget.c | 3600 if (!hsotg->role_sw || (dwc2_readl(hsotg, GOTGCTL) & GOTGCTL_BSESVLD)) in dwc2_hsotg_core_connect() 3744 u32 usb_status = dwc2_readl(hsotg, GOTGCTL); in dwc2_hsotg_irq()
|