Home
last modified time | relevance | path

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

/linux/drivers/memory/tegra/
H A Dtegra210-emc-core.c1240 if (clk < 1000000 / DVFS_FGCG_MID_SPEED_THRESHOLD) { in tegra210_emc_dvfs_power_ramp_up()
1316 } else if (clk < 1000000 / DVFS_FGCG_MID_SPEED_THRESHOLD) { in tegra210_emc_dvfs_power_ramp_up()
1425 if (clk < (1000000 / DVFS_FGCG_MID_SPEED_THRESHOLD)) { in tegra210_emc_dvfs_power_ramp_down()
H A Dtegra210-emc.h16 #define DVFS_FGCG_MID_SPEED_THRESHOLD 600 macro