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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Ddwc_otg.c753 } else if (hcint & HCINT_ERRORS) {
762 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
764 if (!(hcint & HCINT_ERRORS))
774 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
788 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
800 } else if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1230 } else if (hcint & HCINT_ERRORS) {
1248 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
1250 if (!(hcint & HCINT_ERRORS))
1265 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
[all...]
H A Ddwc_otgreg.h549 #define HCINT_ERRORS \ macro
560 HCINT_ERRORS | HCINT_STALL | HCINT_SOFTWARE_ONLY)

Completed in 100 milliseconds