Home
last modified time | relevance | path

Searched refs:GINTSTS (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c70 dwc2_writel(hsotg, GINTSTS_MODEMIS, GINTSTS); in dwc2_handle_mode_mismatch_intr()
249 dwc2_writel(hsotg, GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_handle_conn_id_status_change_intr()
283 dwc2_writel(hsotg, GINTSTS_SESSREQINT, GINTSTS); in dwc2_handle_session_req_intr()
365 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_WKUPINT, 1000)) { in dwc2_wakeup_from_lpm_l1()
404 dwc2_writel(hsotg, GINTSTS_WKUPINT, GINTSTS); in dwc2_handle_wakeup_detected_intr()
481 dwc2_writel(hsotg, GINTSTS_DISCONNINT, GINTSTS); in dwc2_handle_disconnect_intr()
505 dwc2_writel(hsotg, GINTSTS_USBSUSP, GINTSTS); in dwc2_handle_usb_suspend_intr()
597 dwc2_writel(hsotg, GINTSTS_LPMTRANRCVD, GINTSTS); in dwc2_handle_lpm_intr()
661 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_read_common_intr()
H A Ddrd.c212 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_drd_suspend()
213 dwc2_writel(hsotg, gintsts | GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_drd_suspend()
247 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_drd_resume()
248 dwc2_writel(hsotg, gintsts | GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_drd_resume()
H A Dcore.c84 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_restore_global_registers()
176 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_restore_essential_regs()
265 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE, in dwc2_hib_restore_common()
277 dwc2_writel(hsotg, GINTSTS_RESTOREDONE, GINTSTS); in dwc2_hib_restore_common()
712 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers()
714 (unsigned long)addr, dwc2_readl(hsotg, GINTSTS)); in dwc2_dump_global_registers()
H A Dgadget.c3455 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_hsotg_core_init_disconnected()
3644 dwc2_writel(hsotg, GINTSTS_INCOMPL_SOIN, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_in()
3688 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out()
3697 dwc2_writel(hsotg, GINTSTS_INCOMPL_SOOUT, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out()
3717 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_hsotg_irq()
3728 dwc2_writel(hsotg, GINTSTS_RESETDET, GINTSTS); in dwc2_hsotg_irq()
3751 dwc2_writel(hsotg, GINTSTS_USBRST, GINTSTS); in dwc2_hsotg_irq()
3764 dwc2_writel(hsotg, GINTSTS_ENUMDONE, GINTSTS); in dwc2_hsotg_irq()
3830 dwc2_writel(hsotg, GINTSTS_ERLYSUSP, GINTSTS); in dwc2_hsotg_irq()
3940 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr()
[all …]
H A Dcore.h1379 return (dwc2_readl(hsotg, GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode()
1384 return (dwc2_readl(hsotg, GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode()
H A Ddebugfs.c141 dwc2_readl(hsotg, GINTSTS)); in state_show()
345 dump_register(GINTSTS),
H A Dhcd.h665 return dwc2_readl(hsotg, GINTSTS) & in dwc2_read_core_intr()
H A Dhcd_intr.c117 dwc2_writel(hsotg, GINTSTS_SOF, GINTSTS); in dwc2_sof_intr()
1937 dwc2_readl(hsotg, GINTSTS)); in dwc2_hc_chhltd_intr_dma()
2258 dwc2_readl(hsotg, GINTSTS), in dwc2_handle_hcd_intr()
H A Dhw.h112 #define GINTSTS HSOTG_REG(0x014) macro
H A Dhcd.c50 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_enable_common_interrupts()
1758 dwc2_writel(hsotg, intr, GINTSTS); in dwc2_hcd_disconnect()
5619 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_exit_hibernation()
5684 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_exit_hibernation()
5785 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_enter_partial_power_down()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h138 #define GINTSTS HSOTG_REG(0x014) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c773 case GINTSTS: in dwc2_glbreg_write()