Home
last modified time | relevance | path

Searched refs:MSR_S_LO_CURRENT_FID (Results 1 – 3 of 3) sorted by relevance

/linux/tools/power/cpupower/debug/i386/
H A Dpowernow-k8-decode.c25 #define MSR_S_LO_CURRENT_FID 0x0000003f macro
46 *fid = ((uint32_t )(msr & 0xffffffffull)) & MSR_S_LO_CURRENT_FID; in get_fidvid()
/linux/drivers/cpufreq/
H A Dpowernow-k8.h75 #define MSR_S_LO_CURRENT_FID 0x0000003f macro
H A Dpowernow-k8.c113 data->currfid = lo & MSR_S_LO_CURRENT_FID; in query_current_values_with_pending_wait()
138 fid = lo & MSR_S_LO_CURRENT_FID; in fidvid_msr_init()