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

/freebsd-11-stable/sys/dev/usb/controller/
H A Duhcireg.h58 #define UHCI_STS 0x02 macro
H A Duhci.c118 #define UHCISTS(sc) UREAD2(sc, UHCI_STS)
308 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) {
366 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) {
717 UREAD2(sc, UHCI_STS),
1441 status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS;
1487 UWRITE2(sc, UHCI_STS, status);

Completed in 56 milliseconds