Searched refs:ramp_up_wait (Results 1 – 2 of 2) sorted by relevance
/drivers/memory/tegra/ |
D | tegra210-emc-core.c | 1224 u32 cmd_pad, dq_pad, rfu1, cfg5, common_tx, ramp_up_wait = 0; in tegra210_emc_dvfs_power_ramp_up() local 1246 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up() 1263 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up() 1279 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up() 1284 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up() 1295 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up() 1310 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up() 1315 ramp_up_wait += 100000 + (10 * clk); in tegra210_emc_dvfs_power_ramp_up() 1321 ramp_up_wait += 100000 + 10 * clk; in tegra210_emc_dvfs_power_ramp_up() 1327 ramp_up_wait += 12 * clk; in tegra210_emc_dvfs_power_ramp_up() [all …]
|
D | tegra210-emc-cc-r21021.c | 609 u32 mr13_flip_fspwr, mr13_flip_fspop, ramp_up_wait, ramp_down_wait; in tegra210_emc_r21021_set_clock() local 1383 ramp_up_wait = tegra210_emc_dvfs_power_ramp_up(emc, dst_clk_period, 0); in tegra210_emc_r21021_set_clock() 1410 s32 t = (s32)(ramp_up_wait + ramp_down_wait) / in tegra210_emc_r21021_set_clock() 1571 if (ramp_up_wait <= 1250000) in tegra210_emc_r21021_set_clock() 1572 delay = (1250000 - ramp_up_wait) / dst_clk_period; in tegra210_emc_r21021_set_clock()
|