UHCI_STS          264 dev/usb/uhci.c #define UHCISTS(sc) UREAD2(sc, UHCI_STS)
UHCI_STS          752 dev/usb/uhci.c 		     UREAD2(sc, UHCI_STS),
UHCI_STS         1169 dev/usb/uhci.c 	status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS;
UHCI_STS         1183 dev/usb/uhci.c 		UWRITE2(sc, UHCI_STS, status); /* acknowledge the ints */
UHCI_STS         1221 dev/usb/uhci.c 	UWRITE2(sc, UHCI_STS, ack); /* acknowledge the ints */
UHCI_STS         1507 dev/usb/uhci.c 		DPRINTFN(20,("uhci_waitintr: 0x%04x\n", UREAD2(sc, UHCI_STS)));
UHCI_STS         1508 dev/usb/uhci.c 		if (UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS) {
UHCI_STS         1533 dev/usb/uhci.c 	if (UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS)
UHCI_STS         1568 dev/usb/uhci.c 		running = !(UREAD2(sc, UHCI_STS) & UHCI_STS_HCH);
UHCI_STS         1573 dev/usb/uhci.c 				 UREAD2(sc, UHCI_CMD), UREAD2(sc, UHCI_STS)));