Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc2/
Dcore_intr.c119 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
127 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
153 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
155 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
161 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
168 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
170 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
180 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
216 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_handle_otg_intr()
218 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_handle_otg_intr()
Dcore.c76 gr->gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_backup_global_registers()
115 dwc2_writel(hsotg, gr->gotgctl, GOTGCTL); in dwc2_restore_global_registers()
444 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_iddig_filter_enabled()
513 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_reset()
768 addr = hsotg->regs + GOTGCTL; in dwc2_dump_global_registers()
770 (unsigned long)addr, dwc2_readl(hsotg, GOTGCTL)); in dwc2_dump_global_registers()
Dhcd.c2128 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init()
2130 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init()
2229 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2231 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
2238 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2240 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
3175 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change()
3201 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change()
3292 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_port_suspend()
3294 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_port_suspend()
Dhw.h43 #define GOTGCTL HSOTG_REG(0x000) macro
Ddebugfs.c339 dump_register(GOTGCTL),
Dgadget.c3674 u32 usb_status = dwc2_readl(hsotg, GOTGCTL); in dwc2_hsotg_irq()