Home
last modified time | relevance | path

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

/linux-4.1.27/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()
114 static void __update_core_freq(struct pxa3xx_freq_info *info) in __update_core_freq()
135 static void __update_bus_freq(struct pxa3xx_freq_info *info) in __update_bus_freq()
160 struct pxa3xx_freq_info *next; in pxa3xx_cpufreq_set()