| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | zynq_sdhci.c | 26 unsigned int f_max; member 66 ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max, in arasan_sdhci_probe() 86 plat->f_max = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), in arasan_sdhci_ofdata_to_platdata()
|
| H A D | sdhci.c | 722 u32 f_max, u32 f_min) argument 769 if (f_max && (f_max < host->max_clk)) 770 cfg->f_max = f_max; 772 cfg->f_max = host->max_clk; 777 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_300; 779 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_200; 814 int add_sdhci(struct sdhci_host *host, u32 f_max, u32 f_min) argument 818 ret = sdhci_setup_cfg(&host->cfg, host, f_max, f_min);
|
| H A D | omap_hsmmc.c | 713 int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio, argument 772 if (f_max != 0) 773 cfg->f_max = f_max; 777 cfg->f_max = 52000000; 779 cfg->f_max = 26000000; 781 cfg->f_max = 20000000; 834 cfg->f_max = fdtdec_get_int(fdt, node, "max-frequency", 52000000);
|
| H A D | davinci_mmc.c | 36 if (clock > mmc->cfg->f_max) in dmmc_set_clock() 37 clock = mmc->cfg->f_max; in dmmc_set_clock() 383 host->cfg.f_max = 25000000; in davinci_mmc_init()
|
| H A D | arm_pl180_mmci.c | 290 if (dev->clock >= dev->cfg->f_max) { in host_set_ios() 292 dev->clock = dev->cfg->f_max; in host_set_ios() 370 host->cfg.f_max = host->clock_max; in arm_pl180_mmci_init()
|
| H A D | sandbox_mmc.c | 120 cfg->f_max = 52000000; in sandbox_mmc_bind()
|
| H A D | pxa_mmc_gen.c | 336 tmp = mmc->cfg->f_max / mmc->clock; in pxa_mmc_set_ios() 379 .f_max = PXAMMC_MAX_SPEED,
|
| H A D | mmc_legacy.c | 150 cfg->f_max == 0 || cfg->b_max == 0) in mmc_create()
|
| H A D | sh_sdhi.c | 733 .f_max = CLKDEV_HS_DATA, 745 .f_max = CLKDEV_HS_DATA, 882 plat->cfg.f_max = CLKDEV_HS_DATA; in sh_sdhi_dm_probe()
|
| H A D | sunxi_mmc.c | 500 cfg->f_max = 52000000; in sunxi_mmc_init() 582 cfg->f_max = 52000000; in sunxi_mmc_probe()
|
| H A D | stm32_sdmmc2.c | 554 cfg->f_max = dev_read_u32_default(dev, "max-frequency", 52000000); in stm32_sdmmc2_probe() 560 if (cfg->f_max > 25000000) in stm32_sdmmc2_probe()
|
| H A D | gen_atmel_mci.c | 507 cfg->f_max = get_mci_clk_rate() / (2*1); 553 cfg->f_max = priv->bus_clk_rate / 2;
|
| H A D | meson_gx_mmc.c | 246 cfg->f_max = 100000000; /* 100 MHz */ in meson_mmc_probe()
|
| H A D | mmc_spi.c | 285 mmc_spi_cfg.f_max = speed; in mmc_spi_init()
|
| H A D | mvebu_mmc.c | 422 .f_max = MVEBU_MMC_CLOCKRATE_MAX,
|
| H A D | ftsdc010_mci.c | 362 chip->cfg.f_max = chip->sclk / 2; in ftsdc010_mmc_init()
|
| H A D | mxsmmc.c | 419 priv->cfg.f_max = mxc_get_clock(MXC_SSP0_CLK + mxsmmc_clk_id) * 1000 / 2; in mxsmmc_initialize()
|
| H A D | mxcmmc.c | 511 mxcmci_cfg.f_max = mxc_get_clock(MXC_ESDHC_CLK) >> 1; in mxcmci_initialize()
|
| H A D | tegra_mmc.c | 619 cfg->f_max = 48000000; in tegra_mmc_probe()
|
| H A D | sh_mmcif.c | 599 sh_mmcif_cfg.f_max = MMC_CLK_DIV_MAX(host->clk); in mmcif_mmc_init()
|
| H A D | uniphier-sd.c | 740 plat->cfg.f_max = priv->mclk; in uniphier_sd_probe()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | omap_mmc.h | 173 int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sdhci.h | 414 u32 f_max, u32 f_min); 444 int add_sdhci(struct sdhci_host *host, u32 f_max, u32 f_min);
|
| H A D | mmc.h | 517 uint f_max; member
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | board.c | 957 .cfg.f_max = 52000000, 971 .cfg.f_max = 52000000,
|