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
83 # Get the marketing frequency
89 _min_freq=$(cpupower frequency-info -l | tail -1 | awk ' { print $1 } ')
91 _max_freq=$(cpupower frequency-info -l | tail -1 | awk ' { print $2 } ')
97 echo "Setting maximum frequency to $freq"
98 cpupower frequency-set -g powersave --max=${freq}MHz >& /dev/null
102 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null
105 echo "The marketing frequency of the cpu is $mkt_freq MHz"
106 echo "The maximum frequency of the cpu is $max_freq MHz"
107 echo "The minimum frequency of the cpu is $min_freq MHz"