Home
last modified time | relevance | path

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

1234567

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dboost.c33 u32 boost = 0; in nvbios_boostTe() local
37 boost = nvbios_rd32(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()
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l34.txt13 - cirrus,boost-vtge-millivolt : Boost Voltage Value. Configures the boost
17 - cirrus,boost-nanohenry: Inductor value for boost converter. The value is
28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The
59 cirrus,boost-vtge-milltvolt = <8000>; /* 8V */
60 cirrus,boost-ind-nanohenry = <1000>; /* 1uH */
61 cirrus,boost-peak-milliamp = <3000>; /* 3A */
H A Dcs35l36.txt13 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost
18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
19 Configures the peak current by monitoring the current through the boost FET.
24 - cirrus,boost-ind-nanohenry : Inductor estimation LBST reference value.
25 Seeds the digital boost converter's inductor estimation block with the initial
36 - cirrus,boost-ctl-select : Boost converter control source selection.
37 Selects the source of the BST_CTL target VBST voltage for the boost
53 This enables the digital boost converter to operate in a low power
147 cirrus,boost-ind-nanohenry = <1000>;
148 cirrus,boost-ctl-millivolt = <10000>;
[all …]
H A Dcs35l35.txt17 - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is
34 - cirrus,shared-boost : Boolean to enable ClassH tracking of Advisory Signal
37 - cirrus,external-boost : Boolean to specify the device is using an external
38 boost supply, note that sharing a boost from another cs35l35 would constitute
55 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost
60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
61 Configures the peak current by monitoring the current through the boost FET.
150 cirrus,boost-ctl-millivolt = <9000>;
155 cirrus,shared-boost;
H A Dcs35l33.txt21 - cirrus,boost-ctl : Booster voltage use to supply the amp. If the value is
22 0, then VBST = VP. If greater than 0, the boost voltage will be 3300mV with
34 - cirrus,boost-ipk : The maximum current allowed for the boost converter.
109 cirrus,boost-ctl = <0x30>; /* VBST = 8000mV */
110 cirrus,boost-ipk = <0xE0>; /* 3600mA */
H A Dcs35l32.txt18 - cirrus,boost-manager : Boost voltage control.
59 cirrus,boost-manager = <0x03>;
/linux/drivers/cpufreq/
H A Damd-pstate-trace.h93 bool boost,
102 boost,
111 __field(bool, boost)
121 __entry->boost = boost;
131 (bool)__entry->boost,
/linux/drivers/power/supply/
H A Dip5xxx_power.c59 } boost; member
210 if (ip5xxx->regs.boost.light_load_shutdown.enable) { in ip5xxx_initialize()
211 ret = ip5xxx_write(ip5xxx, ip5xxx->regs.boost.light_load_shutdown.enable, 0); in ip5xxx_initialize()
215 ret = ip5xxx_write(ip5xxx, ip5xxx->regs.boost.load_powerup_en, 1); in ip5xxx_initialize()
229 ret = ip5xxx_write(ip5xxx, ip5xxx->regs.boost.vin_pullout_en, 1); in ip5xxx_initialize()
623 ret = ip5xxx_read(ip5xxx, ip5xxx->regs.boost.enable, &rval); in ip5xxx_boost_get_property()
631 ret = ip5xxx_read(ip5xxx, ip5xxx->regs.boost.undervolt_limit, &rval); in ip5xxx_boost_get_property()
658 return ip5xxx_write(ip5xxx, ip5xxx->regs.boost.enable, !!val->intval); in ip5xxx_boost_set_property()
663 return ip5xxx_write(ip5xxx, ip5xxx->regs.boost.undervolt_limit, rval); in ip5xxx_boost_set_property()
795 ip5xxx_setup_reg(boost_enable, boost.enable); in ip5xxx_setup_regs()
[all …]
/linux/Documentation/usb/
H A Diuu_phoenix.rst40 boost:
41 overclock boost percent 100 to 500 (int)
57 - boost provide a way to overclock the reader ( my favorite :-) )
60 modprobe boost=195
84 use this settings to deduce de boost but is that feature
/linux/drivers/usb/serial/
H A Diuu_phoenix.c38 static int boost = 100; variable
61 u32 boost; member
919 baud * priv->boost / 100, in iuu_set_termios()
990 if (boost < 100) in iuu_open()
991 boost = 100; in iuu_open()
992 priv->boost = boost; in iuu_open()
996 iuu_clk(port, IUU_CLK_3680000 * boost / 100); in iuu_open()
998 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open()
1002 iuu_clk(port, IUU_CLK_6000000 * boost / 100); in iuu_open()
1006 iuu_uart_baud(port, 16457 * boost / 100, &actual, in iuu_open()
[all …]
/linux/kernel/sched/
H A Dcpufreq_schedutil.c226 static void sugov_get_util(struct sugov_cpu *sg_cpu, unsigned long boost) in sugov_get_util() argument
233 util = max(util, boost); in sugov_get_util()
403 unsigned long boost; in sugov_update_single_common() local
413 boost = sugov_iowait_apply(sg_cpu, time, max_cap); in sugov_update_single_common()
414 sugov_get_util(sg_cpu, boost); in sugov_update_single_common()
502 unsigned long boost; in sugov_next_freq_shared() local
504 boost = sugov_iowait_apply(j_sg_cpu, time, max_cap); in sugov_next_freq_shared()
505 sugov_get_util(j_sg_cpu, boost); in sugov_next_freq_shared()
/linux/Documentation/admin-guide/laptops/
H A Dalienware-wmi.rst107 interface. Instead it let's us control a fan `boost` value. This `boost` value
114 Due to the above behavior, the fan `boost` control is exposed to user-space
120 fan[1-4]_boost RW Fan boost value.
/linux/Documentation/iio/
H A Dad7380.rst77 Oversampling and resolution boost
86 exceed the default resolution. To accommodate the performance boost achievable,
88 resolution boost feature can only be enabled when oversampling is enabled and
89 oversampling is not as useful without the resolution boost, the driver
90 automatically enables the resolution boost if and only if oversampling is
93 Since the resolution boost feature causes 16-bit chips to now have 18-bit data
/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-sony-xperia-edo.dtsi483 cirrus,boost-peak-milliamp = <4000>;
484 cirrus,boost-ind-nanohenry = <1000>;
485 cirrus,boost-cap-microfarad = <15>;
498 cirrus,boost-peak-milliamp = <4000>;
499 cirrus,boost-ind-nanohenry = <1000>;
500 cirrus,boost-cap-microfarad = <15>;
H A Dsm8450-sony-xperia-nagara.dtsi579 cirrus,boost-peak-milliamp = <4000>;
580 cirrus,boost-ind-nanohenry = <1000>;
581 cirrus,boost-cap-microfarad = <15>;
594 cirrus,boost-peak-milliamp = <4000>;
595 cirrus,boost-ind-nanohenry = <1000>;
596 cirrus,boost-cap-microfarad = <15>;
H A Dsm8350-sony-xperia-sagami.dtsi500 cirrus,boost-peak-milliamp = <4000>;
501 cirrus,boost-ind-nanohenry = <1000>;
502 cirrus,boost-cap-microfarad = <15>;
515 cirrus,boost-peak-milliamp = <4000>;
516 cirrus,boost-ind-nanohenry = <1000>;
517 cirrus,boost-cap-microfarad = <15>;
/linux/drivers/platform/x86/dell/
H A Dalienware-wmi-wmax.c824 static int awcc_op_set_fan_boost(struct wmi_device *wdev, u8 fan_id, u8 boost) in awcc_op_set_fan_boost() argument
829 .arg2 = boost, in awcc_op_set_fan_boost()
1049 u32 boost; in fan_boost_show() local
1052 ret = awcc_op_get_fan_boost(priv->wdev, fan->id, &boost); in fan_boost_show()
1056 return sysfs_emit(buf, "%u\n", boost); in fan_boost_show()
1231 u32 boost; in awcc_hwmon_suspend() local
1238 fan->id, &boost); in awcc_hwmon_suspend()
1242 fan->suspend_cache = ret ? 0 : clamp_val(boost, 0, 255); in awcc_hwmon_suspend()
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-alienware-wmi6 This file exposes fan boost control for Dell gaming laptops with
H A Dsysfs-platform-asus-wmi46 Fan boost mode:
98 Enable an LCD response-time boost to reduce or remove ghosting:
187 Set the dynamic boost limit of the Nvidia dGPU:
/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpu-drivers.rst92 .boost_enabled - 如果设置,则启用提升(boost)频率。
94 .set_boost - 一个指向per-policy函数的指针,该函数用来开启/关闭提升(boost)频率功能。
/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpu-drivers.rst92 .boost_enabled - 如果設置,則啓用提升(boost)頻率。
94 .set_boost - 一個指向per-policy函數的指針,該函數用來開啓/關閉提升(boost)頻率功能。
/linux/sound/pcmcia/vx/
H A Dvxpocket.h37 void vx_set_mic_boost(struct vx_core *chip, int boost);
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst252 table, so we need to expose it to sysfs. If boost is not active, but
295 ``boost``
296 The `boost` sysfs attribute provides control over the CPU core
297 performance boost, allowing users to manage the maximum frequency limitation
298 of the CPU. This attribute can be used to enable or disable the boost feature
301 When the boost feature is enabled, the CPU can dynamically increase its frequency
303 On the other hand, disabling the boost feature restricts the CPU to operate at the
307 To manipulate the `boost` attribute, users can write a value of `0` to disable the
308 boost or `1` to enable it, for the respective CPU using the sysfs path
309 `/sys/devices/system/cpu/cpuX/cpufreq/boost`, where `X` represents the CPU number.
[all …]
H A Dcpufreq.rst626 term "frequency boost" is used here for brevity to refer to all of those
629 The frequency boost mechanism may be either hardware-based or software-based.
636 The ``boost`` File in ``sysfs``
640 the "boost" setting for the whole system. It is not present if the underlying
641 scaling driver does not support the frequency boost mechanism (or supports it,
645 If the value in this file is 1, the frequency boost mechanism is enabled. This
650 permission to use the frequency boost mechanism (which still may never be used
653 If the value in this file is 0, the frequency boost mechanism is disabled and
661 The frequency boost mechanism is generally intended to help to achieve optimum
666 For this reason, many systems make it possible to disable the frequency boost
[all …]
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dtps65217-backlight.txt3 The TPS65217 chip contains a boost converter and current sinks which can be

1234567