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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h124 #define XHCI_PS_SPEED_GET(x) (((x) >> 10) & 0xF) /* RO - port speed */ macro
H A Dxhci.c3527 switch (XHCI_PS_SPEED_GET(v)) {
3602 if (XHCI_PS_SPEED_GET(v) != 4) {
3613 if (XHCI_PS_SPEED_GET(v) != 4) {
3637 j = XHCI_PS_SPEED_GET(v);

Completed in 114 milliseconds