Home
last modified time | relevance | path

Searched refs:boost (Results 1 – 59 of 59) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dboost.c33 u16 boost = 0x0000; in nvbios_boostTe() local
37 boost = nvbios_rd16(bios, bit_P.offset + 0x30); in nvbios_boostTe()
39 if (boost) { in nvbios_boostTe()
40 *ver = nvbios_rd08(bios, boost + 0); in nvbios_boostTe()
43 *hdr = nvbios_rd08(bios, boost + 1); in nvbios_boostTe()
44 *cnt = nvbios_rd08(bios, boost + 5); in nvbios_boostTe()
45 *len = nvbios_rd08(bios, boost + 2); in nvbios_boostTe()
46 *snr = nvbios_rd08(bios, boost + 4); in nvbios_boostTe()
47 *ssz = nvbios_rd08(bios, boost + 3); in nvbios_boostTe()
48 return boost; in nvbios_boostTe()
DKbuild3 nvkm-y += nvkm/subdev/bios/boost.o
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dbq25890.txt16 - ti,boost-voltage: integer, VBUS voltage level in boost mode (in uV);
17 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
21 - ti,boost-low-freq: boolean, if present boost mode frequency will be 500kHz,
41 ti,boost-voltage = <5000000>;
42 ti,boost-max-current = <1000000>;
Drt9455_charger.txt18 - richtek,boost-output-voltage: integer, maximum voltage provided to consumer
19 devices, when the charger is in boost mode, in uV.
44 richtek,boost-output-voltage = <5050000>;
/linux-4.4.14/Documentation/cpu-freq/
Dboost.txt7 /sys/devices/system/cpu/cpufreq/boost
8 controls the boost setting for the whole system. You can read and write
20 budget. The decision about boost disable/enable is made either at hardware
23 in technical documentation "Core performance boost". In Linux we use
24 the term "boost" for convenience.
36 single thread performance can vary. By explicitly disabling the boost
53 /sys/devices/system/cpu/cpufreq/boost
60 This will either disable the boost functionality on all cores in the
61 whole system (0) or will allow the software or hardware to boost at will
64 Writing a "1" does not explicitly boost the system, but just allows the
[all …]
Dpcc-cpufreq.txt169 This is due to "turbo boost" available on recent Intel processors. If certain
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77693.txt90 - maxim,boost-mode :
91 In boost mode the device can produce up to 1.2A of total current
93 to 625mA then. If not enabled explicitly, boost setting defaults to
96 LEDS_BOOST_OFF (0) - no boost,
99 - maxim,boost-mvout : Output voltage of the boost module in millivolts.
118 (boost mode must be turned off):
176 maxim,boost-mode = <LEDS_BOOST_FIXED>;
177 maxim,boost-mvout = <5000>;
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dpm8941-wled.txt16 - qcom,current-boost-limit: mA; boost current limit; one of:
38 qcom,current-boost-limit = <805>;
Dtps65217-backlight.txt3 The TPS65217 chip contains a boost converter and current sinks which can be
/linux-4.4.14/Documentation/usb/
Diuu_phoenix.txt37 parm: boost:overclock boost percent 100 to 500 (int)
48 - boost provide a way to overclock the reader ( my favorite :-) )
51 modprobe boost=195
74 use this settings to deduce de boost but is that feature
/linux-4.4.14/drivers/usb/serial/
Diuu_phoenix.c43 static int boost = 100; variable
67 u32 boost; member
924 baud * priv->boost / 100, in iuu_set_termios()
1013 if (boost < 100) in iuu_open()
1014 boost = 100; in iuu_open()
1015 priv->boost = boost; in iuu_open()
1020 iuu_clk(port, IUU_CLK_3680000 * boost / 100); in iuu_open()
1022 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open()
1026 iuu_clk(port, IUU_CLK_6000000 * boost / 100); in iuu_open()
1030 iuu_uart_baud(port, 16457 * boost / 100, &actual, in iuu_open()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dimx-sata.txt18 - fsl,transmit-boost-mdB : transmit boost level, in milli-decibels
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs35l32.txt18 - cirrus,boost-manager : Boost voltage control.
59 cirrus,boost-manager = <0x03>;
/linux-4.4.14/sound/pcmcia/vx/
Dvxpocket.h48 void vx_set_mic_boost(struct vx_core *chip, int boost);
Dvxp_ops.c468 void vx_set_mic_boost(struct vx_core *chip, int boost) in vx_set_mic_boost() argument
477 if (boost) { in vx_set_mic_boost()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio-proximity-as393514 Show or set the gain boost of the amp, from 0-31 range.
Dsysfs-devices-system-cpu182 What: /sys/devices/system/cpu/cpufreq/boost
187 This switch controls the boost setting for the whole system.
190 More details can be found in Documentation/cpu-freq/boost.txt
/linux-4.4.14/tools/power/cpupower/
DToDo5 - Try to read out boost states and frequencies on Intel
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-lp8860.txt4 driver with boost controller. It has 4 high-precision
/linux-4.4.14/drivers/power/
Dbq2415x_charger.c735 int boost = 0; in bq2415x_set_mode() local
738 boost = 1; in bq2415x_set_mode()
745 if (!boost) in bq2415x_set_mode()
779 else if (boost) in bq2415x_set_mode()
900 int boost; in bq2415x_timer_work() local
916 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS); in bq2415x_timer_work()
917 if (boost < 0) { in bq2415x_timer_work()
928 if (boost) { in bq2415x_timer_work()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt27 - apm,tx-boost-gain : Frequency boost AC (LSB 3-bit) and DC (2-bit)
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt95 between HPM and LPM); not available on boost type
101 available on boost type regulators. For voltage switch type
/linux-4.4.14/Documentation/hwmon/
Dlm93244 For each temperature channel, there is a boost temperature: if the channel
247 There is also a hysteresis temperature for this function: after the boost
249 the boost function is disabled. This temperature is also expressed in degrees
304 temp<n>_auto_boost temperature channel boost (PWMs to 100%) limit
306 temp<n>_auto_boost_hyst temperature channel boost hysteresis
/linux-4.4.14/lib/
DKconfig.kasan39 it gives about x2 boost over outline instrumentation), but
/linux-4.4.14/arch/arm/boot/dts/
Dimx6q-hummingboard.dts55 fsl,transmit-boost-mdB = <3330>;
Dimx6q-cubox-i.dts54 fsl,transmit-boost-mdB = <0>;
Dqcom-pm8941.dtsi169 qcom,current-boost-limit = <805>;
/linux-4.4.14/sound/pci/ctxfi/
Dcthw20k1.c1553 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SB055x() argument
1571 data |= boost ? (0x1<<2) : 0; in adc_input_select_SB055x()
1593 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SBx() argument
1629 if (boost) { in adc_input_select_SBx()
1643 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_hendrix() argument
1674 if (boost) { in adc_input_select_hendrix()
/linux-4.4.14/Documentation/device-mapper/
Ddm-log.txt33 will not survive a reboot or crash, but there may be a small boost in
/linux-4.4.14/tools/power/cpupower/po/
Dde.po69 msgid "Average Frequency (including boost) in MHz"
246 #. on Intel and AMD, but we assume boost capable machines can do that
252 msgid " boost state support: \n"
285 msgid " Pstate-Pb%d: %luMHz (boost state)\n"
466 msgid " -b, --boost Checks for turbo or boost modes *\n"
Dit.po69 msgid "Average Frequency (including boost) in MHz"
245 #. on Intel and AMD, but we assume boost capable machines can do that
251 msgid " boost state support: \n"
284 msgid " Pstate-Pb%d: %luMHz (boost state)\n"
459 msgid " -b, --boost Checks for turbo or boost modes *\n"
Dcs.po72 msgid "Average Frequency (including boost) in MHz"
250 #. on Intel and AMD, but we assume boost capable machines can do that
256 msgid " boost state support: \n"
289 msgid " Pstate-Pb%d: %luMHz (boost state)\n"
461 msgid " -b, --boost Checks for turbo or boost modes *\n"
Dfr.po69 msgid "Average Frequency (including boost) in MHz"
245 #. on Intel and AMD, but we assume boost capable machines can do that
251 msgid " boost state support: \n"
284 msgid " Pstate-Pb%d: %luMHz (boost state)\n"
461 msgid " -b, --boost Checks for turbo or boost modes *\n"
Dpt.po67 msgid "Average Frequency (including boost) in MHz"
244 #. on Intel and AMD, but we assume boost capable machines can do that
250 msgid " boost state support: \n"
283 msgid " Pstate-Pb%d: %luMHz (boost state)\n"
463 msgid " -b, --boost Checks for turbo or boost modes *\n"
/linux-4.4.14/Documentation/devicetree/bindings/net/
Damd-xgbe.txt49 - amd,serdes-tx-amp: TX amplitude boost
/linux-4.4.14/drivers/regulator/
Dqcom_spmi-regulator.c470 static DEFINE_SPMI_SET_POINTS(boost);
1153 SPMI_VREG(BOOST, 5V_BOOST, 0, INF, BOOST, boost, boost, 0),
1156 SPMI_VREG(BOOST_BYP, BB_2A, 0, INF, BOOST_BYP, boost, boost_byp, 0),
DKconfig654 It is a single boost converter primarily for white LEDs and
/linux-4.4.14/drivers/cpufreq/
DKconfig.x8655 file has now been superseded by the more generic "boost" entry.
58 entry in addition to the new boost ones, for compatibility reasons.
Dcpufreq.c502 define_one_global_rw(boost);
2356 ret = sysfs_create_file(cpufreq_global_kobject, &boost.attr); in create_boost_sysfs_file()
2367 sysfs_remove_file(cpufreq_global_kobject, &boost.attr); in remove_boost_sysfs_file()
/linux-4.4.14/drivers/hwmon/
Dlm93.c287 u8 boost[4]; member
531 return LM93_TEMP_FROM_REG(data->boost[nr]) - in LM93_AUTO_BOOST_HYST_FROM_REGS()
539 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode); in LM93_AUTO_BOOST_HYST_TO_REG()
985 data->boost[i] = lm93_read_byte(client, LM93_REG_BOOST(i)); in lm93_update_client_common()
1425 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->boost[nr])); in show_temp_auto_boost()
1443 data->boost[nr] = LM93_TEMP_TO_REG(val); in store_temp_auto_boost()
1444 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); in store_temp_auto_boost()
/linux-4.4.14/arch/arm/mach-omap2/
DKconfig233 access SDRAM during CORE DVFS, select Y here. This should boost
/linux-4.4.14/kernel/rcu/
Dtree.h470 u8 boost ____cacheline_internodealigned_in_smp;
Dtree_plugin.h1172 rsp->boost = 1; in rcu_spawn_one_boost_kthread()
Dtree.c2960 if (likely(!rsp->boost)) { in invoke_rcu_callbacks()
/linux-4.4.14/Documentation/networking/
Ds2io.txt125 b. Use 2-buffer mode. This results in large performance boost on
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.txt122 4: 1.5uA + 30uA boost (PMIC_GPIO_PULL_UP_1P5_30)
/linux-4.4.14/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi695 apm,tx-boost-gain = <30 30 30 30 30 30>;
705 apm,tx-boost-gain = <30 30 30 30 30 30>;
715 apm,tx-boost-gain = <31 31 31 31 31 31>;
/linux-4.4.14/Documentation/RCU/
Dtrace.txt496 o "balk: nt" counts the number of times we didn't boost (in
497 other words, we balked) even though it was time to boost because
498 there were no blocked tasks to boost. This situation occurs
512 just won't help to boost its priority!
DwhatisRCU.txt1017 process we need to boost might well be a human being
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c7295 struct request_boost *boost = container_of(work, struct request_boost, work); in __intel_rps_boost_work() local
7296 struct drm_i915_gem_request *req = boost->req; in __intel_rps_boost_work()
7303 kfree(boost); in __intel_rps_boost_work()
7309 struct request_boost *boost; in intel_queue_rps_boost_for_request() local
7317 boost = kmalloc(sizeof(*boost), GFP_ATOMIC); in intel_queue_rps_boost_for_request()
7318 if (boost == NULL) in intel_queue_rps_boost_for_request()
7322 boost->req = req; in intel_queue_rps_boost_for_request()
7324 INIT_WORK(&boost->work, __intel_rps_boost_work); in intel_queue_rps_boost_for_request()
7325 queue_work(to_i915(dev)->wq, &boost->work); in intel_queue_rps_boost_for_request()
/linux-4.4.14/Documentation/
Dkasan.txt172 boost over outline instrumented kernel.
Dkernel-parameters.txt3143 the priority of the RCU boost threads (rcub/N)
3281 Duration (s) of each individual boost test.
3284 Interval (s) between each boost test.
/linux-4.4.14/Documentation/m68k/
DREADME.buddha193 mentioning). You could think of a small performance boost
/linux-4.4.14/drivers/media/dvb-frontends/
Ddib3000mc.c453 if (boost) in dib3000mc_set_channel_cfg()
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt393 would increase/boost the task's priority. But if a higher priority task
410 The rt_mutex_adjust_prio_chain can be used either to boost or lower process
537 and it would need to boost the lower priority process to run with full
/linux-4.4.14/drivers/leds/
DKconfig97 The LM3642 is a 4MHz fixed-frequency synchronous boost
/linux-4.4.14/drivers/mfd/
DKconfig1080 high-power "white LED driver". This boost converter is
/linux-4.4.14/drivers/watchdog/
DKconfig1468 As a side note, saying Y here will automatically boost HZ to 1000
/linux-4.4.14/init/
DKconfig1767 providing a huge performance boost. If this option is not enabled,