Home
last modified time | relevance | path

Searched refs:XHCI_STS_PCD (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
HDxhcireg.h89 #define XHCI_STS_PCD 0x00000010 /* RW - Port Change Detect */ macro
HDxhci.c1677 if (status & (XHCI_STS_PCD | XHCI_STS_HCH | in xhci_interrupt()
1680 if (status & XHCI_STS_PCD) { in xhci_interrupt()
/freebsd-11-stable/usr.sbin/bhyve/
HDpci_xhci.c376 sc->opregs.usbsts |= XHCI_STS_PCD; in pci_xhci_usbcmd_write()
414 sc->opregs.usbsts &= ~XHCI_STS_PCD; in pci_xhci_usbcmd_write()
2164 (XHCI_STS_HSE|XHCI_STS_EINT|XHCI_STS_PCD|XHCI_STS_SSS| in pci_xhci_hostop_write()