Home
last modified time | relevance | path

Searched refs:XHCI_PS_CSC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h128 #define XHCI_PS_CSC 0x00020000 /* RW - connect status change */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c129 if (portsc & XHCI_PS_CSC) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c282 reg |= XHCI_PS_CSC; in xhci_root_hub_handle_port_clear_feature()
516 if (reg & XHCI_PS_CSC) in xhci_root_hub_handle_port_get_status()
H A Dxhci.c1885 reg |= XHCI_PS_CSC | XHCI_PS_PEC | XHCI_PS_WRC | XHCI_PS_OCC | in xhci_ioctl_clear()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h172 #define XHCI_PS_CSC 0x00020000 /* RW - connect status change */ macro
H A Dxhci.h222 #define XHCI_HUB_INTR_CHANGE_MASK (XHCI_PS_CSC | XHCI_PS_PEC | \
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c397 port->portsc |= XHCI_PS_CSC | XHCI_PS_CCS; in pci_xhci_usbcmd_write()
514 (XHCI_PS_CSC | in pci_xhci_portregs_write()