Searched refs:isst_send_msr_command (Results 1 – 3 of 3) sorted by relevance
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-core.c | 70 int isst_send_msr_command(unsigned int cpu, unsigned int msr, int write, in isst_send_msr_command() function 152 ret = isst_send_msr_command(id->cpu, 0x1AD, 0, &msr_trl); in isst_get_get_trl_from_msr() 265 ret = isst_send_msr_command(id->cpu, 0x1AD, 0, trl); in isst_get_trl() 279 ret = isst_send_msr_command(id->cpu, 0x1AD, 1, &trl); in isst_set_trl() 322 ret = isst_send_msr_command(id->cpu, 0x1AD, 1, &msr_trl); in isst_set_trl_from_current_tdp() 335 ret = isst_send_msr_command(id->cpu, 0x64b, 0, &tdp_control); in isst_get_config_tdp_lock_status()
|
H A D | isst.h | 234 extern int isst_send_msr_command(unsigned int cpu, unsigned int command,
|
H A D | isst-core-mbox.c | 596 ret = isst_send_msr_command(id->cpu, 0x1ae, 0, buckets_info); in mbox_get_trl_bucket_info()
|