Home
last modified time | relevance | path

Searched refs:GOTGCTL (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_coreintr.c127 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
135 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
161 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
163 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
169 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
176 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
178 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
188 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
224 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
226 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
Ddwc2_core.c83 gr->gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_backup_global_registers()
122 dwc2_writel(hsotg, gr->gotgctl, GOTGCTL); in dwc2_restore_global_registers()
382 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_iddig_filter_enabled()
448 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_reset()
734 addr = GOTGCTL; in dwc2_dump_global_registers()
736 (unsigned long)addr, dwc2_readl(hsotg, GOTGCTL)); in dwc2_dump_global_registers()
1200 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_phy_init()
1202 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_phy_init()
Ddwc2_hcd.c2170 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init()
2172 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init()
2271 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2273 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
2280 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2282 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
3221 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change()
3247 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change()
3360 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_port_suspend()
3362 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_port_suspend()
Ddwc2_hw.h45 #define GOTGCTL HSOTG_REG(0x000) macro