Lines Matching defs:clos
50 /* clos related */
1394 static int set_clos_param(int cpu, int clos, int epp, int wt, int min, int max)
1399 ret = isst_pm_get_clos(cpu, clos, &clos_config);
1408 ret = isst_set_clos(cpu, clos, &clos_config);
1629 int clos;
1636 clos = 0;
1638 clos = 3;
1640 debug_printf("Associate cpu: %d clos: %d\n", i, clos);
1641 ret = isst_clos_associate(i, clos);
1988 int clos;
2010 clos = 0;
2012 clos = 3;
2014 debug_printf("Associate cpu: %d clos: %d\n", i, clos);
2015 ret = isst_clos_associate(i, clos);
2105 "\tArguments: [-c | --clos]: Specify clos id\n");
2109 isst_display_error_info_message(1, "Invalid clos id\n", 0, 0);
2186 "Set core-power configuration for one of the four clos ids\n");
2188 "\tSpecify targeted clos id with [--clos|-c]\n");
2190 fprintf(stderr, "\tSpecify clos EPP with [--epp|-e]\n");
2192 "\tSpecify clos Proportional Priority [--weight|-w]\n");
2194 fprintf(stderr, "\tSpecify clos min in MHz with [--min|-n]\n");
2195 fprintf(stderr, "\tSpecify clos max in MHz with [--max|-m]\n");
2200 isst_display_error_info_message(1, "Invalid clos id\n", 0, 0);
2204 fprintf(stderr, "clos epp is not specified or invalid, default: 0\n");
2209 "clos frequency weight is not specified or invalid, default: 0\n");
2213 fprintf(stderr, "clos min is not specified, default: 0\n");
2217 fprintf(stderr, "clos max is not specified, default: Max frequency (ratio 0xff)\n");
2221 fprintf(stderr, "clos desired is not supported on this platform\n");
2250 fprintf(stderr, "Associate a clos id to a CPU\n");
2252 "\tSpecify targeted clos id with [--clos|-c]\n");
2254 "\tFor example to associate clos 1 to CPU 0: issue\n");
2256 "\tintel-speed-select --cpu 0 core-power assoc --clos 1\n");
2261 isst_display_error_info_message(1, "Invalid clos id\n", 0, 0);
2275 int clos, ret;
2277 ret = isst_clos_get_assoc_status(cpu, &clos);
2281 isst_clos_display_assoc_information(cpu, outf, clos);
2287 fprintf(stderr, "Get associate clos id to a CPU\n");
2416 { "clos", required_argument, 0, 'c' },
2489 isst_display_error_info_message(1, "Invalid clos priority type: proportional for this platform", 0, 0);