Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h125 #define XHCI_PS_SPEED_GET(x) (((x) >> 10) & 0xF) /* RO - port speed */ macro
H A Dxhci.c3480 switch (XHCI_PS_SPEED_GET(v)) { in xhci_roothub_exec()
3552 if (XHCI_PS_SPEED_GET(v) < XHCI_PS_SPEED_SS) { in xhci_roothub_exec()
3563 if (XHCI_PS_SPEED_GET(v) < XHCI_PS_SPEED_SS) { in xhci_roothub_exec()
3587 j = XHCI_PS_SPEED_GET(v); in xhci_roothub_exec()