Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h139 #define XHCI_PS_DR 0x40000000 /* RO - device removable */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c151 if (portsc & XHCI_PS_DR) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h183 #define XHCI_PS_DR 0x40000000 /* RO - device removable */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c791 if (reg & XHCI_PS_DR) in xhci_root_hub_fill_hub_desc()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c510 XHCI_PS_LWS | XHCI_PS_DR | XHCI_PS_WPR)); in pci_xhci_portregs_write()