Searched refs:HCINT_ERRORS (Results 1 – 2 of 2) sorted by relevance
913 } else if (hcint & HCINT_ERRORS) { in dwc_otg_host_setup_tx() 922 if (hcint & (HCINT_ERRORS | HCINT_RETRY | in dwc_otg_host_setup_tx() 924 if (!(hcint & HCINT_ERRORS)) in dwc_otg_host_setup_tx() 934 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_setup_tx() 948 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_setup_tx() 960 } else if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_setup_tx() 1379 } else if (hcint & HCINT_ERRORS) { in dwc_otg_host_data_rx() 1397 if (hcint & (HCINT_ERRORS | HCINT_RETRY | in dwc_otg_host_data_rx() 1399 if (!(hcint & HCINT_ERRORS)) in dwc_otg_host_data_rx() 1412 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_data_rx() [all...]
560 #define HCINT_ERRORS \ macro571 HCINT_ERRORS | HCINT_STALL | HCINT_SOFTWARE_ONLY)