Home
last modified time | relevance | path

Searched refs:XHCI_USBSTS (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/
Dxhci.c469 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 …]
Dxhcireg.h119 #define XHCI_USBSTS 0x04 /* XHCI status */ macro