Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h132 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c137 if (portsc & XHCI_PS_PRC) in xp_dump_verbose()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c285 reg |= XHCI_PS_PRC; in xhci_root_hub_handle_port_clear_feature()
522 if (reg & XHCI_PS_PRC) in xhci_root_hub_handle_port_get_status()
H A Dxhci.c1875 XHCI_PS_PRC | XHCI_PS_PLC | XHCI_PS_CEC; in xhci_ioctl_clear()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h176 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
H A Dxhci.h223 XHCI_PS_WRC | XHCI_PS_OCC | XHCI_PS_PRC | XHCI_PS_PLC | XHCI_PS_CEC)
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c518 XHCI_PS_PRC | in pci_xhci_portregs_write()
2565 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC); in pci_xhci_reset_port()
2573 if ((port->portsc & XHCI_PS_PRC) == 0) { in pci_xhci_reset_port()
2574 port->portsc |= XHCI_PS_PRC; in pci_xhci_reset_port()