Lines Matching refs:smi_port
33 static int smi_port; variable
72 command, smi_port); in speedstep_smi_ownership()
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership()
114 command, smi_port); in speedstep_smi_get_freqs()
127 "d" (smi_port), "S" (0), "D" (0) in speedstep_smi_get_freqs()
166 state, command, smi_port); in speedstep_set_state()
193 "d" (smi_port), "S" (0), "D" (0) in speedstep_set_state()
344 (smi_port == 0) || (smi_cmd == 0))) in speedstep_init()
353 if ((smi_port > 0xff) || (smi_port < 0)) in speedstep_init()
355 else if (smi_port == 0) in speedstep_init()
356 smi_port = ist_info.command & 0xff; in speedstep_init()
377 module_param_hw(smi_port, int, ioport, 0444);
381 MODULE_PARM_DESC(smi_port, "Override the BIOS-given IST port with this value "