Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/intel-speed-select/
Disst-core.c467 unsigned long long msr_trl; in isst_set_trl_from_current_tdp() local
471 msr_trl = trl; in isst_set_trl_from_current_tdp()
485 msr_trl = 0; in isst_set_trl_from_current_tdp()
489 msr_trl |= (_trl << (i * 8)); in isst_set_trl_from_current_tdp()
492 ret = isst_send_msr_command(cpu, 0x1AD, 1, &msr_trl); in isst_set_trl_from_current_tdp()