Searched refs:HCINT_ERRORS (Results 1 – 2 of 2) sorted by relevance
922 } else if (hcint & HCINT_ERRORS) { in dwc_otg_host_setup_tx()931 if (hcint & (HCINT_ERRORS | HCINT_RETRY | in dwc_otg_host_setup_tx()933 if (!(hcint & HCINT_ERRORS)) in dwc_otg_host_setup_tx()943 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_setup_tx()957 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_setup_tx()969 } else if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_setup_tx()1388 } else if (hcint & HCINT_ERRORS) { in dwc_otg_host_data_rx()1406 if (hcint & (HCINT_ERRORS | HCINT_RETRY | in dwc_otg_host_data_rx()1408 if (!(hcint & HCINT_ERRORS)) in dwc_otg_host_data_rx()1421 if (hcint & (HCINT_RETRY | HCINT_ERRORS)) { in dwc_otg_host_data_rx()[all …]
559 #define HCINT_ERRORS \ macro570 HCINT_ERRORS | HCINT_STALL | HCINT_SOFTWARE_ONLY)