/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt6357.dtsi | 62 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 D | mt6331.dtsi | 77 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 D | mt6380.dtsi | 41 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 D | mt6380-regulator.txt | 5 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 D | as3722-regulator.txt | 8 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 D | ti-abb-regulator.txt | 48 - "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 D | tps65217.txt | 7 after their hardware counterparts: dcdc[1-3] and ldo[1-4]
|
/freebsd/contrib/lua/src/ |
H A D | Makefile | 36 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 D | axp803.dtsi | 116 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 D | gpio-axp209.txt | 66 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 D | cs35l33.txt | 61 - 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 D | da7219.txt | 38 - 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 D | bhnd_pmu_subr.c | 192 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 D | bhnd_pmu_private.h | 110 uint8_t ldo, uint8_t voltage);
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | axp81x.dtsi | 136 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 D | ste-ux500-samsung-gavini.dts | 73 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 D | ste-ux500-samsung-janice.dts | 54 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 D | ste-ux500-samsung-codina.dts | 100 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 D | sc7180-trogdor-quackingstick-r0.dts | 21 qcom,phy-drive-ldo-level = <375>;
|
H A D | sc7180-trogdor-wormdingler-rev1-boe.dts | 24 qcom,phy-drive-ldo-level = <450>;
|
H A D | msm8916-samsung-j3-common.dtsi | 56 tsp_ldo_en_default: tsp-ldo-en-default-state {
|
/freebsd/lib/liblua/ |
H A D | Makefile | 14 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c linit.c \
|
/freebsd/stand/liblua/ |
H A D | Makefile | 12 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 D | tps65912.txt | 19 ldo[1-10]. Each child nodes is defined using the
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8974-samsung-hlte.dts | 55 regulator-name = "touch-ldo"; 145 touch_ldo_pin: touchscreen-ldo-state {
|