UHCI_STS
#define UHCISTS(sc) UREAD2(sc, UHCI_STS)
status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS;
UWRITE2(sc, UHCI_STS, status);
if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) {
if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) {
UREAD2(sc, UHCI_STS),