.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "LONGRUN_DETERMINE_FREQS" "9" "09 October 2005" "" ""
.SH NAME
longrun_determine_freqs \- determines the lowest and highest possible core frequency
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned int __init longrun_determine_freqs (unsigned int * \fIlow_freq\fB, unsigned int * \fIhigh_freq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIlow_freq\fB\fR
an int to put the lowest frequency into
.TP
\fB\fIhigh_freq\fB\fR
an int to put the highest frequency into
.SH "DESCRIPTION"
.PP
Determines the lowest and highest possible core frequencies on this CPU.
This is necessary to calculate the performance percentage according to
.SH "TMTA RULES"
.PP
performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)