Lines Matching full:frequency
5 # driver. The test checks the frequency settings from the maximum turbo
6 # state to the minimum supported frequency, in decrements of 100MHz. The
10 # or the requested frequency in MHz, the Actual frequency, as read from
16 # Notes: In some cases several frequency values may be placed in the
88 # Get the marketing frequency
94 _min_freq=$(cpupower frequency-info -l | tail -1 | awk ' { print $1 } ')
96 _max_freq=$(cpupower frequency-info -l | tail -1 | awk ' { print $2 } ')
102 echo "Setting maximum frequency to $freq"
103 cpupower frequency-set -g powersave --max=${freq}MHz >& /dev/null
107 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null
110 echo "The marketing frequency of the cpu is $mkt_freq MHz"
111 echo "The maximum frequency of the cpu is $max_freq MHz"
112 echo "The minimum frequency of the cpu is $min_freq MHz"