Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c384 div < SDHCI_MAX_DIV_SPEC_300;
777 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_300;
H A Drockchip_sdhci.c255 div < SDHCI_MAX_DIV_SPEC_300; in rockchip_emmc_set_clock()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h224 #define SDHCI_MAX_DIV_SPEC_300 2046 macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h287 #define SDHCI_MAX_DIV_SPEC_300 2046 macro
H A Dsdhci.c1911 for (div = 2; div < SDHCI_MAX_DIV_SPEC_300; in sdhci_calc_clk()
4326 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_300; in sdhci_setup_host()