Searched refs:freq_conf_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/mv/armadaxp/
H A Darmadaxp.c99 static struct vco_freq_ratio freq_conf_table[] = { variable in typeref:struct:vco_freq_ratio
181 array_size = nitems(freq_conf_table);
188 freq_conf_table[sar_fab_freq].vco_cpu;
191 freq_l2clk = freq_vco / freq_conf_table[sar_fab_freq].vco_l2c;
194 if (((freq_vco % freq_conf_table[sar_fab_freq].vco_l2c) * 10 /
195 freq_conf_table[sar_fab_freq].vco_l2c) >= 5)

Completed in 45 milliseconds