sys/dev/usb/xhci.c
469
hcr = XOREAD4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
472
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_RSS;
sys/dev/usb/xhci.c
579
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_HCH;
sys/dev/usb/xhci.c
591
(XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_CNR);
sys/dev/usb/xhci.c
613
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_HCH;
sys/dev/usb/xhci.c
632
hcr = XOREAD4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
635
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_SSS;
sys/dev/usb/xhci.c
705
intrs = XOREAD4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
720
XOWRITE4(sc, XHCI_USBSTS, intrs);
sys/dev/usb/xhci.c
725
XOWRITE4(sc, XHCI_USBSTS, intrs);
sys/dev/usb/xhci.c
739
if (XOREAD4(sc, XHCI_USBSTS))