Searched refs:XHCI_USBSTS (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | xhci.c | 469 hcr = XOREAD4(sc, XHCI_USBSTS); in xhci_config() 472 hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_RSS; in xhci_config() 579 hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_reset() 591 (XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_reset() 613 hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_suspend() 632 hcr = XOREAD4(sc, XHCI_USBSTS); in xhci_suspend() 635 hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_SSS; in xhci_suspend() 705 intrs = XOREAD4(sc, XHCI_USBSTS); in xhci_intr1() 720 XOWRITE4(sc, XHCI_USBSTS, intrs); in xhci_intr1() 725 XOWRITE4(sc, XHCI_USBSTS, intrs); in xhci_intr1() [all …]
|
| D | xhcireg.h | 119 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
|