Home
last modified time | relevance | path

Searched refs:longhaul (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/cpufreq/
Dlonghaul.c164 union msr_longhaul longhaul; in do_powersaver() local
167 rdmsrl(MSR_VIA_LONGHAUL, longhaul.val); in do_powersaver()
170 longhaul.bits.RevisionKey = longhaul.bits.RevisionID; in do_powersaver()
172 longhaul.bits.RevisionKey = 0; in do_powersaver()
173 longhaul.bits.SoftBusRatio = mults_index & 0xf; in do_powersaver()
174 longhaul.bits.SoftBusRatio4 = (mults_index & 0x10) >> 4; in do_powersaver()
177 longhaul.bits.SoftVID = (mults_index >> 8) & 0x1f; in do_powersaver()
182 longhaul.bits.EnableSoftVID = 1; in do_powersaver()
183 wrmsrl(MSR_VIA_LONGHAUL, longhaul.val); in do_powersaver()
196 longhaul.bits.EnableSoftVID = 0; in do_powersaver()
[all …]
DMakefile38 obj-$(CONFIG_X86_LONGHAUL) += longhaul.o