Home
last modified time | relevance | path

Searched refs:SDHCI_MAX_DIV_SPEC_200 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.h285 #define SDHCI_MAX_DIV_SPEC_200 256 macro
H A Dsdhci.c1936 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) { in sdhci_calc_clk()
4381 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_setup_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.h294 #define SDHCI_MAX_DIV_SPEC_200 256 macro
H A Dsdhci.c1959 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) { in sdhci_calc_clk()
4428 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_setup_host()

Completed in 23 milliseconds