Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c91 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()
Dhcd.h385 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()
Dgadget.c2334 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()
Ddebugfs.c149 dwc2_readl(regs + GINTSTS)); in state_show()
412 dump_register(GINTSTS),
Dhw.h132 #define GINTSTS HSOTG_REG(0x014) macro
Dhcd_intr.c151 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()
Dcore.c295 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()
Dhcd.c294 dwc2_writel(intr, hsotg->regs + GINTSTS); in dwc2_hcd_disconnect()