Searched refs:XHCI_PORTSC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h116 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ macro
H A Dxhci.c3009 if (XREAD4(sc, oper, XHCI_PORTSC(i)) & (
3406 port = XHCI_PORTSC(index);
3494 v = XREAD4(sc, oper, XHCI_PORTSC(j));
3517 v = XREAD4(sc, oper, XHCI_PORTSC(index));
3593 port = XHCI_PORTSC(index);

Completed in 109 milliseconds