Home
last modified time | relevance | path

Searched refs:XHCI_PS_WCE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h136 #define XHCI_PS_WCE 0x02000000 /* RW - wake on connect enable */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c145 if (portsc & XHCI_PS_WCE) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c389 reg |= XHCI_PS_WCE; in xhci_root_hub_handle_port_set_feature()
391 reg &= ~XHCI_PS_WCE; in xhci_root_hub_handle_port_set_feature()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h180 #define XHCI_PS_WCE 0x02000000 /* RW - wake on connect enable */ macro