Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c379 div < SDHCI_MAX_DIV_SPEC_300;
644 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_300;
/openbmc/u-boot/include/
H A Dsdhci.h214 #define SDHCI_MAX_DIV_SPEC_300 2046 macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h296 #define SDHCI_MAX_DIV_SPEC_300 2046 macro
H A Dsdhci.c1945 for (div = 2; div < SDHCI_MAX_DIV_SPEC_300; in sdhci_calc_clk()
4432 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_300; in sdhci_setup_host()