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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Ddwc_otg.c915 if (hcint & (HCINT_RETRY |
932 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
944 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
958 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
970 } else if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1381 if (hcint & (HCINT_RETRY |
1407 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
1422 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1495 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1793 if (hcint & (HCINT_RETRY |
[all...]
H A Ddwc_otgreg.h561 #define HCINT_RETRY \ macro
569 (HCINT_ACK | HCINT_RETRY | HCINT_NYET | \

Completed in 90 milliseconds