Home
last modified time | relevance | path

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

/tools/power/x86/intel-speed-select/
Disst-config.c48 static int clos_max = -1; variable
1185 clos_config.clos_max = clos_max; in set_clos_config_for_cpu()
1227 if (clos_max < 0) { in set_clos_config()
1229 clos_max = 0xff; in set_clos_config()
1473 clos_max = atoi(optarg); in parse_cmd_args()
Disst.h78 unsigned char clos_max; member
Disst-core.c698 clos_config->clos_max = (resp >> 16) & 0xff; in isst_pm_get_clos()
713 req |= (clos_config->clos_max & 0xff) << 16; in isst_set_clos()
Disst-display.c517 snprintf(value, sizeof(value), "%d", clos_config->clos_max); in isst_clos_display_information()