Searched refs:fid (Results 1 – 1 of 1) sorted by relevance
447 uint64_t fid = BITS(p_state_msr, 5, 0); in amd_compute_p_state_clock() local449 clock = (100 * (fid + 0x10) / (1 << did)) * 1000 * 1000; in amd_compute_p_state_clock()453 uint64_t fid = BITS(p_state_msr, 7, 0); in amd_compute_p_state_clock() local455 clock = (fid * 25) * 1000 * 1000; in amd_compute_p_state_clock()
Completed in 3 milliseconds