Home
last modified time | relevance | path

Searched refs:turbo (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.10/Documentation/admin-guide/pm/
Dintel_pstate.rst222 the so-called "turbo" frequency ranges). In other words, in the passive mode
238 will be referred to as the "turbo threshold" in what follows.
240 The P-states above the turbo threshold are referred to as "turbo P-states" and
241 the whole sub-range of P-states they belong to is referred to as the "turbo
247 Specifically, if software sets the P-state of a CPU core within the turbo range
248 (that is, above the turbo threshold), the processor is permitted to take over
249 performance scaling control for that core and put it into turbo P-states of its
253 the given core, even if it is within the turbo range, whereas all of the later
255 turbo range, even above the one set by software. In other words, on those
256 processors setting any P-state from the turbo range will enable the processor
[all …]
Dintel-speed-select.rst75 Intel(R) SST-TF (feature turbo-freq) is supported
155 speed-select-turbo-freq:disabled
184 speed-select-turbo-freq:disabled
216 workload, disable turbo::
277 speed-select-turbo-freq:disabled
281 speed-select-turbo-freq:disabled
290 "speed-select-turbo-freq" (Intel(R) SST-TF) is supported at both performance
551 that turbo is disabled. To disable turbo, execute::
578 frequency as the turbo is disabled). The turbostat output::
709 This feature enables the ability to set different "All core turbo ratio limits"
[all …]
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-platform-msi-laptop46 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
Dsysfs-devices-system-cpu333 no_turbo: limits the driver to selecting P states below the turbo
437 frequency is throttled to lower frequency in turbo (at and above
441 max frequency is throttled to lower frequency in sub-turbo(below
/Linux-v5.10/arch/arm/boot/dts/
Dexynos4412-prime.dtsi16 /delete-property/turbo-mode;
Domap34xx.dtsi77 turbo-mode;
Domap36xx.dtsi75 turbo-mode;
/Linux-v5.10/drivers/misc/
Dxilinx_sdfec.c410 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.10/arch/arm/mach-pxa/
Dsleep.S115 @ ensure x1 for run and turbo mode with memory clock
127 @ note, turbo is not preserved over sleep so there is no
/Linux-v5.10/drivers/net/wireless/ath/ath5k/
Dreset.c672 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.10/arch/powerpc/boot/dts/
Dklondike.dts166 turbo = "no";
196 turbo = "no";
/Linux-v5.10/Documentation/devicetree/bindings/opp/
Dopp.txt149 - turbo-mode: Marks the OPP to be used only for turbo modes. Turbo mode is
238 turbo-mode;
318 turbo-mode;
394 turbo-mode;
420 turbo-mode;
/Linux-v5.10/drivers/opp/
Dopp.h79 bool turbo; member
Ddebugfs.c130 debugfs_create_bool("turbo", S_IRUGO, d, &opp->turbo); in opp_debug_create_one()
Dof.c775 new_opp->turbo = of_property_read_bool(np, "turbo-mode"); in _opp_add_static_v2()
822 __func__, new_opp->turbo, new_opp->rate, in _opp_add_static_v2()
/Linux-v5.10/Documentation/userspace-api/media/dvb/
Dfrontend-property-satellite-systems.rst74 In addition to all parameters valid for DVB-S, turbo code supports the
/Linux-v5.10/arch/arm/mm/
Dproc-mohawk.S345 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode
363 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
Dproc-xsc3.S416 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode
434 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
Dproc-xscale.S532 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.10/Documentation/input/devices/
Dbcm5974.rst19 :Copyright: |copy| 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
/Linux-v5.10/Documentation/devicetree/bindings/misc/
Dxlnx,sd-fec.txt25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3399-puma.dtsi71 turbo-mode;
/Linux-v5.10/arch/arm64/boot/dts/renesas/
Dr8a77961.dtsi72 turbo-mode;
78 turbo-mode;
84 turbo-mode;
111 turbo-mode;
/Linux-v5.10/Documentation/networking/
Dplip.rst26 LapLink null-printer cable [can also work in turbo mode, with a PLIP
/Linux-v5.10/drivers/cpufreq/
Dintel_pstate.c169 int turbo; member
1515 vid = cpudata->vid.turbo; in atom_get_val()
1564 cpudata->vid.turbo = value & 0x7f; in atom_get_vid()

12