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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h36 #define DOTG_GINTSTS 0x0014 macro
H A Ddwc_otg.c2589 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS);
2725 status = DWC_OTG_READ_4(sc, DOTG_GINTSTS);
2728 DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, status & ~DWC_OTG_MSK_GINT_THREAD_IRQ);
2769 status = DWC_OTG_READ_4(sc, DOTG_GINTSTS);
2772 DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, status & DWC_OTG_MSK_GINT_THREAD_IRQ);

Completed in 49 milliseconds