Searched refs:GINTSTS (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/dwc2/ |
D | core_intr.c | 99 dwc2_writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS); in dwc2_handle_mode_mismatch_intr() 278 dwc2_writel(GINTSTS_CONIDSTSCHNG, hsotg->regs + GINTSTS); in dwc2_handle_conn_id_status_change_intr() 316 dwc2_writel(GINTSTS_SESSREQINT, hsotg->regs + GINTSTS); in dwc2_handle_session_req_intr() 349 dwc2_writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr() 396 dwc2_writel(GINTSTS_DISCONNINT, hsotg->regs + GINTSTS); in dwc2_handle_disconnect_intr() 420 dwc2_writel(GINTSTS_USBSUSP, hsotg->regs + GINTSTS); in dwc2_handle_usb_suspend_intr() 496 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_read_common_intr()
|
D | core.c | 112 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_restore_global_registers() 222 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enter_hibernation() 612 addr = hsotg->regs + GINTSTS; in dwc2_dump_global_registers()
|
D | core.h | 1154 return (dwc2_readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) != 0; in dwc2_is_host_mode() 1159 return (dwc2_readl(hsotg->regs + GINTSTS) & GINTSTS_CURMODE_HOST) == 0; in dwc2_is_device_mode()
|
D | gadget.c | 3320 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_hsotg_core_init_disconnected() 3487 dwc2_writel(GINTSTS_INCOMPL_SOIN, hsotg->regs + GINTSTS); in dwc2_gadget_handle_incomplete_isoc_in() 3523 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out() 3530 dwc2_writel(GINTSTS_INCOMPL_SOOUT, hsotg->regs + GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out() 3550 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 3561 dwc2_writel(GINTSTS_RESETDET, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 3578 dwc2_writel(GINTSTS_USBRST, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 3591 dwc2_writel(GINTSTS_ENUMDONE, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 3657 dwc2_writel(GINTSTS_ERLYSUSP, hsotg->regs + GINTSTS); in dwc2_hsotg_irq() 3759 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, in dwc2_hsotg_ep_stop_xfr() [all …]
|
D | debugfs.c | 149 dwc2_readl(regs + GINTSTS)); in state_show() 412 dump_register(GINTSTS),
|
D | hcd.h | 681 return dwc2_readl(hsotg->regs + GINTSTS) & in dwc2_read_core_intr()
|
D | hcd_intr.c | 140 dwc2_writel(GINTSTS_SOF, hsotg->regs + GINTSTS); in dwc2_sof_intr() 1929 dwc2_readl(hsotg->regs + GINTSTS)); in dwc2_hc_chhltd_intr_dma() 2237 dwc2_readl(hsotg->regs + GINTSTS), in dwc2_handle_hcd_intr()
|
D | hw.h | 133 #define GINTSTS HSOTG_REG(0x014) macro
|
D | hcd.c | 80 dwc2_writel(0xffffffff, hsotg->regs + GINTSTS); in dwc2_enable_common_interrupts() 1968 dwc2_writel(intr, hsotg->regs + GINTSTS); in dwc2_hcd_disconnect()
|