Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci_am654.c445 #define ITAPDLY_LENGTH 32 macro
446 #define ITAPDLY_LAST_INDEX (ITAPDLY_LENGTH - 1)
464 if (fail_window->length == ITAPDLY_LENGTH) { in sdhci_am654_calculate_itap()
498 itap = (pass_window.start + (pass_window.length >> 1)) % ITAPDLY_LENGTH; in sdhci_am654_calculate_itap()
509 struct window fail_window[ITAPDLY_LENGTH]; in sdhci_am654_do_tuning()
520 for (itap = 0; itap < ITAPDLY_LENGTH; itap++) { in sdhci_am654_do_tuning()