Lines Matching defs:boot_freq
42 uint32_t boot_freq;
1836 uint32_t trefi0, trefi1, boot_freq;
1857 boot_freq =
1859 boot_freq = dpll_rates_table[to_get_clk_index(boot_freq)].mhz;
1860 rk3399_dram_status.boot_freq = boot_freq;
1862 boot_freq;
1886 * If boot_freq isn't in the bypass mode, it can get the
1899 rddqs_slave = rddqs_slave * 1000000 / boot_freq / 512;
1902 rddqs_adjust = rddqs_adjust * 1000000 / boot_freq;
1904 (1000000 / boot_freq / 2);
2078 if (mhz != rk3399_dram_status.boot_freq)
2079 ddr_set_rate(rk3399_dram_status.boot_freq * 1000 * 1000);
2086 prepare_ddr_timing(rk3399_dram_status.boot_freq);