Searched refs:arm_freq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c879 device_printf(sc->dev, "set clock arm_freq error\n");
1234 int arm_freq, core_freq, sdram_freq; local
1247 arm_freq = bcm2835_cpufreq_get_clock_rate(sc,
1318 HZ2MHZ(arm_freq), HZ2MHZ(core_freq), HZ2MHZ(sdram_freq),
1352 HZ2MHZ(arm_freq), HZ2MHZ(core_freq), HZ2MHZ(sdram_freq),
1502 OID_AUTO, "arm_freq", CTLTYPE_INT | CTLFLAG_RW, sc, 0,
1598 int cur_freq, resp_freq, arm_freq, min_freq, core_freq; local
1628 arm_freq = bcm2835_cpufreq_get_clock_rate(sc,
1674 if (resp_freq < 0 || arm_freq < 0 || resp_freq != arm_freq) {
1687 int arm_freq; local
[all...]

Completed in 92 milliseconds