Home
last modified time | relevance | path

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

1234567

/linux-6.6.21/Documentation/devicetree/bindings/sound/
Dcirrus,cs35l41.yaml42 cirrus,boost-peak-milliamp:
45 Configures the peak current by monitoring the current through the boost FET.
53 cirrus,boost-ind-nanohenry:
61 cirrus,boost-cap-microfarad:
63 Total equivalent boost capacitance on the VBST
81 cirrus,boost-type:
84 Internal boost requires boost-peak-milliamp, boost-ind-nanohenry and
85 boost-cap-microfarad.
87 enable boost voltage.
88 Shared boost allows two amplifiers to share a single boost circuit by
[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 */
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 …]
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;
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 */
Dcs35l32.txt18 - cirrus,boost-manager : Boost voltage control.
59 cirrus,boost-manager = <0x03>;
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
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-6.6.21/Documentation/devicetree/bindings/power/supply/
Dbq25890.yaml58 ti,boost-voltage:
60 description: VBUS voltage level in boost mode (in uV)
62 ti,boost-max-current:
64 description: maximum allowed current draw in boost mode (in uA)
66 ti,boost-low-freq:
67 description: boost mode frequency will be 500kHz, otherwise 1.5MHz
97 - ti,boost-voltage
98 - ti,boost-max-current
121 ti,boost-voltage = <5000000>;
122 ti,boost-max-current = <1000000>;
Drichtek,rt9455.yaml39 richtek,boost-output-voltage:
42 maximum voltage provided to consumer devices, when the charger is in boost mode, in uV.
64 - richtek,boost-output-voltage
85 richtek,boost-output-voltage = <5050000>;
/linux-6.6.21/Documentation/devicetree/bindings/leds/
Dmaxim,max77693.yaml28 maxim,boost-mode:
30 In boost mode the device can produce up to 1.2A of total current on both
32 not enabled explicitly, boost setting defaults to LEDS_BOOST_FIXED in
38 maxim,boost-mvout:
40 Output voltage of the boost module in millivolts.
83 (boost mode must be turned off):
/linux-6.6.21/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
/linux-6.6.21/Documentation/devicetree/bindings/regulator/
Drichtek,rt4803.yaml13 RT4803 is a boost regulator that's designed to provide the minimum output
15 supports boost and auto bypass mode that depends on the difference between the
17 transform to boost mode. Otherwise, turn on bypass switch to enter bypass mode.
Drichtek,rtq6752-regulator.yaml14 two synchronous boost converter for PAVDD, and one synchronous NAVDD
15 buck-boost. The device is suitable for automotive TFT-LCD panel.
Dqcom-labibb-regulator.yaml13 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
/linux-6.6.21/drivers/usb/serial/
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-6.6.21/Documentation/devicetree/bindings/leds/backlight/
Dqcom-wled.yaml77 qcom,current-boost-limit:
79 mA; boost current limit.
179 qcom,current-boost-limit:
200 qcom,current-boost-limit:
258 qcom,current-boost-limit = <805>;
Dkinetic,ktz8866.yaml28 description: positive boost supply regulator.
31 description: negative boost supply regulator.
/linux-6.6.21/Documentation/devicetree/bindings/display/panel/
Debbg,ft8719.yaml32 description: positive boost supply regulator
35 description: negative boost supply regulator
Dnovatek,nt36672a.yaml42 description: phandle of the positive boost supply regulator
45 description: phandle of the negative boost supply regulator
Dnovatek,nt35950.yaml42 description: positive boost supply regulator
44 description: negative boost supply regulator
/linux-6.6.21/kernel/sched/
Dcpufreq_schedutil.c257 unsigned long boost; in sugov_iowait_apply() local
284 boost = (sg_cpu->iowait_boost * max_cap) >> SCHED_CAPACITY_SHIFT; in sugov_iowait_apply()
285 boost = uclamp_rq_util_with(cpu_rq(sg_cpu->cpu), boost, NULL); in sugov_iowait_apply()
286 if (sg_cpu->util < boost) in sugov_iowait_apply()
287 sg_cpu->util = boost; in sugov_iowait_apply()
/linux-6.6.21/Documentation/devicetree/bindings/ata/
Dimx-sata.yaml45 fsl,transmit-boost-mdB:
47 description: transmit boost level, in milli-decibels.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-platform-asus-wmi46 Fan boost mode:
98 Enable an LCD response-time boost to reduce or remove ghosting:
179 Set the dynamic boost limit of the Nvidia dGPU:
/linux-6.6.21/arch/arm64/boot/dts/qcom/
Dsm8250-sony-xperia-edo.dtsi478 cirrus,boost-peak-milliamp = <4000>;
479 cirrus,boost-ind-nanohenry = <1000>;
480 cirrus,boost-cap-microfarad = <15>;
493 cirrus,boost-peak-milliamp = <4000>;
494 cirrus,boost-ind-nanohenry = <1000>;
495 cirrus,boost-cap-microfarad = <15>;
/linux-6.6.21/sound/pcmcia/vx/
Dvxpocket.h37 void vx_set_mic_boost(struct vx_core *chip, int boost);

1234567