Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h122 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c494 oldpls = XHCI_PS_PLS_GET(p->portsc); in pci_xhci_portregs_write()
495 newpls = XHCI_PS_PLS_GET(value); in pci_xhci_portregs_write()
2672 if (XHCI_PS_PLS_GET(p->portsc) == 3) { in pci_xhci_dev_intr()