Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h119 #define XHCI_PS_OCA 0x00000008 /* RO - over current active */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c87 if (portsc & XHCI_PS_OCA) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h163 #define XHCI_PS_OCA 0x00000008 /* RO - over current active */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c478 if (reg & XHCI_PS_OCA) in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c504 ~(XHCI_PS_OCA | in pci_xhci_portregs_write()