Searched refs:smi_sig (Results 1 – 1 of 1) sorted by relevance
35 static unsigned int smi_sig; variable68 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()350 if (smi_sig == 1) in speedstep_init()351 smi_sig = 0x47534943; in speedstep_init()353 smi_sig = ist_info.signature; in speedstep_init()382 module_param(smi_sig, uint, 0444);388 MODULE_PARM_DESC(smi_sig, "Set to 1 to fake the IST signature when using the "