Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Dsdhci.h223 #define SDHCI_MAX_DIV_SPEC_200 256 macro