Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci_am654.c443 #define ITAPDLY_LENGTH 32 macro
444 #define ITAPDLY_LAST_INDEX (ITAPDLY_LENGTH - 1)
459 if (fail_window->length == ITAPDLY_LENGTH) { in sdhci_am654_calculate_itap()
492 itap = (pass_window.start + (pass_window.length >> 1)) % ITAPDLY_LENGTH; in sdhci_am654_calculate_itap()
503 struct window fail_window[ITAPDLY_LENGTH]; in sdhci_am654_platform_execute_tuning()
513 for (itap = 0; itap < ITAPDLY_LENGTH; itap++) { in sdhci_am654_platform_execute_tuning()