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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otg.c921 } else if (hcint & HCINT_ERRORS) {
930 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
932 if (!(hcint & HCINT_ERRORS))
942 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
956 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
968 } else if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1387 } else if (hcint & HCINT_ERRORS) {
1405 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
1407 if (!(hcint & HCINT_ERRORS))
1420 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
[all...]
H A Ddwc_otgreg.h559 #define HCINT_ERRORS \ macro
570 HCINT_ERRORS | HCINT_STALL | HCINT_SOFTWARE_ONLY)

Completed in 99 milliseconds