Home
last modified time | relevance | path

Searched refs:pxa3xx_freq_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dpxa3xx-cpufreq.c41 struct pxa3xx_freq_info { struct
69 static struct pxa3xx_freq_info pxa300_freqs[] = { argument
77 static struct pxa3xx_freq_info pxa320_freqs[] = {
87 static struct pxa3xx_freq_info *pxa3xx_freqs;
91 struct pxa3xx_freq_info *freqs, int num) in setup_freqs_table()
116 static void __update_core_freq(struct pxa3xx_freq_info *info) in __update_core_freq()
137 static void __update_bus_freq(struct pxa3xx_freq_info *info) in __update_bus_freq()
162 struct pxa3xx_freq_info *next; in pxa3xx_cpufreq_set()