Home
last modified time | relevance | path

Searched full:boost (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
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 conerter control source selection.
37 Selects the source of the BST_CTL target VBST voltage for the boost
52 - cirrus,dcm-mode-enable : Boost converter automatic DCM Mode enable.
53 This enables the digital boost converter to operate in a low power
147 cirrus,boost-ind-nanohenry = <1000>;
[all …]
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 */
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
35 if 2 Devices share Boost BST_CTL
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
51 - cirrus,bst-pdn-fet-on : Boolean to determine if the Boost PDN control
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>;
[all …]
Dcs35l32.txt18 - cirrus,boost-manager : Boost voltage control.
19 0 = Automatically managed. Boost-converter output voltage is the higher
22 dissipation when LEDs are ON, and operating in Fixed-Boost Bypass Mode
24 2 = (Default) Boost voltage fixed in Bypass Mode (VBST = VP).
25 3 = Boost voltage fixed at 5 V.
59 cirrus,boost-manager = <0x03>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
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 */
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
35 if 2 Devices share Boost BST_CTL
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
51 - cirrus,bst-pdn-fet-on : Boolean to determine if the Boost PDN control
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>;
[all …]
Dcs35l32.txt18 - cirrus,boost-manager : Boost voltage control.
19 0 = Automatically managed. Boost-converter output voltage is the higher
22 dissipation when LEDs are ON, and operating in Fixed-Boost Bypass Mode
24 2 = (Default) Boost voltage fixed in Bypass Mode (VBST = VP).
25 3 = Boost voltage fixed at 5 V.
59 cirrus,boost-manager = <0x03>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/supply/
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>;
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dboost.c26 #include <subdev/bios/boost.h>
33 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()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dboost.c26 #include <subdev/bios/boost.h>
33 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()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dbq25890.txt23 - ti,boost-voltage: integer, VBUS voltage level in boost mode (in uV);
24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
28 - ti,boost-low-freq: boolean, if present boost mode frequency will be 500kHz,
55 ti,boost-voltage = <5000000>;
56 ti,boost-max-current = <1000000>;
/kernel/linux/linux-4.19/kernel/sched/
Dcpufreq_schedutil.c274 * sugov_iowait_reset() - Reset the IO boost status of a CPU.
275 * @sg_cpu: the sugov data for the CPU to boost
277 * @set_iowait_boost: true if an IO boost has been requested
279 * The IO wait boost of a task is disabled after a tick since the last update
280 * of a CPU. If a new IO wait boost is requested after more then a tick, then
281 * we enable the boost starting from the minimum frequency, which improves
289 /* Reset boost only if a tick has elapsed since last request */ in sugov_iowait_reset()
300 * sugov_iowait_boost() - Updates the IO boost status of a CPU.
301 * @sg_cpu: the sugov data for the CPU to boost
309 * To keep doubling, an IO boost has to be requested at least once per tick,
[all …]
/kernel/linux/linux-5.10/kernel/sched/
Dcpufreq_schedutil.c303 * sugov_iowait_reset() - Reset the IO boost status of a CPU.
304 * @sg_cpu: the sugov data for the CPU to boost
306 * @set_iowait_boost: true if an IO boost has been requested
308 * The IO wait boost of a task is disabled after a tick since the last update
309 * of a CPU. If a new IO wait boost is requested after more then a tick, then
310 * we enable the boost starting from IOWAIT_BOOST_MIN, which improves energy
318 /* Reset boost only if a tick has elapsed since last request */ in sugov_iowait_reset()
329 * sugov_iowait_boost() - Updates the IO boost status of a CPU.
330 * @sg_cpu: the sugov data for the CPU to boost
339 * To keep doubling, an IO boost has to be requested at least once per tick,
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmax77693.txt89 - maxim,boost-mode :
90 In boost mode the device can produce up to 1.2A of total current
92 to 625mA then. If not enabled explicitly, boost setting defaults to
95 LEDS_BOOST_OFF (0) - no boost,
98 - maxim,boost-mvout : Output voltage of the boost module in millivolts.
117 (boost mode must be turned off):
182 maxim,boost-mode = <LEDS_BOOST_FIXED>;
183 maxim,boost-mvout = <5000>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/
Dmax77693.txt89 - maxim,boost-mode :
90 In boost mode the device can produce up to 1.2A of total current
92 to 625mA then. If not enabled explicitly, boost setting defaults to
95 LEDS_BOOST_OFF (0) - no boost,
98 - maxim,boost-mvout : Output voltage of the boost module in millivolts.
117 (boost mode must be turned off):
181 maxim,boost-mode = <LEDS_BOOST_FIXED>;
182 maxim,boost-mvout = <5000>;
/kernel/linux/linux-5.10/include/sound/
Dcs35l35.h83 /* Boost Power Down with FET */
85 /* Boost Voltage : used if ClassH Algo Enabled */
87 /* Boost Converter Peak Current CTRL */
95 /* Shared Boost for stereo */
97 /* Specifies this amp is using an external boost supply */
/kernel/linux/linux-4.19/include/sound/
Dcs35l35.h86 /* Boost Power Down with FET */
88 /* Boost Voltage : used if ClassH Algo Enabled */
90 /* Boost Converter Peak Current CTRL */
98 /* Shared Boost for stereo */
100 /* Specifies this amp is using an external boost supply */
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt5631.c228 SOC_SINGLE_TLV("MIC1 Boost Volume", RT5631_MIC_CTRL_2,
231 SOC_SINGLE_TLV("MIC2 Boost Volume", RT5631_MIC_CTRL_2,
886 /* Boost */
887 SND_SOC_DAPM_PGA("MIC1 Boost", RT5631_PWR_MANAG_ADD2,
889 SND_SOC_DAPM_PGA("MIC2 Boost", RT5631_PWR_MANAG_ADD2,
891 SND_SOC_DAPM_PGA("MONOIN_RXP Boost", RT5631_PWR_MANAG_ADD4,
893 SND_SOC_DAPM_PGA("MONOIN_RXN Boost", RT5631_PWR_MANAG_ADD4,
895 SND_SOC_DAPM_PGA("AXIL Boost", RT5631_PWR_MANAG_ADD4,
897 SND_SOC_DAPM_PGA("AXIR Boost", RT5631_PWR_MANAG_ADD4,
946 SND_SOC_DAPM_PGA("Voice DAC Boost", SND_SOC_NOPM, 0, 0, NULL, 0),
[all …]
/kernel/linux/linux-4.19/sound/soc/codecs/
Drt5631.c232 SOC_SINGLE_TLV("MIC1 Boost Volume", RT5631_MIC_CTRL_2,
235 SOC_SINGLE_TLV("MIC2 Boost Volume", RT5631_MIC_CTRL_2,
886 /* Boost */
887 SND_SOC_DAPM_PGA("MIC1 Boost", RT5631_PWR_MANAG_ADD2,
889 SND_SOC_DAPM_PGA("MIC2 Boost", RT5631_PWR_MANAG_ADD2,
891 SND_SOC_DAPM_PGA("MONOIN_RXP Boost", RT5631_PWR_MANAG_ADD4,
893 SND_SOC_DAPM_PGA("MONOIN_RXN Boost", RT5631_PWR_MANAG_ADD4,
895 SND_SOC_DAPM_PGA("AXIL Boost", RT5631_PWR_MANAG_ADD4,
897 SND_SOC_DAPM_PGA("AXIR Boost", RT5631_PWR_MANAG_ADD4,
946 SND_SOC_DAPM_PGA("Voice DAC Boost", SND_SOC_NOPM, 0, 0, NULL, 0),
[all …]
Dwm8960.c242 SOC_SINGLE_TLV("Left Input Boost Mixer LINPUT3 Volume",
244 SOC_SINGLE_TLV("Left Input Boost Mixer LINPUT2 Volume",
246 SOC_SINGLE_TLV("Right Input Boost Mixer RINPUT3 Volume",
248 SOC_SINGLE_TLV("Right Input Boost Mixer RINPUT2 Volume",
250 SOC_SINGLE_TLV("Right Input Boost Mixer RINPUT1 Volume",
252 SOC_SINGLE_TLV("Left Input Boost Mixer LINPUT1 Volume",
298 SOC_SINGLE_TLV("Left Output Mixer Boost Bypass Volume",
302 SOC_SINGLE_TLV("Right Output Mixer Boost Bypass Volume",
318 SOC_DAPM_SINGLE("Boost Switch", WM8960_LINPATH, 3, 1, 0),
328 SOC_DAPM_SINGLE("Boost Switch", WM8960_RINPATH, 3, 1, 0),
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dqcom-labibb-regulator.yaml7 title: Qualcomm's LAB(LCD AMOLED Boost)/IBB(Inverting Buck Boost) Regulator
13 LAB can be used as a positive boost power supply and IBB can be used as a
14 negative boost power supply for display panels. Currently implemented for
Donnn,fan53880.yaml15 and one BOOST (step-up converter) output. It is designed for mobile
38 description: Input supply phandle(s) for BUCK and BOOST
45 after their hardware counterparts LDO[1-4], BUCK and BOOST
52 "^BUCK|BOOST$":
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.10/Documentation/usb/
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
/kernel/linux/linux-5.10/arch/x86/kernel/
Ditmt.c3 * itmt.c: Support Intel Turbo Boost Max Technology 3.0
8 * On platforms supporting Intel Turbo Boost Max Technology 3.0, (ITMT),
34 * of higher turbo frequency for cpus supporting Intel Turbo Boost Max
180 * The pstate driver will find out the max boost frequency
182 * to the max boost frequency. CPU with higher boost

12345678910>>...34