Searched refs:mv (Results 1 – 20 of 20) sorted by relevance
/u-boot/include/dt-bindings/usb/ |
A D | pd.h | 29 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT) argument 32 #define PDO_FIXED(mv, ma, flags) \ argument 34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 42 #define PDO_BATT_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT) argument 43 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT) argument 54 #define PDO_VAR_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_VAR_MIN_VOLT_SHIFT) argument 55 #define PDO_VAR_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_VAR_MAX_VOLT_SHIFT) argument 76 #define PDO_PPS_APDO_MIN_VOLT(mv) \ argument 77 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MIN_VOLT_SHIFT) 78 #define PDO_PPS_APDO_MAX_VOLT(mv) \ argument [all …]
|
/u-boot/arch/riscv/cpu/ |
A D | start.S | 50 mv tp, a0 51 mv s1, a1 58 mv gp, zero 102 mv a0, sp 109 mv s0, a0 117 mv sp, a0 137 mv gp, s0 167 mv gp, s0 213 mv s0, a0 221 mv sp, s0 [all …]
|
A D | mtrap.S | 68 mv a3, sp
|
/u-boot/scripts/ |
A D | build-whitelist.sh | 55 mv scripts/config_whitelist.txt.tmp4 scripts/config_whitelist.txt 57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt
|
A D | Makefile.build | 210 mv -f $(@D)/.tmp_$(@F) $@; \ 260 mv -f $(dot-target).tmp $(dot-target).cmd
|
A D | Kbuild.include | 64 mv -f $@.tmp $@; \ 271 mv -f $(dot-target).tmp $(dot-target).cmd, @:)
|
/u-boot/arch/arm/include/asm/arch-mx6/ |
A D | sys_proto.h | 29 int set_ldo_voltage(enum ldo_reg ldo, u32 mv);
|
/u-boot/board/intel/edison/ |
A D | config.mk | 11 mv $@ $^
|
/u-boot/scripts/kconfig/ |
A D | Makefile | 55 (mv -f .config .config.old.1; \ 56 mv -f .tmp.config .config; \ 58 mv -f .config.old.1 .config.old) \ 60 mv -f .tmp.config .config; \
|
/u-boot/board/rockchip/evb_rk3328/ |
A D | README | 61 > mv trust.img ./image/ 62 > mv uboot.img ./image/rk3328evb-uboot.bin
|
/u-boot/arch/arm/dts/ |
A D | armada-ap806.dtsi | 181 compatible = "marvell,mv-xor-v2"; 189 compatible = "marvell,mv-xor-v2"; 197 compatible = "marvell,mv-xor-v2"; 205 compatible = "marvell,mv-xor-v2";
|
/u-boot/arch/arm/mach-imx/mx6/ |
A D | soc.c | 258 int set_ldo_voltage(enum ldo_reg ldo, u32 mv) in set_ldo_voltage() argument 268 if (mv < 725) in set_ldo_voltage() 270 else if (mv > 1450) in set_ldo_voltage() 273 val = (mv - 700) / 25; in set_ldo_voltage()
|
/u-boot/arch/riscv/lib/ |
A D | setjmp.S | 58 mv a0, a1
|
/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
A D | Makefile | 38 mv $@ $^
|
/u-boot/doc/board/toradex/ |
A D | apalix-imx8.rst | 32 $ mv mx8qm-apalis-scfw-tcm.bin\?raw\=true mx8qm-apalis-scfw-tcm.bin
|
A D | colibri-imx8x.rst | 32 $ mv mx8qx-colibri-scfw-tcm.bin\?raw\=true mx8qx-colibri-scfw-tcm.bin
|
/u-boot/ |
A D | .mailmap | 10 # scripts/mailmapper > tmp; mv tmp .mailmap
|
A D | Makefile | 1923 mv cscope.files.no-symlinks cscope.files
|
/u-boot/drivers/mmc/ |
A D | omap_hsmmc.c | 516 int mv = mmc_voltage_to_mv(mmc->signal_voltage); in omap_hsmmc_set_signal_voltage() local 521 if (mv < 0) in omap_hsmmc_set_signal_voltage() 525 mv = 3300; in omap_hsmmc_set_signal_voltage() 544 return omap_hsmmc_set_io_regulator(mmc, mv); in omap_hsmmc_set_signal_voltage()
|
/u-boot/tools/buildman/ |
A D | README | 463 $ sudo mv ~/.buildman-toolchains/*/* /toolchains/
|
Completed in 31 milliseconds