.\" 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" "" "06 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 -- undescribed -- .TP \fB\fIhigh_freq\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .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)