Lines Matching defs:smi_port
33 static int smi_port;
72 command, smi_port);
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port),
114 command, smi_port);
127 "d" (smi_port), "S" (0), "D" (0)
166 state, command, smi_port);
193 "d" (smi_port), "S" (0), "D" (0)
343 (smi_port == 0) || (smi_cmd == 0)))
351 /* setup smi_port from MODLULE_PARM or BIOS */
352 if ((smi_port > 0xff) || (smi_port < 0))
354 else if (smi_port == 0)
355 smi_port = ist_info.command & 0xff;
376 module_param_hw(smi_port, int, ioport, 0444);
380 MODULE_PARM_DESC(smi_port, "Override the BIOS-given IST port with this value "