Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c389 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) {
646 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_200;
/openbmc/u-boot/include/
H A Dsdhci.h213 #define SDHCI_MAX_DIV_SPEC_200 256 macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h295 #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()
4434 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_setup_host()