Searched refs:XHCI_USBSTS (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | xhci.c | 890 if ((xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SSS) == 0) in xhci_suspend() 908 if (xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SRE) { in xhci_suspend() 1000 if ((xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_RSS) == 0) in xhci_resume() 1131 if (xhci_op_read_4(sc, XHCI_USBSTS) & XHCI_STS_SRE) { in xhci_resume() 1170 usbsts = xhci_op_read_4(sc, XHCI_USBSTS); in xhci_hc_reset() 1205 usbsts = xhci_op_read_4(sc, XHCI_USBSTS); in xhci_hc_reset() 1772 usbsts = xhci_op_read_4(sc, XHCI_USBSTS); in xhci_intr1() 1786 xhci_op_write_4(sc, XHCI_USBSTS, usbsts & ~XHCI_STS_RSVDP0); in xhci_intr1() 1789 usbsts = xhci_op_read_4(sc, XHCI_USBSTS); in xhci_intr1() 1801 usbsts = xhci_op_read_4(sc, XHCI_USBSTS); in xhci_intr1()
|
| D | xhcireg.h | 140 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
|