Home
last modified time | relevance | path

Searched refs:isst_send_msr_command (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/power/x86/intel-speed-select/
Disst-core.c199 ret = isst_send_msr_command(cpu, 0x1ae, 0, buckets_info); in isst_get_trl_bucket_info()
224 ret = isst_send_msr_command(cpu, 0x64b, 1, &level); in isst_set_tdp_level_msr()
458 ret = isst_send_msr_command(cpu, 0x1AD, 1, &trl); in isst_set_trl()
492 ret = isst_send_msr_command(cpu, 0x1AD, 1, &msr_trl); in isst_set_trl_from_current_tdp()
505 ret = isst_send_msr_command(cpu, 0x64b, 0, &tdp_control); in isst_get_config_tdp_lock_status()
Disst.h186 extern int isst_send_msr_command(unsigned int cpu, unsigned int command,
Disst-config.c577 int isst_send_msr_command(unsigned int cpu, unsigned int msr, int write, in isst_send_msr_command() function