Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h126 #define XHCI_PS_SPEED_GET(x) (((x) >> 10) & 0xF) /* RO - port speed */ macro
Dxhci.c3523 switch (XHCI_PS_SPEED_GET(v)) { in xhci_roothub_exec()
3598 if (XHCI_PS_SPEED_GET(v) != 4) { in xhci_roothub_exec()
3609 if (XHCI_PS_SPEED_GET(v) != 4) { in xhci_roothub_exec()
3633 j = XHCI_PS_SPEED_GET(v); in xhci_roothub_exec()