Home
last modified time | relevance | path

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

/linux/drivers/memory/tegra/
H A Dtegra210-emc-core.c1225 u32 cmd_pad, dq_pad, rfu1, cfg5, common_tx, ramp_up_wait = 0; in tegra210_emc_dvfs_power_ramp_up() local
1247 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up()
1264 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up()
1280 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up()
1285 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up()
1296 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up()
1311 ramp_up_wait += 100000; in tegra210_emc_dvfs_power_ramp_up()
1316 ramp_up_wait += 100000 + (10 * clk); in tegra210_emc_dvfs_power_ramp_up()
1322 ramp_up_wait += 100000 + 10 * clk; in tegra210_emc_dvfs_power_ramp_up()
1328 ramp_up_wait += 12 * clk; in tegra210_emc_dvfs_power_ramp_up()
[all …]
H A Dtegra210-emc-cc-r21021.c361 u32 mr13_flip_fspwr, mr13_flip_fspop, ramp_up_wait, ramp_down_wait; in tegra210_emc_r21021_set_clock() local
1126 ramp_up_wait = tegra210_emc_dvfs_power_ramp_up(emc, dst_clk_period, 0); in tegra210_emc_r21021_set_clock()
1153 s32 t = (s32)(ramp_up_wait + ramp_down_wait) / in tegra210_emc_r21021_set_clock()
1314 if (ramp_up_wait <= 1250000) in tegra210_emc_r21021_set_clock()
1315 delay = (1250000 - ramp_up_wait) / dst_clk_period; in tegra210_emc_r21021_set_clock()