Searched refs:clos (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
D | isst.h | 235 extern int isst_pm_get_clos(int cpu, int clos, 237 extern int isst_set_clos(int cpu, int clos, 239 extern int isst_clos_associate(int cpu, int clos); 241 extern void isst_clos_display_information(int cpu, FILE *outf, int clos, 243 extern void isst_clos_display_assoc_information(int cpu, FILE *outf, int clos);
|
D | isst-config.c | 1394 static int set_clos_param(int cpu, int clos, int epp, int wt, int min, int max) in set_clos_param() argument 1399 ret = isst_pm_get_clos(cpu, clos, &clos_config); in set_clos_param() 1408 ret = isst_set_clos(cpu, clos, &clos_config); in set_clos_param() 1629 int clos; in set_core_priority_and_min() local 1636 clos = 0; in set_core_priority_and_min() 1638 clos = 3; in set_core_priority_and_min() 1640 debug_printf("Associate cpu: %d clos: %d\n", i, clos); in set_core_priority_and_min() 1641 ret = isst_clos_associate(i, clos); in set_core_priority_and_min() 1988 int clos; in set_fact_enable() local 2010 clos = 0; in set_fact_enable() [all …]
|
D | isst-core.c | 962 int isst_pm_get_clos(int cpu, int clos, struct isst_clos_config *clos_config) in isst_pm_get_clos() argument 967 ret = isst_send_mbox_command(cpu, CONFIG_CLOS, CLOS_PM_CLOS, clos, 0, in isst_pm_get_clos() 984 int isst_set_clos(int cpu, int clos, struct isst_clos_config *clos_config) in isst_set_clos() argument 996 param = BIT(MBOX_CMD_WRITE_BIT) | clos; in isst_set_clos()
|
D | isst-display.c | 608 void isst_clos_display_information(int cpu, FILE *outf, int clos, in isst_clos_display_information() argument 621 snprintf(value, sizeof(value), "%d", clos); in isst_clos_display_information() 694 void isst_clos_display_assoc_information(int cpu, FILE *outf, int clos) in isst_clos_display_assoc_information() argument 706 snprintf(value, sizeof(value), "%d", clos); in isst_clos_display_assoc_information()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 377 clos-enable-status:enabled 385 clos-enable-status:enabled 393 Defaults will be used if user skips setting a parameter except clos id, which is 399 Set core-power configuration for one of the four clos ids 400 Specify targeted clos id with [--clos|-c] 401 Specify clos Proportional Priority [--weight|-w] 402 Specify clos min in MHz with [--min|-n] 403 Specify clos max in MHz with [--max|-m] 410 clos epp is not specified, default: 0 411 clos frequency weight is not specified, default: 0 [all …]
|