Lines Matching refs:trl
2026 "\tArguments: -r|--trl-type : Specify trl type: sse|avx2|avx512\n");
2128 "Optional: -t|--trl : Specify turbo ratio limit\n");
2137 "Optional: -t|--trl : Specify turbo ratio limit\n");
2572 unsigned long long trl;
2577 isst_display_error_info_message(1, "Invalid TRL. Specify with [-t|--trl]", 0, 0);
2583 isst_display_result(id, outf, "turbo-mode", "set-trl", ret);
2587 ret = isst_get_trl(id, &trl);
2589 isst_display_result(id, outf, "turbo-mode", "get-trl", ret);
2591 isst_trl_display_information(id, outf, trl);
2599 fprintf(stderr, "\t t|--trl: Specify turbo ratio limit for setting TRL\n");
2648 { "turbo-mode", "get-trl", process_trl, 0 },
2649 { "turbo-mode", "set-trl", process_trl, 1 },
2742 { "trl-type", required_argument, 0, 'r' },
2743 { "trl", required_argument, 0, 't' },
2882 printf("\tcommand : get-trl\n");
2883 printf("\tcommand : set-trl\n");