Searched refs:no_turbo (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | intel_pstate.c | 187 bool no_turbo; member 839 if (global.no_turbo || global.turbo_disabled) in intel_pstate_get_hwp_max() 1093 int total, no_turbo, turbo_pct; in show_turbo_pct() local 1106 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 1107 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct() 1152 ret = sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo() 1186 global.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo() 1188 if (global.no_turbo) { in store_no_turbo() 1367 define_one_global_rw(no_turbo); 1377 &no_turbo.attr, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 297 ``no_turbo`` attribute in ``sysfs`` (described `below <no_turbo_attr_>`_) should 368 The value of this attribute is not affected by the ``no_turbo`` 381 ``no_turbo`` 458 If the ``no_turbo`` `global attribute <no_turbo_attr_>`_ is set, the driver is 461 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 464 restored after unsetting ``no_turbo``, unless these attributes have been written 465 to after ``no_turbo`` was set. 467 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
|
| H A D | intel-speed-select.rst | 218 # echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo 553 #echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1445 static int no_turbo(void) in no_turbo() function 1456 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-system-cpu | 317 /sys/devices/system/cpu/intel_pstate/no_turbo 333 no_turbo: limits the driver to selecting P states below the turbo
|