Searched defs:freq_tbl (Results 1 – 16 of 16) sorted by relevance
12 struct freq_tbl { struct13 unsigned long freq;14 u8 src;15 u8 pre_div;16 u16 m;17 u16 n;83 const struct freq_tbl *freq_tbl; member121 const struct freq_tbl *freq_tbl; member149 const struct freq_tbl *freq_tbl; member
50 const struct pll_freq_tbl *freq_tbl; member
77 const struct freq_tbl *freq_tbl; member
1007 struct freq_tbl *freq_tbl; in clk_rcg2_dfs_populate_freq_table() local
12 struct freq_tbl { struct13 unsigned long freq;14 u8 src;15 u8 pre_div;16 u16 m;17 u16 n;83 const struct freq_tbl *freq_tbl; member122 const struct freq_tbl *freq_tbl; member152 const struct freq_tbl *freq_tbl; member
41 struct pll_freq_tbl *freq_tbl; in qcom_a53pll_get_freq_tbl() local
76 const struct freq_tbl *freq_tbl; member
1304 struct freq_tbl *freq_tbl; in clk_rcg2_dfs_populate_freq_table() local
30 struct cpufreq_frequency_table *freq_tbl; member175 struct cpufreq_frequency_table *freq_tbl; in spear_cpufreq_probe() local
82 struct cpufreq_frequency_table *freq_tbl; in ls1x_cpufreq_init() local
29 struct freq_tbl { struct30 unsigned int load;31 unsigned long freq;56 const struct freq_tbl *freq_tbl; member
33 struct freq_tbl { struct34 unsigned int load;35 unsigned long freq;61 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