Lines Matching refs:command
64 u32 command, result, magic, dummy; in speedstep_smi_ownership() local
68 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_ownership()
72 command, smi_port); in speedstep_smi_ownership()
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership()
102 u32 command, result = 0, edi, high_mhz, low_mhz, dummy; in speedstep_smi_get_freqs() local
111 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_get_freqs()
114 command, smi_port); in speedstep_smi_get_freqs()
124 : "a" (command), in speedstep_smi_get_freqs()
150 unsigned int result = 0, command, new_state, dummy; in speedstep_set_state() local
162 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_set_state()
166 state, command, smi_port); in speedstep_set_state()
192 : "a" (command), "b" (function), "c" (state), in speedstep_set_state()
338 ist_info.signature, ist_info.command, in speedstep_init()
356 smi_port = ist_info.command & 0xff; in speedstep_init()
361 smi_cmd = (ist_info.command >> 16) & 0xff; in speedstep_init()