Searched refs:minmax (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/mmc/ |
A D | rockchip_dw_mmc.c | 35 u32 minmax[2]; member 86 if (dev_read_u32_array(dev, "clock-freq-min-max", priv->minmax, 2)) { in rockchip_dwmmc_of_to_plat() 92 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_of_to_plat() 93 priv->minmax[1] = val; in rockchip_dwmmc_of_to_plat() 121 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_probe() 122 priv->minmax[1] = dtplat->max_frequency; in rockchip_dwmmc_probe() 147 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
|
A D | ftsdc010_mci.c | 63 u32 minmax[2]; member 408 "clock-freq-min-max", priv->minmax, 2)) { in ftsdc010_mmc_of_to_plat() 414 priv->minmax[0] = 400000; /* 400 kHz */ in ftsdc010_mmc_of_to_plat() 415 priv->minmax[1] = val; in ftsdc010_mmc_of_to_plat() 421 chip->sclk = priv->minmax[1]; in ftsdc010_mmc_of_to_plat() 442 memcpy(priv->minmax, dtplat->clock_freq_min_max, sizeof(priv->minmax)); in ftsdc010_mmc_probe() 453 priv->minmax[1] , priv->minmax[0]); in ftsdc010_mmc_probe()
|
Completed in 4 milliseconds