Lines Matching defs:command
27 /* speedstep system management interface port/command.
64 u32 command, result, magic, dummy;
68 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
71 pr_debug("trying to obtain ownership with command %x at port %x\n",
72 command, smi_port);
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port),
102 u32 command, result = 0, edi, high_mhz, low_mhz, dummy;
111 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
113 pr_debug("trying to determine frequencies with command %x at port %x\n",
114 command, smi_port);
124 : "a" (command),
150 unsigned int result = 0, command, new_state, dummy;
162 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
165 "with command %x at port %x\n",
166 state, command, smi_port);
192 : "a" (command), "b" (function), "c" (state),
336 pr_debug("signature:0x%.8x, command:0x%.8x, "
338 ist_info.signature, ist_info.command,
356 smi_port = ist_info.command & 0xff;
361 smi_cmd = (ist_info.command >> 16) & 0xff;
383 MODULE_PARM_DESC(smi_cmd, "Override the BIOS-given IST command with this value "