Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/admin-guide/pm/
Dintel_pstate.rst210 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/
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-cpu327 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/
Dexynos4412-prime.dtsi16 /delete-property/turbo-mode;
Dmeson8b.dtsi143 turbo-mode;
Dmeson8.dtsi151 turbo-mode;
/Linux-v5.4/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.4/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.4/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.4/Documentation/devicetree/bindings/opp/
Dopp.txt138 - 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/
Dklondike.dts166 turbo = "no";
196 turbo = "no";
/Linux-v5.4/drivers/opp/
Dopp.h77 bool turbo; member
Ddebugfs.c89 debugfs_create_bool("turbo", S_IRUGO, d, &opp->turbo); in opp_debug_create_one()
Dof.c587 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/
Dfrontend-property-satellite-systems.rst81 In addition to all parameters valid for DVB-S, turbo code supports the
/Linux-v5.4/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.4/Documentation/input/devices/
Dbcm5974.rst19 :Copyright: |copy| 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
/Linux-v5.4/Documentation/devicetree/bindings/misc/
Dxlnx,sd-fec.txt25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Drk3399-puma.dtsi71 turbo-mode;
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c168 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/
DPLIP.txt22 LapLink null-printer cable [can also work in turbo mode, with a PLIP
/Linux-v5.4/Documentation/cpu-freq/
Dpcc-cpufreq.txt169 This is due to "turbo boost" available on recent Intel processors. If certain
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3530 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()

12