Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c42 uint32_t boot_freq; member
1836 uint32_t trefi0, trefi1, boot_freq; in dram_dfs_init() local
1857 boot_freq = in dram_dfs_init()
1859 boot_freq = dpll_rates_table[to_get_clk_index(boot_freq)].mhz; in dram_dfs_init()
1860 rk3399_dram_status.boot_freq = boot_freq; in dram_dfs_init()
1862 boot_freq; in dram_dfs_init()
1899 rddqs_slave = rddqs_slave * 1000000 / boot_freq / 512; in dram_dfs_init()
1902 rddqs_adjust = rddqs_adjust * 1000000 / boot_freq; in dram_dfs_init()
1904 (1000000 / boot_freq / 2); in dram_dfs_init()
2078 if (mhz != rk3399_dram_status.boot_freq) in ddr_prepare_for_sys_suspend()
[all …]