Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c394 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) {
779 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_200;
H A Drockchip_sdhci.c265 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) { in rockchip_emmc_set_clock()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h223 #define SDHCI_MAX_DIV_SPEC_200 256 macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h286 #define SDHCI_MAX_DIV_SPEC_200 256 macro
H A Dsdhci.c1925 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) { in sdhci_calc_clk()
4328 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_setup_host()