Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h118 #define XHCI_PS_PED 0x00000002 /* RW - port enabled / disabled */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c85 if (portsc & XHCI_PS_PED) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c276 reg |= XHCI_PS_PED; in xhci_root_hub_handle_port_clear_feature()
476 if (reg & XHCI_PS_PED) in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c493 p->portsc &= XHCI_PS_PED | XHCI_PS_PP | XHCI_PS_PLS_MASK | in pci_xhci_portregs_write()
496 p->portsc &= XHCI_PS_PED | XHCI_PS_PLS_MASK | in pci_xhci_portregs_write()
506 XHCI_PS_PED | in pci_xhci_portregs_write()
524 if (value & XHCI_PS_PED) in pci_xhci_portregs_write()
2566 port->portsc |= XHCI_PS_PED | in pci_xhci_reset_port()
2604 XHCI_PS_PED | /* enabled */ in pci_xhci_init_port()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h162 #define XHCI_PS_PED 0x00000002 /* RW - port enabled / disabled */ macro