vcoreqfid 337 drivers/cpufreq/powernow-k8.c u32 vcoreqfid, vcocurrfid, vcofiddiff; vcoreqfid 349 drivers/cpufreq/powernow-k8.c vcoreqfid = convert_fid_to_vco_fid(reqfid); vcoreqfid 351 drivers/cpufreq/powernow-k8.c vcofiddiff = vcocurrfid > vcoreqfid ? vcocurrfid - vcoreqfid vcoreqfid 352 drivers/cpufreq/powernow-k8.c : vcoreqfid - vcocurrfid; vcoreqfid 377 drivers/cpufreq/powernow-k8.c vcofiddiff = vcocurrfid > vcoreqfid ? vcocurrfid - vcoreqfid vcoreqfid 378 drivers/cpufreq/powernow-k8.c : vcoreqfid - vcocurrfid;