Home
last modified time | relevance | path

Searched full:mv (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control/
H A Davsbus-control.sh8 i2cset -y "${BUS}" 0x44 0x24 0x044C w # VOUT_MAX 1100mV
9 i2cset -y "${BUS}" 0x44 0x40 0x0456 w # VOUT_OV_FAULT_LIMIT 1110mV
10 i2cset -y "${BUS}" 0x44 0x25 0x0438 w # VOUT_MARGING_HIGH 1080mV
11 i2cset -y "${BUS}" 0x44 0x26 0x03D4 w # VOUT_MARGING_LOW 980mV
12 i2cset -y "${BUS}" 0x44 0x44 0x024E w # VOUT_UV_FAULT_LIMIT 590mV
13 i2cset -y "${BUS}" 0x44 0x2B 0x0258 w # VOUT_MIN 600mV
16 i2cset -y "${BUS}" 0x44 0x24 0x044C w # VOUT_MAX 1100mV
17 i2cset -y "${BUS}" 0x44 0x40 0x0456 w # VOUT_OV_FAULT_LIMIT 1110mV
18 i2cset -y "${BUS}" 0x44 0x25 0x041A w # VOUT_MARGING_HIGH 1050mV
19 i2cset -y "${BUS}" 0x44 0x26 0x03B6 w # VOUT_MARGING_LOW 950mV
[all …]
/openbmc/u-boot/drivers/power/
H A DKconfig81 Set the voltage (mV) to program the axp pmic dcdc1 at, set to 0 to
98 Set the voltage (mV) to program the axp pmic dcdc2 at, set to 0 to
116 Set the voltage (mV) to program the axp pmic dcdc3 at, set to 0 to
134 Set the voltage (mV) to program the axp pmic dcdc4 at, set to 0 to
147 Set the voltage (mV) to program the axp pmic dcdc5 at, set to 0 to
159 Set the voltage (mV) to program the axp pmic aldo1 at, set to 0 to
175 Set the voltage (mV) to program the axp pmic aldo2 at, set to 0 to
191 Set the voltage (mV) to program the axp pmic aldo3 at, set to 0 to
218 bool "1.6 mV per uS"
220 Increases the voltage by 1.6 mV per uS until the final voltage has
[all …]
/openbmc/qemu/common-user/host/riscv/
H A Dsafe-syscall.inc.S41 mv t0, a0 /* signal_pending pointer */
42 mv t1, a1 /* syscall number */
43 mv a0, a2 /* syscall arguments */
44 mv a1, a3
45 mv a2, a4
46 mv a3, a5
47 mv a4, a6
48 mv a5, a7
49 mv a7, t1
/openbmc/u-boot/arch/riscv/cpu/
H A Dstart.S39 mv s0, a0
40 mv s1, a1
65 mv a0, sp
67 mv sp, a0
77 mv a0, zero /* a0 <-- boot_flags = 0 */
90 mv s2, a0 /* save addr_sp */
91 mv s3, a1 /* save addr of gd */
92 mv s4, a2 /* save addr of destination */
98 mv sp, s2
103 mv t1, s4 /* t1 <- scratch for copy_loop */
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch6 Since they are using mv cmds they maybe conflicting with each other in
9 | mv dtcompilerparser.tab.c dtcompilerparser.c
10 | mv dtcompilerparser.tab.c dtcompilerparser.c
12 | mv dtcompilerparser.tab.c dtcompilerparser.c
13 | mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory
16 | mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory
36 - mv aslcompiler.tab.c aslcompiler.c
45 - mv dtcompilerparser.tab.c dtcompilerparser.c
54 - mv dtparser.tab.c dtparser.c
63 - mv prparser.tab.c prparser.c
/openbmc/u-boot/board/avionic-design/common/
H A Dtamonten-ng.c22 /* Voltage selection for the LDOs with 100mV resolution */
23 #define PMU_REG_LDO_SEL_100(mV) ((((mV - 1000) / 100) + 2) << 2) argument
25 #define PMU_REG_LDO_100(st, mV) (PMU_REG_LDO_##st | PMU_REG_LDO_SEL_100(mV)) argument
27 #define PMU_LDO5(st, mV) PMU_REG_LDO_100(st, mV) argument
/openbmc/qemu/tests/qemu-iotests/
H A D04357 mv "$TEST_IMG" "$TEST_IMG.base"
66 mv "$TEST_IMG" "$TEST_IMG.1.base"
68 mv "$TEST_IMG" "$TEST_IMG.2.base"
70 mv "$TEST_IMG" "$TEST_IMG.3.base"
79 mv "$TEST_IMG" "$TEST_IMG.1.base"
81 mv "$TEST_IMG" "$TEST_IMG.2.base"
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A D0001-tests-Allow-different-output-from-mv.patch4 Subject: [PATCH] tests: Allow different output from mv
6 busybox mv has different error messages: fix the test
22 - >~ mv: cannot move [`']?patches/test.diff'? to [`']?patches/test.diff~'?: Permission denied
23 + >~ mv: .*: Permission denied
/openbmc/openbmc/poky/meta/recipes-extended/gzip/
H A Dgzip.inc18 mv ${D}${bindir}/gunzip ${D}${base_bindir}/gunzip
19 mv ${D}${bindir}/gzip ${D}${base_bindir}/gzip
20 mv ${D}${bindir}/zcat ${D}${base_bindir}/zcat
21 mv ${D}${bindir}/uncompress ${D}${base_bindir}/uncompress
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/
H A D0001-makefile-don-t-gzip-the-man-pages.patch47 mv $@.tmp $@
49 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
67 mv $@.tmp $@
69 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
96 mv $@.tmp $@
98 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
122 mv $@.tmp $@
124 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
151 mv $@.tmp $@
153 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/
H A Dfftw_3.3.10.bb38 mv ${B} ${WORKDIR}/build-fftw
46 mv ${B} ${WORKDIR}/build-fftwl
54 mv ${B} ${WORKDIR}/build-fftwf
78 mv ${D}${bindir}/bench ${D}${PTEST_PATH}/$lib
81 mv ${D}${bindir}/benchl ${D}${PTEST_PATH}/$lib
84 mv ${D}${bindir}/benchf ${D}${PTEST_PATH}/$lib
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest24 mv $i.vgtest $i.IGNORE;
31 mv $i.vgtest $i.IGNORE;
41 mv $i.vgtest $i.IGNORE
60 mv $i.IGNORE $i.vgtest;
67 mv $i.IGNORE $i.vgtest;
73 mv $i.IGNORE $i.vgtest;
/openbmc/u-boot/board/freescale/common/
H A Dmc34vr500.c53 /* The base of SW volt is 625mV and increase by step 25mV */ in mc34vr500_get_sw_volt()
68 /* The least SW volt is 625mV, and only 4 SW outputs */ in mc34vr500_set_sw_volt()
83 /* The base of SW volt is 625mV and increase by step 25mV */ in mc34vr500_set_sw_volt()
H A Dvid.c26 * return a value in mV
120 /* LSB = 4mv */ in read_voltage_from_INA220()
153 /* Resolution is 1/128V. We scale up here to get 1/128mV in read_voltage_from_IR()
159 /* Scale down to the real mV as IR resolution is 1/128V, rounding up */ in read_voltage_from_IR()
197 /* Scale down to the real mV as LTC resolution is 1/4096V,rounding up */ in read_voltage_from_LTC()
310 debug("VID: Current voltage is %d mV\n", vdd_last); in set_voltage_to_IR()
550 vdd_target = vdd_override * 10; /* convert to 1/10 mV */ in adjust_vdd()
556 /* divide and round up by 10 to get a value in mV */ in adjust_vdd()
564 printf("VID: Target VID %d mV is not in range.\n", in adjust_vdd()
569 debug("VID: vid = %d mV\n", vdd_target); in adjust_vdd()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.6.bb71 mv ${D}${bindir}/ping* ${D}${base_bindir}/
72 mv ${D}${bindir}/hostname ${D}${base_bindir}/
73 mv ${D}${bindir}/dnsdomainname ${D}${base_bindir}/
75 mv ${D}${bindir}/ifconfig ${D}${base_sbindir}/
76 mv ${D}${libexecdir}/syslogd ${D}${base_sbindir}/
77 mv ${D}${libexecdir}/tftpd ${D}${sbindir}/in.tftpd
78 mv ${D}${libexecdir}/telnetd ${D}${sbindir}/in.telnetd
80 mv ${D}${libexecdir}/rexecd ${D}${sbindir}/in.rexecd
84 mv ${D}${libexecdir}/rlogind ${D}${sbindir}/in.rlogind
88 mv ${D}${libexecdir}/rshd ${D}${sbindir}/in.rshd
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/
H A Dlprng_3.8.C.bb25 mv ${D}/etc/printcap.sample ${D}/etc/printcap
26 mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf
27 mv ${D}/etc/lpd/lpd.perms.sample ${D}/etc/lpd/lpd.perms
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cython_3.1.0.bb19 mv ${D}${bindir}/cython ${D}${bindir}/cython3
20 mv ${D}${bindir}/cythonize ${D}${bindir}/cythonize3
21 mv ${D}${bindir}/cygdb ${D}${bindir}/cygdb3
/openbmc/openbmc/poky/meta/recipes-extended/grep/
H A Dgrep_3.12.bb24 mv ${D}${bindir}/grep ${D}${base_bindir}/grep
25 mv ${D}${bindir}/egrep ${D}${base_bindir}/egrep
26 mv ${D}${bindir}/fgrep ${D}${base_bindir}/fgrep
/openbmc/u-boot/include/power/
H A Dsandbox_pmic.h67 /* BUCK1 Voltage: min: 0.8V, step: 25mV, max 2.4V */
77 /* BUCK2 Voltage: min: 0.75V, step: 50mV, max 3.95V */
82 /* LDO1 Voltage: min: 0.8V, step: 25mV, max 2.4V */
92 /* LDO2 Voltage: min: 0.75V, step: 50mV, max 3.95V */
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh31 mv binutils-2.37 src-binu
32 mv gcc-11.2.0 src-gcc
33 mv musl-1.2.2 src-musl
34 mv linux-5.10.70 src-linux
/openbmc/u-boot/include/
H A Dtps6586x.h28 * @param sm0_target Target voltage for SM0 in 25mW units, 0=725mV, 31=1.5V
29 * @param sm1_target Target voltage for SM1 in 25mW units, 0=725mV, 31=1.5V
31 * @param rate Slew ratein mV/us: 0=instantly, 1=0.11, 2=0.22,
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dpmu.c22 #define VDD_RELATION 0x02 /* 50mv */
23 #define VDD_TRANSITION_STEP 0x06 /* 150mv */
24 #define VDD_TRANSITION_RATE 0x06 /* 3.52mv/us */
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/
H A Ddot.bashrc16 # alias mv='mv -i'
/openbmc/u-boot/include/configs/
H A Dmv-plug-common.h17 * mv-common.h should be defined after CMD configs since it used them
20 #include "mv-common.h"
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.47.1.bb48 mv ${D}${base_libdir}/e2initrd_helper ${D}${libdir}
49 mv ${D}${base_libdir}/pkgconfig ${D}${libdir}
54 mv ${D}${bindir}/chattr ${D}${base_bindir}/chattr.e2fsprogs
55 mv ${D}${bindir}/lsattr ${D}${base_bindir}/lsattr.e2fsprogs
80 mv ${D}${base_sbindir}/mke2fs ${D}${base_sbindir}/mke2fs.e2fsprogs
81 mv ${D}${base_sbindir}/mkfs.ext2 ${D}${base_sbindir}/mkfs.ext2.e2fsprogs
82 mv ${D}${base_sbindir}/tune2fs ${D}${base_sbindir}/tune2fs.e2fsprogs

12345678910>>...16