Home
last modified time | relevance | path

Searched refs:buck (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt88 DCDC2 : DC-DC buck : vin2-supply
89 DCDC3 : DC-DC buck : vin3-supply
100 DCDC1 : DC-DC buck : vin1-supply
101 DCDC2 : DC-DC buck : vin2-supply
102 DCDC3 : DC-DC buck : vin3-supply
103 DCDC4 : DC-DC buck : vin4-supply
104 DCDC5 : DC-DC buck : vin5-supply
126 DCDC1 : DC-DC buck : vin1-supply
127 DCDC2 : DC-DC buck : vin2-supply : poly-phase capable
128 DCDC3 : DC-DC buck : vin3-supply : poly-phase capable
[all …]
H A Dtps65086.txt18 after their hardware counterparts: buck[1-6],
25 - ti,regulator-step-size-25mv : This is applicable for buck[1-6], set this
28 - ti,regulator-decay : This is applicable for buck[1-6], set this if
H A Dmax8998.txt27 for buck 1 dvs. The format of the gpio specifier depends on the gpio
30 for buck 2 dvs. The format of the gpio specifier depends on the gpio
40 - max8998,pmic-buck-voltage-lock: If present, disallows changing of
41 preprogrammed buck dvfs voltages.
H A Dsamsung,sec-core.txt37 unwanted buck warm reset (setting buck voltages to default values).
H A Drohm,bd70528-pmic.txt5 integrates 3 ultra-low current consumption buck converters, 3 LDOs and 2
H A Dda9062.txt80 regulator-initial-mode may be specified for buck regulators using mode values
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmt6380-regulator.txt5 to its regulator type, buck-<name> and ldo-<name>. The definition for each
11 buck-core1, buck-vcore, buck-vrf
20 mt6380_vcpu_reg: buck-vcore1 {
29 mt6380_vcore_reg: buck-vcore {
36 mt6380_vrf_reg: buck-vrf {
H A Dsamsung,s5m8767.txt7 The S5M8767 device provide buck and LDO regulators.
28 - s5m8767,pmic-buck-ds-gpios: GPIO specifiers for three host gpio's used
31 [1] If none of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional
32 property is specified, the 's5m8767,pmic-buck[2/3/4]-dvs-voltage'
36 If either of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional
38 's5m8767,pmic-buck[2/3/4]-dvs-voltage' should be specified.
52 - s5m8767,pmic-buck-dvs-gpios: GPIO specifiers for three host gpio's used
89 s5m8767,pmic-buck-default-dvs-idx = <0>;
91 s5m8767,pmic-buck-dvs-gpios = <&gpx0 0 0>, /* DVS1 */
95 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 0>, /* SET1 */
H A Dsamsung,s2mpa01.txt7 The S2MPA01 device provide buck and LDO regulators.
26 Optional properties of buck regulator nodes under "regulators" sub-node:
38 - buck{1,6},
39 - buck{2,4},
40 - buck{8,9,10}.
H A Dsamsung,s2mps11.txt7 The S2MPS11/13/14/15 and S2MPU02 devices provide buck and LDO regulators.
47 - buck{1,6},
48 - buck{3,4},
49 - buck{7,8,10}.
H A Dmax8997-regulator.txt25 [1] If none of the 'max8997,pmic-buck[1/2/5]-uses-gpio-dvs' optional
26 property is specified, the 'max8997,pmic-buck[1/2/5]-dvs-voltage'
30 If either of the 'max8997,pmic-buck[1/2/5]-uses-gpio-dvs' optional
32 'max8997,pmic-buck[1/2/5]-dvs-voltage' should be specified.
46 that of another buck, which is the side effect of the change (set_voltage).
H A Dlp872x.txt34 LP8720 has maximum 6 nodes. (child name: ldo1 ~ 5 and buck)
88 vcc: buck {
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,wcd9335.txt58 - vdd-buck-supply:
61 Definition: Should contain a reference to the 1.8V buck supply
63 - vdd-buck-sido-supply:
66 Definition: Should contain a reference to the 1.8V SIDO buck supply
117 vdd-buck-supply = <&pm8994_s4>;
119 vdd-buck-sido-supply = <&pm8994_s4>;
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6331.dtsi17 mt6331_vdvfs11_reg: buck-vdvfs11 {
27 mt6331_vdvfs12_reg: buck-vdvfs12 {
37 mt6331_vdvfs13_reg: buck-vdvfs13 {
47 mt6331_vdvfs14_reg: buck-vdvfs14 {
57 mt6331_vcore2_reg: buck-vcore2 {
67 mt6331_vio18_reg: buck-vio18 {
H A Dmt6380.dtsi14 mt6380_vcpu_reg: buck-vcore1 {
23 mt6380_vcore_reg: buck-vcore {
32 mt6380_vrf_reg: buck-vrf {
H A Dmt6357.dtsi19 mt6357_vproc_reg: buck-vproc {
28 mt6357_vcore_reg: buck-vcore {
37 mt6357_vmodem_reg: buck-vmodem {
45 mt6357_vs1_reg: buck-vs1 {
54 mt6357_vpa_reg: buck-vpa {
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp15xx-dhcor-io1v8.dtsi10 vdd_io: regulator-buck-io {
12 regulator-name = "buck-io";
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h513 #define DTRACE_QUANTIZE_BUCKETVAL(buck) \ argument
514 (int64_t)((buck) < DTRACE_QUANTIZE_ZEROBUCKET ? \
515 -(1LL << (DTRACE_QUANTIZE_ZEROBUCKET - 1 - (buck))) : \
516 (buck) == DTRACE_QUANTIZE_ZEROBUCKET ? 0 : \
517 1LL << ((buck) - DTRACE_QUANTIZE_ZEROBUCKET - 1))
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-itop-scp-core.dtsi145 s5m8767,pmic-buck-default-dvs-idx = <3>;
147 s5m8767,pmic-buck-dvs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>,
151 s5m8767,pmic-buck-ds-gpios = <&gpm3 5 GPIO_ACTIVE_HIGH>,
H A Dexynos4412-origen.dts128 s5m8767,pmic-buck-default-dvs-idx = <3>;
130 s5m8767,pmic-buck-dvs-gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>,
134 s5m8767,pmic-buck-ds-gpios = <&gpm3 5 GPIO_ACTIVE_HIGH>,
/freebsd/sys/contrib/zstd/
H A DREADME.md176 You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of th…
177 The output binary will be in `buck-out/gen/programs/`.
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Daxp803.dtsi37 /* Default work frequency for buck regulators */
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-speedy.dts303 buck-5v {
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-xiaomi-beryllium.dts550 vdd-buck-supply = <&vreg_s4a_1p8>;
551 vdd-buck-sido-supply = <&vreg_s4a_1p8>;
H A Dsdm845-xiaomi-beryllium-common.dtsi585 vdd-buck-supply = <&vreg_s4a_1p8>;
586 vdd-buck-sido-supply = <&vreg_s4a_1p8>;

123