Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci.h287 #define SDHCI_MAX_DIV_SPEC_200 256 macro
Dsdhci.c1974 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) { in sdhci_calc_clk()
4459 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_setup_host()