/Linux-v5.4/Documentation/admin-guide/pm/ |
D | intel_pstate.rst | 210 the so-called "turbo" frequency ranges). In other words, in the passive mode 226 will be referred to as the "turbo threshold" in what follows. 228 The P-states above the turbo threshold are referred to as "turbo P-states" and 229 the whole sub-range of P-states they belong to is referred to as the "turbo 235 Specifically, if software sets the P-state of a CPU core within the turbo range 236 (that is, above the turbo threshold), the processor is permitted to take over 237 performance scaling control for that core and put it into turbo P-states of its 241 the given core, even if it is within the turbo range, whereas all of the later 243 turbo range, even above the one set by software. In other words, on those 244 processors setting any P-state from the turbo range will enable the processor [all …]
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-platform-msi-laptop | 46 Contains either 0 or 1 and indicates if turbo mode is turned 47 on. In turbo mode power LED is orange and processor is 49 only possible to toggle turbo mode state by pressing Fn+F10, 51 If user presses Fn+F10 too frequent, turbo mode state is not
|
D | sysfs-devices-system-cpu | 327 no_turbo: limits the driver to selecting P states below the turbo 417 frequency is throttled to lower frequency in turbo (at and above 421 max frequency is throttled to lower frequency in sub-turbo(below
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos4412-prime.dtsi | 16 /delete-property/turbo-mode;
|
D | meson8b.dtsi | 143 turbo-mode;
|
D | meson8.dtsi | 151 turbo-mode;
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | sleep.S | 115 @ ensure x1 for run and turbo mode with memory clock 127 @ note, turbo is not preserved over sleep so there is no
|
/Linux-v5.4/drivers/misc/ |
D | xilinx_sdfec.c | 410 struct xsdfec_turbo turbo; in xsdfec_set_turbo() local 414 err = copy_from_user(&turbo, arg, sizeof(turbo)); in xsdfec_set_turbo() 418 if (turbo.alg >= XSDFEC_TURBO_ALG_MAX) in xsdfec_set_turbo() 421 if (turbo.scale > XSDFEC_TURBO_SCALE_MAX) in xsdfec_set_turbo() 428 turbo_write = ((turbo.scale & XSDFEC_TURBO_SCALE_MASK) in xsdfec_set_turbo() 430 turbo.alg; in xsdfec_set_turbo()
|
/Linux-v5.4/drivers/net/wireless/ath/ath5k/ |
D | reset.c | 672 u32 turbo, mode, clock, bus_flags; in ath5k_hw_nic_wakeup() local 675 turbo = 0; in ath5k_hw_nic_wakeup() 792 turbo = AR5K_PHY_TURBO_MODE; in ath5k_hw_nic_wakeup() 794 turbo |= AR5K_PHY_TURBO_SHORT; in ath5k_hw_nic_wakeup() 825 ath5k_hw_reg_write(ah, turbo, AR5K_PHY_TURBO); in ath5k_hw_nic_wakeup()
|
/Linux-v5.4/Documentation/devicetree/bindings/opp/ |
D | opp.txt | 138 - turbo-mode: Marks the OPP to be used only for turbo modes. Turbo mode is 225 turbo-mode; 305 turbo-mode; 381 turbo-mode; 407 turbo-mode;
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | klondike.dts | 166 turbo = "no"; 196 turbo = "no";
|
/Linux-v5.4/drivers/opp/ |
D | opp.h | 77 bool turbo; member
|
D | debugfs.c | 89 debugfs_create_bool("turbo", S_IRUGO, d, &opp->turbo); in opp_debug_create_one()
|
D | of.c | 587 new_opp->turbo = of_property_read_bool(np, "turbo-mode"); in _opp_add_static_v2() 634 __func__, new_opp->turbo, new_opp->rate, in _opp_add_static_v2()
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | frontend-property-satellite-systems.rst | 81 In addition to all parameters valid for DVB-S, turbo code supports the
|
/Linux-v5.4/arch/arm/mm/ |
D | proc-mohawk.S | 345 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode 363 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
|
D | proc-xsc3.S | 416 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode 434 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
|
D | proc-xscale.S | 532 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode 548 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
|
/Linux-v5.4/Documentation/input/devices/ |
D | bcm5974.rst | 19 :Copyright: |copy| 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
|
/Linux-v5.4/Documentation/devicetree/bindings/misc/ |
D | xlnx,sd-fec.txt | 25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes
|
/Linux-v5.4/arch/arm64/boot/dts/rockchip/ |
D | rk3399-puma.dtsi | 71 turbo-mode;
|
/Linux-v5.4/drivers/cpufreq/ |
D | intel_pstate.c | 168 int turbo; member 1351 vid = cpudata->vid.turbo; in atom_get_val() 1400 cpudata->vid.turbo = value & 0x7f; in atom_get_vid()
|
/Linux-v5.4/Documentation/networking/ |
D | PLIP.txt | 22 LapLink null-printer cable [can also work in turbo mode, with a PLIP
|
/Linux-v5.4/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 169 This is due to "turbo boost" available on recent Intel processors. If certain
|
/Linux-v5.4/tools/power/x86/turbostat/ |
D | turbostat.c | 3530 int turbo; in dump_sysfs_pstate_config() local 3560 if (fscanf(input, "%d", &turbo) != 1) in dump_sysfs_pstate_config() 3562 fprintf(outf, "cpufreq boost: %d\n", turbo); in dump_sysfs_pstate_config() 3569 if (fscanf(input, "%d", &turbo) != 1) in dump_sysfs_pstate_config() 3571 fprintf(outf, "cpufreq intel_pstate no_turbo: %d\n", turbo); in dump_sysfs_pstate_config()
|