Searched refs:GINTSTS (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/dwc2/ |
A D | drd.c | 178 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_drd_suspend() 179 dwc2_writel(hsotg, gintsts | GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_drd_suspend() 188 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_drd_resume() 189 dwc2_writel(hsotg, gintsts | GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_drd_resume()
|
A 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() 313 dwc2_writel(hsotg, GINTSTS_SESSREQINT, GINTSTS); in dwc2_handle_session_req_intr() 412 dwc2_writel(hsotg, GINTSTS_WKUPINT, GINTSTS); in dwc2_handle_wakeup_detected_intr() 487 dwc2_writel(hsotg, GINTSTS_DISCONNINT, GINTSTS); in dwc2_handle_disconnect_intr() 511 dwc2_writel(hsotg, GINTSTS_USBSUSP, GINTSTS); in dwc2_handle_usb_suspend_intr() 603 dwc2_writel(hsotg, GINTSTS_LPMTRANRCVD, GINTSTS); in dwc2_handle_lpm_intr() 667 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_read_common_intr()
|
A D | core.c | 114 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_restore_global_registers() 206 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_restore_essential_regs() 295 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE, in dwc2_hib_restore_common() 307 dwc2_writel(hsotg, GINTSTS_RESTOREDONE, GINTSTS); in dwc2_hib_restore_common() 742 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers() 744 (unsigned long)addr, dwc2_readl(hsotg, GINTSTS)); in dwc2_dump_global_registers()
|
A D | gadget.c | 3452 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_hsotg_core_init_disconnected() 3684 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out() 3713 gintsts = dwc2_readl(hsotg, GINTSTS); in dwc2_hsotg_irq() 3724 dwc2_writel(hsotg, GINTSTS_RESETDET, GINTSTS); in dwc2_hsotg_irq() 3741 dwc2_writel(hsotg, GINTSTS_USBRST, GINTSTS); in dwc2_hsotg_irq() 3930 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr() 3945 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr() 3959 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr() 5394 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_gadget_exit_hibernation() 5437 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_gadget_exit_hibernation() [all …]
|
A D | core.h | 1385 return (dwc2_readl(hsotg, GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode() 1390 return (dwc2_readl(hsotg, GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode()
|
A D | debugfs.c | 141 dwc2_readl(hsotg, GINTSTS)); in state_show() 345 dump_register(GINTSTS),
|
A D | hcd.h | 694 return dwc2_readl(hsotg, GINTSTS) & in dwc2_read_core_intr()
|
A 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() 2287 dwc2_readl(hsotg, GINTSTS), in dwc2_handle_hcd_intr()
|
A D | hw.h | 142 #define GINTSTS HSOTG_REG(0x014) macro
|
A D | hcd.c | 79 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_enable_common_interrupts() 1787 dwc2_writel(hsotg, intr, GINTSTS); in dwc2_hcd_disconnect() 5626 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_exit_hibernation() 5682 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_exit_hibernation() 5783 dwc2_writel(hsotg, 0xffffffff, GINTSTS); in dwc2_host_enter_partial_power_down()
|
Completed in 38 milliseconds