Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h117 #define XHCI_PS_CCS 0x00000001 /* RO - current connect status */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c83 if (portsc & XHCI_PS_CCS) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h161 #define XHCI_PS_CCS 0x00000001 /* RO - current connect status */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c474 if (reg & XHCI_PS_CCS) in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c397 port->portsc |= XHCI_PS_CSC | XHCI_PS_CCS; in pci_xhci_usbcmd_write()
501 p->portsc |= XHCI_PS_CCS; in pci_xhci_portregs_write()
2596 port->portsc = XHCI_PS_CCS | /* connected */ in pci_xhci_init_port()