sys/dev/usb/xhci.c
1001
if ((xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_RSS) == 0)
sys/dev/usb/xhci.c
1132
if (xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SRE) {
sys/dev/usb/xhci.c
1171
usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
1206
usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
1786
usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
1800
xhci_op_write_4(sc, XHCI_USBSTS, usbsts & ~XHCI_STS_RSVDP0);
sys/dev/usb/xhci.c
1803
usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
1815
usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
891
if ((xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SSS) == 0)
sys/dev/usb/xhci.c
909
if (xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SRE) {