Searched refs:GINTSTS (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/dwc2/ |
D | core_intr.c | 89 writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS); in dwc2_handle_mode_mismatch_intr() 279 writel(GINTSTS_CONIDSTSCHNG, hsotg->regs + GINTSTS); in dwc2_handle_conn_id_status_change_intr() 298 writel(GINTSTS_SESSREQINT, hsotg->regs + GINTSTS); in dwc2_handle_session_req_intr() 340 writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr() 356 writel(GINTSTS_DISCONNINT, hsotg->regs + GINTSTS); in dwc2_handle_disconnect_intr() 400 writel(GINTSTS_USBSUSP, hsotg->regs + GINTSTS); in dwc2_handle_usb_suspend_intr() 419 gintsts = readl(hsotg->regs + GINTSTS); in dwc2_read_common_intr() 483 writel(gintsts, hsotg->regs + GINTSTS); in dwc2_handle_common_intr() 496 writel(gintsts, hsotg->regs + GINTSTS); in dwc2_handle_common_intr()
|
D | hcd.h | 381 return (readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode() 385 return (readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode() 579 return readl(hsotg->regs + GINTSTS) & readl(hsotg->regs + GINTMSK); in dwc2_read_core_intr()
|
D | hcd_intr.c | 149 writel(GINTSTS_SOF, hsotg->regs + GINTSTS); in dwc2_sof_intr() 1893 readl(hsotg->regs + GINTSTS)); in dwc2_hc_chhltd_intr_dma() 2107 writel(GINTSTS_I2CINT, hsotg->regs + GINTSTS); in dwc2_hcd_intr() 2120 readl(hsotg->regs + GINTSTS), in dwc2_hcd_intr()
|
D | hw.h | 127 #define GINTSTS HSOTG_REG(0x014) macro
|
D | core.c | 73 writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enable_common_interrupts() 478 writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enable_host_interrupts() 1837 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers()
|
D | hcd.c | 289 writel(intr, hsotg->regs + GINTSTS); in dwc2_hcd_disconnect()
|
/drivers/usb/gadget/ |
D | s3c-hsotg.c | 2229 writel(0xffffffff, hsotg->regs + GINTSTS); in s3c_hsotg_core_init() 2343 gintsts = readl(hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2361 writel(GINTSTS_SessReqInt, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2365 writel(GINTSTS_EnumDone, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2375 writel(GINTSTS_ConIDStsChng, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2405 writel(GINTSTS_USBRst, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2456 writel(GINTSTS_ModeMis, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2461 writel(GINTSTS_USBSusp, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2469 writel(GINTSTS_WkUpInt, hsotg->regs + GINTSTS); in s3c_hsotg_irq() 2476 writel(GINTSTS_ErlySusp, hsotg->regs + GINTSTS); in s3c_hsotg_irq() [all …]
|
D | s3c-hsotg.h | 78 #define GINTSTS HSOTG_REG(0x014) macro
|