Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c93 xp_pls_strings[XHCI_PS_PLS_GET(portsc)], in xp_dump_verbose()
94 XHCI_PS_PLS_GET(portsc)); in xp_dump_verbose()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h121 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h165 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c483 ps |= XHCI_PS_PLS_SET(XHCI_PS_PLS_GET(reg)); in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c489 oldpls = XHCI_PS_PLS_GET(p->portsc); in pci_xhci_portregs_write()
490 newpls = XHCI_PS_PLS_GET(value); in pci_xhci_portregs_write()
2648 if (XHCI_PS_PLS_GET(p->portsc) == 3) { in pci_xhci_dev_intr()