Searched refs:freq_conf_table (Results 1 – 1 of 1) sorted by relevance
99 static struct vco_freq_ratio freq_conf_table[] = { variable181 array_size = nitems(freq_conf_table); in count_l2clk()188 freq_conf_table[sar_fab_freq].vco_cpu; in count_l2clk()191 freq_l2clk = freq_vco / freq_conf_table[sar_fab_freq].vco_l2c; in count_l2clk()194 if (((freq_vco % freq_conf_table[sar_fab_freq].vco_l2c) * 10 / in count_l2clk()195 freq_conf_table[sar_fab_freq].vco_l2c) >= 5) in count_l2clk()