Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_dw_mmc.c50 u32 minmax[2]; member
122 if (dev_read_u32_array(dev, "clock-freq-min-max", priv->minmax, 2)) { in rockchip_dwmmc_ofdata_to_platdata()
128 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_ofdata_to_platdata()
129 priv->minmax[1] = val; in rockchip_dwmmc_ofdata_to_platdata()
397 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_probe()
398 priv->minmax[1] = dtplat->max_frequency; in rockchip_dwmmc_probe()
440 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()