Searched refs:tscref (Results 1 – 1 of 1) sorted by relevance
168 u32 lo, hi, ratio, freq, tscref; in cpu_khz_from_msr() local198 tscref = TSC_REFERENCE_KHZ * md->multiplier; in cpu_khz_from_msr()199 freq = DIV_ROUND_CLOSEST(tscref, md->divider); in cpu_khz_from_msr()204 res = DIV_ROUND_CLOSEST(tscref * ratio, md->divider); in cpu_khz_from_msr()