Searched refs:maxfreq (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/ntp/scripts/monitoring/ |
| D | ntploopwatch | 199 undef($maxfreq); 534 $maxfreq * $FreqScale - $LastFreqBase, 1074 undef $maxfreq; 1153 $maxfreq = &max(@freq); 1168 ($maxfreq - $minfreq) 1169 ? ($maxy - $miny) / ($maxfreq - $minfreq) : 1; 1184 $freqbase = ($maxfreq + $minfreq)/ 2 * $FreqScale; #$m * $FreqScale; 1190 $s = int(log(($maxfreq-$minfreq)*$FreqScale)/log(10))-1 1191 unless ($maxfreq-$minfreq) < 1e-12; 1201 if (($maxfreq - $minfreq) > $MinClip) [all …]
|
| /freebsd-9-stable/usr.sbin/powerd/ |
| D | powerd.c | 88 int minfreq, int maxfreq); 184 read_freqs(int *numfreqs, int **freqs, int **power, int minfreq, int maxfreq) in read_freqs() argument 222 ((*freqs)[j] <= maxfreq || maxfreq == -1)) in read_freqs() 457 int minfreq = -1, maxfreq = -1; in main() local 500 maxfreq = atoi(optarg); in main() 501 if (maxfreq < 0) { in main() 503 maxfreq); in main() 554 if (read_freqs(&numfreqs, &freqs, &mwatts, minfreq, maxfreq)) in main()
|
| /freebsd-9-stable/sys/dev/siba/ |
| D | siba_core.c | 1023 int maxfreq; in siba_cc_power_init() local 1040 maxfreq = siba_cc_clockfreq(scc, 1); in siba_cc_power_init() 1042 (maxfreq * 150 + 999999) / 1000000); in siba_cc_power_init() 1044 (maxfreq * 15 + 999999) / 1000000); in siba_cc_power_init()
|
| /freebsd-9-stable/sys/dev/drm2/radeon/ |
| D | radeon_atombios.c | 1296 uint16_t maxfreq; in radeon_atombios_get_tmds_info() local 1305 maxfreq = le16_to_cpu(tmds_info->usMaxFrequency); in radeon_atombios_get_tmds_info() 1325 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
|