Searched refs:UHCI_STS_HCH (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Duhcireg.h64 #define UHCI_STS_HCH 0x0020 macro
H A Duhci.c308 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) {
366 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) {
1447 UHCI_STS_HCPE | UHCI_STS_HCH)) {
1463 if (status & UHCI_STS_HCH) {
1480 UHCI_STS_HCH);

Completed in 49 milliseconds