Home
last modified time | relevance | path

Searched refs:HCINT_ERRORS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDdwc_otg.c922 } 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 …]
HDdwc_otgreg.h559 #define HCINT_ERRORS \ macro
570 HCINT_ERRORS | HCINT_STALL | HCINT_SOFTWARE_ONLY)