Searched refs:XHCI_USBSTS (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 329 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_start_controller() 346 temp = XREAD4(sc, oper, XHCI_USBSTS); in xhci_start_controller() 349 XWRITE4(sc, oper, XHCI_USBSTS, temp); in xhci_start_controller() 442 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller() 481 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller() 507 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_reset_controller() 1596 status = XREAD4(sc, oper, XHCI_USBSTS); in xhci_interrupt() 1600 XWRITE4(sc, oper, XHCI_USBSTS, status); in xhci_interrupt()
|
H A D | xhcireg.h | 86 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
|
Completed in 5 milliseconds