Home
last modified time | relevance | path

Searched refs:DOTG_GINTSTS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDdwc_otgreg.h36 #define DOTG_GINTSTS 0x0014 macro
HDdwc_otg.c728 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_host_check_tx_fifo_empty()
2706 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_interrupt_poll_locked()
2851 status = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_filter_interrupt()
2854 DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, status & ~DWC_OTG_MSK_GINT_THREAD_IRQ); in dwc_otg_filter_interrupt()
2901 status = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_interrupt()
2904 DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, status & DWC_OTG_MSK_GINT_THREAD_IRQ); in dwc_otg_interrupt()