Lines Matching defs:clos

50 /* clos related */
1584 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max)
1589 ret = isst_pm_get_clos(id, clos, &clos_config);
1598 ret = isst_set_clos(id, clos, &clos_config);
1820 int clos;
1827 clos = 0;
1829 clos = 3;
1831 debug_printf("Associate cpu: %d clos: %d\n", i, clos);
1833 ret = isst_clos_associate(&tid, clos);
2190 int clos;
2216 clos = 0;
2218 clos = 3;
2220 debug_printf("Associate cpu: %d clos: %d\n", i, clos);
2221 ret = isst_clos_associate(&id, clos);
2315 "\tArguments: [-c | --clos]: Specify clos id\n");
2319 isst_display_error_info_message(1, "Invalid clos id\n", 0, 0);
2396 "Set core-power configuration for one of the four clos ids\n");
2398 "\tSpecify targeted clos id with [--clos|-c]\n");
2400 fprintf(stderr, "\tSpecify clos EPP with [--epp|-e]\n");
2402 "\tSpecify clos Proportional Priority [--weight|-w]\n");
2404 fprintf(stderr, "\tSpecify clos min in MHz with [--min|-n]\n");
2405 fprintf(stderr, "\tSpecify clos max in MHz with [--max|-m]\n");
2410 isst_display_error_info_message(1, "Invalid clos id\n", 0, 0);
2414 fprintf(stderr, "clos epp is not specified or invalid, default: 0\n");
2419 "clos frequency weight is not specified or invalid, default: 0\n");
2423 fprintf(stderr, "clos min is not specified, default: 0\n");
2427 fprintf(stderr, "clos max is not specified, default: Max frequency (ratio 0xff)\n");
2431 fprintf(stderr, "clos desired is not supported on this platform\n");
2460 fprintf(stderr, "Associate a clos id to a CPU\n");
2462 "\tSpecify targeted clos id with [--clos|-c]\n");
2464 "\tFor example to associate clos 1 to CPU 0: issue\n");
2466 "\tintel-speed-select --cpu 0 core-power assoc --clos 1\n");
2471 isst_display_error_info_message(1, "Invalid clos id\n", 0, 0);
2489 int clos, ret;
2491 ret = isst_clos_get_assoc_status(id, &clos);
2495 isst_clos_display_assoc_information(id, outf, clos);
2501 fprintf(stderr, "Get associate clos id to a CPU\n");
2745 { "clos", required_argument, 0, 'c' },
2818 isst_display_error_info_message(1, "Invalid clos priority type: proportional for this platform", 0, 0);