Searched defs:freq_tbl (Results 1 – 9 of 9) sorted by relevance
12 struct freq_tbl { struct13 unsigned long freq;14 u8 src;15 u8 pre_div;16 u16 m;17 u16 n;100 const struct freq_tbl *freq_tbl; member139 const struct freq_tbl *freq_tbl; member171 const struct freq_tbl *freq_tbl; member
41 struct pll_freq_tbl *freq_tbl; in qcom_a53pll_get_freq_tbl() local
50 const struct pll_freq_tbl *freq_tbl; member
76 const struct freq_tbl *freq_tbl; member
1432 struct freq_tbl *freq_tbl; in clk_rcg2_dfs_populate_freq_table() local
30 struct cpufreq_frequency_table *freq_tbl; member174 struct cpufreq_frequency_table *freq_tbl; in spear_cpufreq_probe() local
32 struct freq_tbl { struct33 unsigned int load;34 unsigned long freq;60 const struct freq_tbl *freq_tbl; member
44 const struct freq_tbl *freq_tbl = core->res->freq_tbl; in core_clks_enable() local
58 static const int freq_tbl[] = {2, 4, 8, 10, 50000, 100000, 200000, 250000}; variable