Searched refs:XHCI_USBSTS (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/usb/controller/ |
| HD | xhcireg.h | 85 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
|
| HD | xhci.c | 372 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_start_controller() 431 temp = XREAD4(sc, oper, XHCI_USBSTS); in xhci_start_controller() 434 XWRITE4(sc, oper, XHCI_USBSTS, temp); in xhci_start_controller() 536 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller() 575 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller() 1628 status = XREAD4(sc, oper, XHCI_USBSTS); in xhci_interrupt() 1632 XWRITE4(sc, oper, XHCI_USBSTS, status); in xhci_interrupt()
|
| /trueos/sys/dev/pci/ |
| HD | pci.c | 3245 bus_read_4(res, offs + XHCI_USBSTS); in xhci_early_takeover()
|