Home
last modified time | relevance | path

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

/drivers/mmc/
A Docteontx_hsmmc.h35 #define MAX_NO_OF_TAPS 64 macro
A Docteontx_hsmmc.c1835 char how[MAX_NO_OF_TAPS + 1] = ""; in octeontx_tune_hs400()
1861 if (tap >= 0 && tap < MAX_NO_OF_TAPS) { in octeontx_tune_hs400()
1868 for (tap = 0; tap <= MAX_NO_OF_TAPS; tap++, prev_ok = !err) { in octeontx_tune_hs400()
1869 if (tap < MAX_NO_OF_TAPS) { in octeontx_tune_hs400()
2048 char how[MAX_NO_OF_TAPS + 1] = ""; in octeontx_mmc_adjust_tuning()
2069 for (tap = 0; tap <= MAX_NO_OF_TAPS; tap++, prev_ok = !err) { in octeontx_mmc_adjust_tuning()
2070 if (tap < MAX_NO_OF_TAPS) { in octeontx_mmc_adjust_tuning()
2690 int half = MAX_NO_OF_TAPS / 2; in octeontx_mmc_configure_delay()

Completed in 10 milliseconds