HomeSort by: relevance | last modified time | path
    Searched refs:XHCI_USBSTS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 891 if ((xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SSS) == 0)
909 if (xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SRE) {
1001 if ((xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_RSS) == 0)
1132 if (xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SRE) {
1171 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1206 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1786 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1800 xhci_op_write_4(sc, XHCI_USBSTS, usbsts & ~XHCI_STS_RSVDP0);
1803 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1815 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
    [all...]
xhcireg.h 140 #define XHCI_USBSTS 0x04 /* XHCI status */

Completed in 16 milliseconds