Lines Matching refs:command
66 u32 command, result, magic, dummy; in speedstep_smi_ownership() local
70 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_ownership()
74 command, smi_port); in speedstep_smi_ownership()
83 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership()
104 u32 command, result = 0, edi, high_mhz, low_mhz, dummy; in speedstep_smi_get_freqs() local
113 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_get_freqs()
116 command, smi_port); in speedstep_smi_get_freqs()
126 : "a" (command), in speedstep_smi_get_freqs()
152 unsigned int result = 0, command, new_state, dummy; in speedstep_set_state() local
164 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_set_state()
168 state, command, smi_port); in speedstep_set_state()
194 : "a" (command), "b" (function), "c" (state), in speedstep_set_state()
342 ist_info.signature, ist_info.command, in speedstep_init()
360 smi_port = ist_info.command & 0xff; in speedstep_init()
365 smi_cmd = (ist_info.command >> 16) & 0xff; in speedstep_init()