Searched refs:turbo (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/arm/mach-pxa/
H A Dsleep.S116 @ ensure x1 for run and turbo mode with memory clock
128 @ note, turbo is not preserved over sleep so there is no
/linux-master/drivers/opp/
H A Dopp.h91 * @turbo: true if turbo (boost) OPP
113 bool turbo; member in struct:dev_pm_opp
H A Ddebugfs.c155 debugfs_create_bool("turbo", S_IRUGO, d, &opp->turbo);
H A Dof.c954 new_opp->turbo = of_property_read_bool(np, "turbo-mode");
997 pr_debug("%s: turbo:%d rate:%lu uv:%lu uvmin:%lu uvmax:%lu latency:%lu level:%u\n",
998 __func__, new_opp->turbo, new_opp->rates[0],
H A Dcore.c250 * dev_pm_opp_is_turbo() - Returns if opp is turbo OPP or not
251 * @opp: opp for which turbo mode is being verified
257 * Return: true if opp is turbo opp, else false.
266 return opp->turbo;
2068 new_opp->turbo = data->turbo;
/linux-master/drivers/misc/
H A Dxilinx_sdfec.c411 struct xsdfec_turbo turbo; local
415 err = copy_from_user(&turbo, arg, sizeof(turbo));
419 if (turbo.alg >= XSDFEC_TURBO_ALG_MAX)
422 if (turbo.scale > XSDFEC_TURBO_SCALE_MAX)
429 turbo_write = ((turbo.scale & XSDFEC_TURBO_SCALE_MASK)
431 turbo.alg;
1046 else if (!strcasecmp(fec_code, "turbo"))
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dreset.c215 /* same for turbo */
227 * are the same for turbo mode */
672 u32 turbo, mode, clock, bus_flags; local
675 turbo = 0;
792 turbo = AR5K_PHY_TURBO_MODE;
794 turbo |= AR5K_PHY_TURBO_SHORT;
809 /* ...enable Atheros turbo mode if requested */
825 ath5k_hw_reg_write(ah, turbo, AR5K_PHY_TURBO);
929 * on turbo mode (ath5k_hw_commit_eeprom_settings
/linux-master/arch/arm/mm/
H A 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.
H A 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.
H A 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-master/include/linux/
H A Dpm_opp.h91 * @turbo: Flag to indicate whether the OPP is to be marked turbo or not.
98 bool turbo; member in struct:dev_pm_opp_data
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c154 * @turbo: VID data for turbo P state
165 int turbo; member in struct:vid_data
171 * @no_turbo: Whether or not to use turbo P-states.
172 * @turbo_disabled: Whether or not turbo P-states are available at all,
174 * not the maximum reported turbo P-state is different from
175 * the maximum reported non-turbo one.
177 * @min_perf_pct: Minimum capacity limit in percent of the maximum turbo
179 * @max_perf_pct: Maximum capacity limit in percent of the maximum turbo
268 * @get_max: Callback to get maximum non turbo effectiv
[all...]
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c296 "Set thermal mode key in cycle mode. Disabling it sets the mode key in turbo toggle mode");
345 u8 turbo; member in struct:quirk_entry
361 if (quirks->turbo)
397 .turbo = 1,
726 * The profile used before turbo mode. This variable is needed for
727 * returning from turbo mode when the mode key is in toggle mode.
1508 /* fan_mode = 1 is used for auto, fan_mode = 2 used for turbo*/
1774 * Predator series turbo button
1780 /* Get current state from turbo button */
1785 /* Turn off turbo le
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dperf.c874 /* All OPPs above the sustained frequency are treated as turbo */
875 data.turbo = freq > dom->sustained_freq_khz * 1000;
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c3830 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 18 active cores\n", ratio, bclk, ratio * bclk);
3834 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 17 active cores\n", ratio, bclk, ratio * bclk);
3849 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 16 active cores\n", ratio, bclk, ratio * bclk);
3853 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 15 active cores\n", ratio, bclk, ratio * bclk);
3857 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 14 active cores\n", ratio, bclk, ratio * bclk);
3861 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 13 active cores\n", ratio, bclk, ratio * bclk);
3865 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 12 active cores\n", ratio, bclk, ratio * bclk);
3869 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 11 active cores\n", ratio, bclk, ratio * bclk);
3873 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 10 active cores\n", ratio, bclk, ratio * bclk);
3877 fprintf(outf, "%d * %.1f = %.1f MHz max turbo
5544 int turbo; local
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py894 if 'turbo' in test:
895 fp.write('# turbostat %s\n' % test['turbo'])
5527 turbo = sv.turbostat(s0ixready)
5528 if turbo:
5529 tdata['turbo'] = turbo

Completed in 241 milliseconds