Searched refs:RATE2MHZ (Results 1 – 1 of 1) sorted by relevance
65 #define RATE2MHZ(rate) ((rate) / 1000000) macro292 RATE2MHZ(sc->sc_cpu_minrate), RATE2MHZ(sc->sc_cpu_maxrate)); in vcmbox_cpufreq_init()329 fq = RATE2MHZ(rate); in vcmbox_cpufreq_sysctl_helper()333 fq = RATE2MHZ(sc->sc_cpu_minrate); in vcmbox_cpufreq_sysctl_helper()335 fq = RATE2MHZ(sc->sc_cpu_maxrate); in vcmbox_cpufreq_sysctl_helper()346 if (fq < RATE2MHZ(sc->sc_cpu_minrate)) in vcmbox_cpufreq_sysctl_helper()347 fq = RATE2MHZ(sc->sc_cpu_minrate); in vcmbox_cpufreq_sysctl_helper()348 if (fq > RATE2MHZ(sc->sc_cpu_maxrate)) in vcmbox_cpufreq_sysctl_helper()349 fq = RATE2MHZ(sc->sc_cpu_maxrate); in vcmbox_cpufreq_sysctl_helper()