Searched refs:XHCI_PS_CCS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h119 #define XHCI_PS_CCS 0x00000001 /* RO - current connect status */ macro
H A Dxhci.c3555 if (v & XHCI_PS_CCS)
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c395 port->portsc |= XHCI_PS_CSC | XHCI_PS_CCS;
494 p->portsc |= XHCI_PS_CCS;
2555 port->portsc = XHCI_PS_CCS | /* connected */

Completed in 179 milliseconds