Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dspeedstep-smi.c35 static unsigned int smi_sig; variable
68 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_ownership()
111 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_get_freqs()
162 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_set_state()
347 if (smi_sig == 1) in speedstep_init()
348 smi_sig = 0x47534943; in speedstep_init()
350 smi_sig = ist_info.signature; in speedstep_init()
379 module_param(smi_sig, uint, 0444);
385 MODULE_PARM_DESC(smi_sig, "Set to 1 to fake the IST signature when using the "
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dspeedstep-smi.c35 static unsigned int smi_sig; variable
68 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_ownership()
111 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_get_freqs()
162 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_set_state()
347 if (smi_sig == 1) in speedstep_init()
348 smi_sig = 0x47534943; in speedstep_init()
350 smi_sig = ist_info.signature; in speedstep_init()
379 module_param(smi_sig, uint, 0444);
385 MODULE_PARM_DESC(smi_sig, "Set to 1 to fake the IST signature when using the "

Completed in 2 milliseconds