Searched refs:XHCI_USBSTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h85 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
H A Dxhci.c372 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR);
431 temp = XREAD4(sc, oper, XHCI_USBSTS);
434 XWRITE4(sc, oper, XHCI_USBSTS, temp);
536 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
575 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
1628 status = XREAD4(sc, oper, XHCI_USBSTS);
1632 XWRITE4(sc, oper, XHCI_USBSTS, status);
/freebsd-10.2-release/sys/dev/pci/
H A Dpci.c3235 bus_read_4(res, offs + XHCI_USBSTS);

Completed in 157 milliseconds