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

/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c731 device_printf(sc->dev, "set clock arm_freq error\n");
1086 int arm_freq, core_freq, sdram_freq; local
1099 arm_freq = bcm2835_cpufreq_get_clock_rate(sc,
1170 HZ2MHZ(arm_freq), HZ2MHZ(core_freq), HZ2MHZ(sdram_freq),
1204 HZ2MHZ(arm_freq), HZ2MHZ(core_freq), HZ2MHZ(sdram_freq),
1320 OID_AUTO, "arm_freq", CTLTYPE_INT | CTLFLAG_RW, sc, 0,
1406 int cur_freq, resp_freq, arm_freq, min_freq, core_freq; local
1436 arm_freq = bcm2835_cpufreq_get_clock_rate(sc,
1482 if (resp_freq < 0 || arm_freq < 0 || resp_freq != arm_freq) {
1495 int arm_freq; local
[all...]

Completed in 47 milliseconds