Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h238 #define SDHCI_RETUNING_TIMER_COUNT_MASK GENMASK(11, 8) macro
H A Dsdhci.c4599 host->tuning_count = FIELD_GET(SDHCI_RETUNING_TIMER_COUNT_MASK, in sdhci_setup_host()