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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otg.c913 if (hcint & (HCINT_RETRY |
930 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
942 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
956 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
968 } else if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1379 if (hcint & (HCINT_RETRY |
1405 if (hcint & (HCINT_ERRORS | HCINT_RETRY |
1420 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1493 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) {
1791 if (hcint & (HCINT_RETRY |
[all...]
H A Ddwc_otgreg.h561 #define HCINT_RETRY \ macro
569 (HCINT_ACK | HCINT_RETRY | HCINT_NYET | \

Completed in 117 milliseconds