Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c913 } 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()
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()
1819 } else if (hcint & HCINT_ERRORS) { in dwc_otg_host_data_tx()
1828 if (hcint & (HCINT_ERRORS | HCINT_RETRY | in dwc_otg_host_data_tx()
[all …]
H A Ddwc_otgreg.h560 #define HCINT_ERRORS \ macro
571 HCINT_ERRORS | HCINT_STALL | HCINT_SOFTWARE_ONLY)