Searched refs:GINTSTS (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/usb/dwc2/ |
D | core_intr.c | 91 writel(GINTSTS_PRTINT, hsotg->regs + GINTSTS); in dwc2_handle_usb_port_intr() 105 writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS); in dwc2_handle_mode_mismatch_intr() 300 writel(GINTSTS_CONIDSTSCHNG, hsotg->regs + GINTSTS); in dwc2_handle_conn_id_status_change_intr() 319 writel(GINTSTS_SESSREQINT, hsotg->regs + GINTSTS); in dwc2_handle_session_req_intr() 367 writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr() 386 writel(GINTSTS_DISCONNINT, hsotg->regs + GINTSTS); in dwc2_handle_disconnect_intr() 430 writel(GINTSTS_USBSUSP, hsotg->regs + GINTSTS); in dwc2_handle_usb_suspend_intr() 448 gintsts = readl(hsotg->regs + GINTSTS); in dwc2_read_common_intr()
|
D | hcd.h | 385 return (readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode() 389 return (readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode() 585 return readl(hsotg->regs + GINTSTS) & readl(hsotg->regs + GINTMSK); in dwc2_read_core_intr()
|
D | gadget.c | 2308 writel(0xffffffff, hsotg->regs + GINTSTS); in s3c_hsotg_core_init_disconnected() 2441 gintsts = readl(hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2450 writel(GINTSTS_ENUMDONE, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2488 writel(GINTSTS_USBRST, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2541 writel(GINTSTS_ERLYSUSP, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 3516 readl(regs + GINTSTS)); in state_show()
|
D | hw.h | 132 #define GINTSTS HSOTG_REG(0x014) macro
|
D | hcd_intr.c | 151 writel(GINTSTS_SOF, hsotg->regs + GINTSTS); in dwc2_sof_intr() 1870 readl(hsotg->regs + GINTSTS)); in dwc2_hc_chhltd_intr_dma() 2101 readl(hsotg->regs + GINTSTS), in dwc2_handle_hcd_intr()
|
D | core.c | 73 writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enable_common_interrupts() 1894 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers()
|
D | hcd.c | 294 writel(intr, hsotg->regs + GINTSTS); in dwc2_hcd_disconnect()
|