Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c279 reg &= ~XHCI_PS_PP; in xhci_root_hub_handle_port_clear_feature()
410 reg |= XHCI_PS_PP; in xhci_root_hub_handle_port_set_feature()
485 if (reg & XHCI_PS_PP) in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h123 #define XHCI_PS_PP 0x00000200 /* RW - port power */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c91 if (portsc & XHCI_PS_PP) { in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h167 #define XHCI_PS_PP 0x00000200 /* RW - port power */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c482 if ((p->portsc & XHCI_PS_PP) == 0) { in pci_xhci_portregs_write()
493 p->portsc &= XHCI_PS_PED | XHCI_PS_PP | XHCI_PS_PLS_MASK | in pci_xhci_portregs_write()
2597 XHCI_PS_PP; /* port power */ in pci_xhci_init_port()
2610 port->portsc = XHCI_PS_PLS_SET(UPS_PORT_LS_RX_DET) | XHCI_PS_PP; in pci_xhci_init_port()