Searched refs:arm_freq (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_cpufreq.c | 1029 int arm_freq, core_freq, sdram_freq; in bcm2835_cpufreq_init() local 1042 arm_freq = bcm2835_cpufreq_get_clock_rate(sc, in bcm2835_cpufreq_init() 1113 HZ2MHZ(arm_freq), HZ2MHZ(core_freq), HZ2MHZ(sdram_freq), in bcm2835_cpufreq_init() 1363 int resp_freq, arm_freq, min_freq, core_freq; in bcm2835_cpufreq_set() local 1398 arm_freq = bcm2835_cpufreq_get_clock_rate(sc, in bcm2835_cpufreq_set() 1444 if (resp_freq < 0 || arm_freq < 0 || resp_freq != arm_freq) { in bcm2835_cpufreq_set() 1448 DPRINTF("cpufreq: %d -> %d\n", cur_freq, arm_freq); in bcm2835_cpufreq_set() 1457 int arm_freq; in bcm2835_cpufreq_get() local 1468 arm_freq = bcm2835_cpufreq_get_clock_rate(sc, in bcm2835_cpufreq_get() 1471 if (arm_freq < 0) { in bcm2835_cpufreq_get() [all …]
|