Home
last modified time | relevance | path

Searched refs:EHCI_STS_PCD (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
HDehcireg.h109 #define EHCI_STS_PCD 0x00000004 /* RWC port change detect */ macro
119 EHCI_STS_PCD | EHCI_STS_ERRINT | EHCI_STS_INT)
HDehci.c655 if (i & EHCI_STS_PCD) in ehci_dump_regs()
1394 sc->sc_eintrs |= EHCI_STS_PCD; in ehci_pcd_enable()
1398 EOWRITE4(sc, EHCI_USBSTS, EHCI_STS_PCD); in ehci_pcd_enable()
1484 if (status & EHCI_STS_PCD) { in ehci_interrupt()
1489 sc->sc_eintrs &= ~EHCI_STS_PCD; in ehci_interrupt()
1498 status &= ~(EHCI_STS_INT | EHCI_STS_ERRINT | EHCI_STS_PCD | EHCI_STS_IAA); in ehci_interrupt()