Home
last modified time | relevance | path

Searched refs:TUNING_WORD_BIT_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-tegra.c78 #define TUNING_WORD_BIT_SIZE 32 macro
856 u8 total_tuning_words = host->tuning_loop_count / TUNING_WORD_BIT_SIZE; in tegra_sdhci_tap_correction()
869 while (bit < TUNING_WORD_BIT_SIZE) { in tegra_sdhci_tap_correction()
870 tap = word * TUNING_WORD_BIT_SIZE + bit; in tegra_sdhci_tap_correction()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-tegra.c83 #define TUNING_WORD_BIT_SIZE 32 macro
870 u8 total_tuning_words = host->tuning_loop_count / TUNING_WORD_BIT_SIZE; in tegra_sdhci_tap_correction()
883 while (bit < TUNING_WORD_BIT_SIZE) { in tegra_sdhci_tap_correction()
884 tap = word * TUNING_WORD_BIT_SIZE + bit; in tegra_sdhci_tap_correction()

Completed in 6 milliseconds