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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.c697 if (hcint & (HCINT_RETRY |
716 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
730 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
746 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
764 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1056 if (hcint & (HCINT_RETRY |
1075 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
1162 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1204 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1470 if (hcint & (HCINT_RETRY |
[all...]
H A Ddwc_otgreg.h546 #define HCINT_RETRY \ macro

Completed in 65 milliseconds