Home
last modified time | relevance | path

Searched refs:XHCI_PS_LWS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h127 #define XHCI_PS_LWS 0x00010000 /* RW - port link state write strobe */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c127 if (portsc & XHCI_PS_LWS) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h171 #define XHCI_PS_LWS 0x00010000 /* RW - port link state write strobe */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c385 reg |= XHCI_PS_LWS; in xhci_root_hub_handle_port_set_feature()
H A Dxhci.c1901 reg |= XHCI_PS_LWS; in xhci_ioctl_setpls()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c510 XHCI_PS_LWS | XHCI_PS_DR | XHCI_PS_WPR)); in pci_xhci_portregs_write()
527 if (!(value & XHCI_PS_LWS)) in pci_xhci_portregs_write()