Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci.h205 #define SDHCI_RETUNING_TIMER_COUNT_MASK 0x00000F00 macro
Dsdhci.c3395 host->tuning_count = (host->caps1 & SDHCI_RETUNING_TIMER_COUNT_MASK) >> in sdhci_setup_host()