Home
last modified time | relevance | path

Searched refs:XHCI_PS_PLS_GET (Results 1 – 3 of 3) 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
H A Dxhci.c3366 i = XHCI_PS_PLS_GET(v); in xhci_roothub_exec()
3478 i = UPS_PORT_LINK_STATE_SET(XHCI_PS_PLS_GET(v)); in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c493 oldpls = XHCI_PS_PLS_GET(p->portsc); in pci_xhci_portregs_write()
494 newpls = XHCI_PS_PLS_GET(value); in pci_xhci_portregs_write()
2630 if (XHCI_PS_PLS_GET(p->portsc) == 3) { in pci_xhci_dev_intr()