Searched refs:GINTSTS (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/usb/dwc2/ |
D | core_intr.c | 100 dwc2_writel(hsotg, GINTSTS_MODEMIS, GINTSTS); in dwc2_handle_mode_mismatch_intr() 279 dwc2_writel(hsotg, GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_handle_conn_id_status_change_intr() 317 dwc2_writel(hsotg, GINTSTS_SESSREQINT, GINTSTS); in dwc2_handle_session_req_intr() 401 dwc2_writel(hsotg, GINTSTS_WKUPINT, GINTSTS); in dwc2_handle_wakeup_detected_intr() 465 dwc2_writel(hsotg, GINTSTS_DISCONNINT, GINTSTS); in dwc2_handle_disconnect_intr() 489 dwc2_writel(hsotg, GINTSTS_USBSUSP, GINTSTS); in dwc2_handle_usb_suspend_intr() 578 dwc2_writel(hsotg, GINTSTS_LPMTRANRCVD, GINTSTS); in dwc2_handle_lpm_intr() 642 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_read_common_intr()
|
D | core.c | 114 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_restore_global_registers() 225 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_enter_partial_power_down() 281 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_restore_essential_regs() 370 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE, in dwc2_hib_restore_common() 783 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers() 785 (unsigned long)addr, dwc2_readl(hsotg, GINTSTS)); in dwc2_dump_global_registers()
|
D | gadget.c | 3392 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_hsotg_core_init_disconnected() 3580 dwc2_writel(hsotg, GINTSTS_INCOMPL_SOIN, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_in() 3624 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out() 3633 dwc2_writel(hsotg, GINTSTS_INCOMPL_SOOUT, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out() 3653 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_hsotg_irq() 3664 dwc2_writel(hsotg, GINTSTS_RESETDET, GINTSTS); in dwc2_hsotg_irq() 3681 dwc2_writel(hsotg, GINTSTS_USBRST, GINTSTS); in dwc2_hsotg_irq() 3694 dwc2_writel(hsotg, GINTSTS_ENUMDONE, GINTSTS); in dwc2_hsotg_irq() 3760 dwc2_writel(hsotg, GINTSTS_ERLYSUSP, GINTSTS); in dwc2_hsotg_irq() 3859 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr() [all …]
|
D | core.h | 1359 return (dwc2_readl(hsotg, GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode() 1364 return (dwc2_readl(hsotg, GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode()
|
D | debugfs.c | 141 dwc2_readl(hsotg, GINTSTS)); in state_show() 344 dump_register(GINTSTS),
|
D | hcd.h | 694 return dwc2_readl(hsotg, GINTSTS) & in dwc2_read_core_intr()
|
D | hcd_intr.c | 147 dwc2_writel(hsotg, GINTSTS_SOF, GINTSTS); in dwc2_sof_intr() 1967 dwc2_readl(hsotg, GINTSTS)); in dwc2_hc_chhltd_intr_dma() 2275 dwc2_readl(hsotg, GINTSTS), in dwc2_handle_hcd_intr()
|
D | hw.h | 134 #define GINTSTS HSOTG_REG(0x014) macro
|
D | hcd.c | 81 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_enable_common_interrupts() 1792 dwc2_writel(hsotg, intr, GINTSTS); in dwc2_hcd_disconnect() 5507 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_exit_hibernation() 5563 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_exit_hibernation()
|