Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h138 #define XHCI_PS_WOE 0x08000000 /* RW - wake on over-current enable */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c149 if (portsc & XHCI_PS_WOE) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c399 reg |= XHCI_PS_WOE; in xhci_root_hub_handle_port_set_feature()
401 reg &= ~XHCI_PS_WOE; in xhci_root_hub_handle_port_set_feature()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h182 #define XHCI_PS_WOE 0x08000000 /* RW - wake on over-current enable */ macro