Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6357.dtsi62 mt6357_vfe28_reg: ldo-vfe28 {
70 mt6357_vxo22_reg: ldo-vxo22 {
77 mt6357_vrf18_reg: ldo-vrf18 {
85 mt6357_vrf12_reg: ldo-vrf12 {
93 mt6357_vefuse_reg: ldo-vefuse {
100 mt6357_vcn33_bt_reg: ldo-vcn33-bt {
107 mt6357_vcn33_wifi_reg: ldo-vcn33-wifi {
114 mt6357_vcn28_reg: ldo-vcn28 {
122 mt6357_vcn18_reg: ldo-vcn18 {
130 mt6357_vcama_reg: ldo-vcama {
[all …]
H A Dmt6331.dtsi77 mt6331_vtcxo1_reg: ldo-vtcxo1 {
86 mt6331_vtcxo2_reg: ldo-vtcxo2 {
95 mt6331_avdd32_aud_reg: ldo-avdd32aud {
104 mt6331_vauxa32_reg: ldo-vauxa32 {
111 mt6331_vcama_reg: ldo-vcama {
118 mt6331_vio28_reg: ldo-vio28 {
127 mt6331_vcamaf_reg: ldo-vcamaf {
134 mt6331_vmc_reg: ldo-vmc {
141 mt6331_vmch_reg: ldo-vmch {
148 mt6331_vemc33_reg: ldo-vemc33 {
[all …]
H A Dmt6380.dtsi41 mt6380_vm_reg: ldo-vm {
50 mt6380_va_reg: ldo-va {
59 mt6380_vphy_reg: ldo-vphy {
68 mt6380_vddr_reg: ldo-vddr {
77 mt6380_vt_reg: ldo-vt {
/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
13 ldo-vm ,ldo-va , ldo-vphy, ldo-vddr, ldo-vt
45 mt6380_vm_reg: ldo-vm {
54 mt6380_va_reg: ldo-va {
63 mt6380_vphy_reg: ldo-vphy {
72 mt6380_vddr_reg: ldo-vddr {
81 mt6380_vt_reg: ldo-vt {
H A Das3722-regulator.txt8 sd[0-6], 10 LDOs as ldo[0-7], ldo[9-11]. The input supply of these
28 sd[0-6], ldo[0-7], ldo[9-11].
H A Dti-abb-regulator.txt48 - "ldo-address" - Contains address of ABB LDO override register.
50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override
52 - ti,ldovbb-override-mask - Required if ldo-address is set, mask for LDO
65 Vset value efuse Mask: Mandatory if ldo-address is set. Picks up from
66 efuse the value to set in 'ti,ldovbb-vset-mask' at ldo-address.
118 "efuse-address", "ldo-address";
H A Dtps65217.txt7 after their hardware counterparts: dcdc[1-3] and ldo[1-4]
/freebsd/contrib/lua/src/
H A DMakefile36 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcod…
160 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h \
166 ldo.h lgc.h lstring.h ltable.h lvm.h
172 ldebug.h ldo.h lfunc.h lstring.h lgc.h ltable.h lvm.h
173 ldo.o: ldo.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
174 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lopcodes.h \
179 llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h
181 llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h
185 lstate.h lobject.h ltm.h lzio.h lmem.h ldo.h lgc.h llex.h lparser.h \
189 llimits.h ltm.h lzio.h lmem.h ldo.h lgc.h
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Daxp803.dtsi116 reg_ldo_io0: ldo-io0 {
117 regulator-name = "ldo-io0";
121 reg_ldo_io1: ldo-io1 {
122 regulator-name = "ldo-io1";
126 reg_rtc_ldo: rtc-ldo {
131 regulator-name = "rtc-ldo";
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-axp209.txt66 GPIO0 | gpio_in, gpio_out, ldo, adc
67 GPIO1 | gpio_in, gpio_out, ldo, adc
74 GPIO0 | gpio_in, gpio_out, ldo, adc
75 GPIO1 | gpio_in, gpio_out, ldo
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt61 - cirrus,ldo-thld : Configures the signal threshold at which the PWM output
66 - cirrus,ldo-path-disable : This is a boolean property. If present, the H/G
70 - cirrus,ldo-entry-delay : The LDO entry delay in milliseconds before the H/G
116 cirrus,ldo-thld = <0x1>;
117 cirrus,ldo-path-disable = <0x0>;
118 cirrus,ldo-entry-delay=<0x4>;
H A Dda7219.txt38 - dlg,ldo-lvl : Required internal LDO voltage (mV) level for digital engine
93 dlg,ldo-lvl = <1200>;
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c192 bhnd_pmu_set_ldo_voltage(struct bhnd_pmu_softc *sc, uint8_t ldo, in bhnd_pmu_set_ldo_voltage() argument
204 switch (ldo) { in bhnd_pmu_set_ldo_voltage()
226 PMU_LOG(sc, "unknown BCM4328/BCM5354 LDO %hhu\n", ldo); in bhnd_pmu_set_ldo_voltage()
231 switch (ldo) { in bhnd_pmu_set_ldo_voltage()
238 PMU_LOG(sc, "unknown BCM4312 LDO %hhu\n", ldo); in bhnd_pmu_set_ldo_voltage()
243 switch (ldo) { in bhnd_pmu_set_ldo_voltage()
283 PMU_LOG(sc, "unknown BCM4325 LDO %hhu\n", ldo); in bhnd_pmu_set_ldo_voltage()
288 switch (ldo) { in bhnd_pmu_set_ldo_voltage()
305 PMU_LOG(sc, "unknown BCM4336 LDO %hhu\n", ldo); in bhnd_pmu_set_ldo_voltage()
310 switch (ldo) { in bhnd_pmu_set_ldo_voltage()
[all …]
H A Dbhnd_pmu_private.h110 uint8_t ldo, uint8_t voltage);
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Daxp81x.dtsi136 reg_ldo_io0: ldo-io0 {
141 reg_ldo_io1: ldo-io1 {
146 reg_rtc_ldo: rtc-ldo {
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-gavini.dts73 ldo_3v3_reg: regulator-gpio-ldo-3v3 {
91 ldo_tsp_3v3_reg: regulator-gpio-tsp-ldo-3v3 {
105 ldo_tsp_1v8_reg: regulator-gpio-tsp-ldo-1v8 {
658 emmc-ldo {
668 tsp-ldo {
714 touchkey-ldo {
738 lcd-ldo {
748 wlan-ldo {
H A Dste-ux500-samsung-janice.dts54 ldo_3v3_reg: regulator-gpio-ldo-3v3 {
72 ldo_tsp_3v3_reg: regulator-gpio-tsp-ldo-3v3 {
86 ldo_tsp_1v8_reg: regulator-gpio-tsp-ldo-1v8 {
747 emmc-ldo {
757 tsp-ldo {
777 touchkey-ldo {
801 lcd-ldo {
811 wlan-ldo {
H A Dste-ux500-samsung-codina.dts100 ldo_3v3_reg: regulator-gpio-ldo-3v3 {
118 ldo_tsp_3v3_reg: regulator-gpio-tsp-ldo-3v3 {
132 ldo_tsp_1v8_reg: regulator-gpio-tsp-ldo-1v8 {
702 emmc-ldo {
727 tsp-ldo {
737 lcd-ldo {
757 wlan-ldo {
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-quackingstick-r0.dts21 qcom,phy-drive-ldo-level = <375>;
H A Dsc7180-trogdor-wormdingler-rev1-boe.dts24 qcom,phy-drive-ldo-level = <450>;
H A Dmsm8916-samsung-j3-common.dtsi56 tsp_ldo_en_default: tsp-ldo-en-default-state {
/freebsd/lib/liblua/
H A DMakefile14 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c linit.c \
/freebsd/stand/liblua/
H A DMakefile12 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c \
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dtps65912.txt19 ldo[1-10]. Each child nodes is defined using the
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974-samsung-hlte.dts55 regulator-name = "touch-ldo";
145 touch_ldo_pin: touchscreen-ldo-state {

123