Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h137 #define XHCI_PS_WDE 0x04000000 /* RW - wake on disconnect enable */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c147 if (portsc & XHCI_PS_WDE) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c394 reg |= XHCI_PS_WDE; in xhci_root_hub_handle_port_set_feature()
396 reg &= ~XHCI_PS_WDE; in xhci_root_hub_handle_port_set_feature()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h181 #define XHCI_PS_WDE 0x04000000 /* RW - wake on disconnect enable */ macro