Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h37 #define DOTG_GINTSTS 0x0014 macro
H A Ddwc_otg.c719 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_host_check_tx_fifo_empty()
2715 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_interrupt_poll_locked()
2858 status = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_filter_interrupt()
2861 DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, status & ~DWC_OTG_MSK_GINT_THREAD_IRQ); in dwc_otg_filter_interrupt()
2911 status = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_interrupt()
2914 DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, status & DWC_OTG_MSK_GINT_THREAD_IRQ); in dwc_otg_interrupt()