Lines Matching full:turbo
980 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is supported\n"); in isst_print_extended_platform_info()
982 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is not supported\n"); in isst_print_extended_platform_info()
1262 "including base frequency and turbo frequency configurations\n"); in dump_isst_config()
1848 isst_display_error_info_message(1, "Failed to get turbo-freq info at this level", 1, tdp_level); in dump_fact_config_for_cpu()
1861 …"Print complete Intel Speed Select Technology turbo frequency configuration for a TDP level. Other… in dump_fact_config()
1907 …isst_display_error_info_message(1, "turbo-freq feature is not present at this level", 1, pkg_dev.c… in set_fact_for_cpu()
1943 isst_display_result(cpu, outf, "turbo-freq", "enable", ret); in set_fact_for_cpu()
1949 isst_display_result(cpu, outf, "turbo-freq", "disable", ret); in set_fact_for_cpu()
1960 "Enable Intel Speed Select Technology Turbo frequency feature\n"); in set_fact_enable()
1962 "Optional: -t|--trl : Specify turbo ratio limit\n"); in set_fact_enable()
1969 "Disable Intel Speed Select Technology turbo frequency feature\n"); in set_fact_enable()
1971 "Optional: -t|--trl : Specify turbo ratio limit\n"); in set_fact_enable()
2055 isst_display_result(-1, outf, "turbo-freq --auto", "enable", 0); in set_fact_enable()
2061 isst_display_result(i, outf, "turbo-freq --auto", "enable", ret); in set_fact_enable()
2351 isst_display_result(cpu, outf, "turbo-mode", "enable", 0); in set_turbo_mode_for_cpu()
2353 isst_display_result(cpu, outf, "turbo-mode", "disable", 0); in set_turbo_mode_for_cpu()
2363 fprintf(stderr, "Set turbo mode enable\n"); in set_turbo_mode()
2365 fprintf(stderr, "Set turbo mode disable\n"); in set_turbo_mode()
2402 isst_display_result(cpu, outf, "turbo-mode", "set-trl", ret); in get_set_trl()
2408 isst_display_result(cpu, outf, "turbo-mode", "get-trl", ret); in get_set_trl()
2417 fprintf(stderr, "Set TRL (turbo ratio limits)\n"); in process_trl()
2418 fprintf(stderr, "\t t|--trl: Specify turbo ratio limit for setting TRL\n"); in process_trl()
2420 fprintf(stderr, "Get TRL (turbo ratio limits)\n"); in process_trl()
2455 { "turbo-freq", "info", dump_fact_config, 0 },
2456 { "turbo-freq", "enable", set_fact_enable, 1 },
2457 { "turbo-freq", "disable", set_fact_enable, 0 },
2465 { "turbo-mode", "enable", set_turbo_mode, 0 },
2466 { "turbo-mode", "disable", set_turbo_mode, 1 },
2467 { "turbo-mode", "get-trl", process_trl, 0 },
2468 { "turbo-mode", "set-trl", process_trl, 1 },
2676 printf("turbo-freq:\tEnables the ability to set different turbo ratio\n\ in fact_help()
2678 printf("\nCommand: For feature=turbo-freq\n"); in fact_help()
2686 …printf("turbo-mode:\tEnables users to enable/disable turbo mode by adjusting frequency settings. A… in turbo_mode_help()
2716 { "turbo-freq", fact_help },
2718 { "turbo-mode", turbo_mode_help },
2782 printf("\nFEATURE : [perf-profile|base-freq|turbo-freq|core-power|turbo-mode]\n"); in usage()
2818 printf("\tTo get full turbo-freq information dump:\n"); in usage()
2819 printf("\t\tintel-speed-select turbo-freq info -l 0\n"); in usage()