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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h126 #define XHCI_PS_SPEED_GET(x) (((x) >> 10) & 0xF) /* RO - port speed */ macro
H A Dxhci.c3540 switch (XHCI_PS_SPEED_GET(v)) {
3612 if (XHCI_PS_SPEED_GET(v) != 4) {
3623 if (XHCI_PS_SPEED_GET(v) != 4) {
3647 j = XHCI_PS_SPEED_GET(v);

Completed in 110 milliseconds