Searched refs:GINTSTS (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/usb/dwc2/ |
D | core_intr.c | 91 dwc2_writel(GINTSTS_PRTINT, hsotg->regs + GINTSTS); in dwc2_handle_usb_port_intr() 105 dwc2_writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS); in dwc2_handle_mode_mismatch_intr() 300 dwc2_writel(GINTSTS_CONIDSTSCHNG, hsotg->regs + GINTSTS); in dwc2_handle_conn_id_status_change_intr() 322 dwc2_writel(GINTSTS_SESSREQINT, hsotg->regs + GINTSTS); in dwc2_handle_session_req_intr() 372 dwc2_writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr() 390 dwc2_writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr() 406 dwc2_writel(GINTSTS_DISCONNINT, hsotg->regs + GINTSTS); in dwc2_handle_disconnect_intr() 482 dwc2_writel(GINTSTS_USBSUSP, hsotg->regs + GINTSTS); in dwc2_handle_usb_suspend_intr() 500 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_read_common_intr()
|
D | hcd.h | 385 return (dwc2_readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode() 389 return (dwc2_readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode() 583 return dwc2_readl(hsotg->regs + GINTSTS) & in dwc2_read_core_intr()
|
D | gadget.c | 2334 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_hsotg_core_init_disconnected() 2471 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2482 dwc2_writel(GINTSTS_RESETDET, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2500 dwc2_writel(GINTSTS_USBRST, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2510 dwc2_writel(GINTSTS_ENUMDONE, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2576 dwc2_writel(GINTSTS_ERLYSUSP, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2615 dwc2_writel(GINTSTS_INCOMPL_SOIN, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2632 dwc2_writel(GINTSTS_INCOMPL_SOOUT, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 2914 dwc2_writel(GINTSTS_GINNAKEFF, hsotg->regs + GINTSTS); in dwc2_hsotg_ep_stop_xfr() 2919 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr()
|
D | debugfs.c | 149 dwc2_readl(regs + GINTSTS)); in state_show() 412 dump_register(GINTSTS),
|
D | hw.h | 132 #define GINTSTS HSOTG_REG(0x014) macro
|
D | hcd_intr.c | 151 dwc2_writel(GINTSTS_SOF, hsotg->regs + GINTSTS); in dwc2_sof_intr() 1906 dwc2_readl(hsotg->regs + GINTSTS)); in dwc2_hc_chhltd_intr_dma() 2187 dwc2_readl(hsotg->regs + GINTSTS), in dwc2_handle_hcd_intr()
|
D | core.c | 295 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_restore_global_registers() 405 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enter_hibernation() 438 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enable_common_interrupts() 2262 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers()
|
D | hcd.c | 294 dwc2_writel(intr, hsotg->regs + GINTSTS); in dwc2_hcd_disconnect()
|