Searched refs:vrm_mV_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dlonghaul.c63 static const struct mV_pos *vrm_mV_table; variable in typeref:struct:mV_pos
548 vrm_mV_table = &vrm85_mV[0];
554 vrm_mV_table = &mobilevrm_mV[0];
558 minvid = vrm_mV_table[longhaul.bits.MinimumVID];
559 maxvid = vrm_mV_table[longhaul.bits.MaximumVID];
621 vid = vrm_mV_table[mV_vrm_table[pos]];

Completed in 38 milliseconds