/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | tps65086.txt | 25 - ti,regulator-step-size-25mv : This is applicable for buck[1-6], set this 26 if the regulator is factory set with a 25mv 51 ti,regulator-step-size-25mv;
|
H A D | ti,tps65086.yaml | 60 ti,regulator-step-size-25mv: 63 Set this if the regulator is factory set with a 25mv step voltage 119 ti,regulator-step-size-25mv;
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_anatop.c | 118 * While the datasheet says the ARM voltage can be as low as 925mV at 120 * more than 200mV, and the minimum SOC voltage is 1150mV, so that 121 * dictates the 950mV entry in this table. 125 uint32_t mv; member 162 vdd_set(struct imx6_anatop_softc *sc, int mv) in vdd_set() argument 170 * can't be more than 50mV above or 200mV below them. We keep them the in vdd_set() 178 /* Convert mV to target value. Clamp target to valid range. */ in vdd_set() 179 if (mv < 725) in vdd_set() 181 else if (mv > 1450) in vdd_set() 184 newtarg = (mv - 700) / 25; in vdd_set() [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-c64xplus.pl | 23 # this implementation is 25% smaller and >2x faster. In absolute terms 39 ($A,$B,$C,$D,$E, $Arot,$F,$F0,$T,$K) = map("A$_",(16..20, 21..25)); 60 .asg MV,SWAP2 61 .asg MV,SWAP4 67 MV $NUM,A0 ; reassign $NUM 71 || [A0] MV SP,FP 92 || MV $A,$Actx 93 || MV $B,$Bctx 96 || MV $C,$Cctx 97 || MV $D,$Dctx [all …]
|
H A D | sha256-c64xplus.pl | 61 .asg SWAP2,MV 62 .asg SWAP4,MV 69 MV $NUM,A0 ; reassign $NUM 73 || [A0] MV SP,FP 88 || [A0] MV SP,$Xia 89 [A0] MV SP,$Xib 91 || [A0] MV $CTXA,$CTXB 109 || MV $A,$Actx 110 || MV $E,$Ectx 113 MV $C,$Cctx [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | posix.mk | 76 mv y.tab.o $@ 83 mv lex.yy.o $@ 88 mv y.tab.c $@ 93 mv lex.yy.c $@
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 25 #define PDO_FIXED_DATA_SWAP (1 << 25) /* Data role swap supported */ 26 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 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)) 36 #define VSAFE5V 5000 /* mv units */ 38 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 39 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 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 [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | swtch.S | 78 fsd f25, (PCB_X + 25 * 16)(\p) 127 fld f25, (PCB_X + 25 * 16)(\p) 209 mv s0, a1 210 mv a0, a1 212 mv a0, s0 309 mv s0, a0 310 mv s1, a1 311 mv s2, a2 312 mv a0, a1 314 mv a1, s1 [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/mv_files/ |
H A D | mv_files_common.kshlib | 30 # processes of 25. 68 # of 25 background processes. 161 $MV % $2 > /dev/null 2>&1 183 # Running the 'mv' test
|
/freebsd/crypto/openssh/regress/ |
H A D | hostkey-rotate.sh | 1 # $OpenBSD: hostkey-rotate.sh,v 1.10 2022/01/05 08:25:05 djm Exp $ 28 mv $OBJ/ssh_proxy $OBJ/ssh_proxy.orig 113 mv $OBJ/hkr.${secondary}.pub $OBJ/hkr.${secondary}.pub.old 139 mv $OBJ/hkr.${primary}.pub $OBJ/hkr.${primary}.pub.old 140 mv $OBJ/hkr.${primary}-new.pub $OBJ/hkr.${primary}.pub 141 mv $OBJ/hkr.${primary}-new $OBJ/hkr.${primary}
|
H A D | limit-keytype.sh | 1 # $OpenBSD: limit-keytype.sh,v 1.10 2021/02/25 03:27:34 djm Exp $ 11 mv $OBJ/sshd_proxy $OBJ/sshd_proxy.orig 12 mv $OBJ/ssh_proxy $OBJ/ssh_proxy.orig 48 mv $OBJ/user_key3-cert.pub $OBJ/cert_user_key3.pub
|
/freebsd/share/mk/ |
H A D | install-new.mk | 1 # $Id: install-new.mk,v 1.3 2012/03/24 18:25:49 sjg Exp $ 26 mv $$target $$target$$_bak; \ 45 mv -f $$src $$target; \
|
/freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
H A D | hotspare_remove_004_pos.ksh | 52 # CODING STATUS: COMPLETED (2008-02-25) 73 log_must $MV $dev $dev.bak 77 log_must $MV $dev.bak $dev
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 53 MV ARG2,B0 58 || [B0] MV ARG0,A2 59 || [B0] MV ARG3,A3 71 || MV.S A17,A23 77 MV A19,RET ; return value 83 MV ARG2,B0 97 || MV.S A17,A21 103 MV A19,RET ; return value 109 MV ARG2,B0 113 [B0] MV ARG0,B2 [all …]
|
/freebsd/contrib/byacc/test/ |
H A D | run_test.sh | 2 # $Id: run_test.sh,v 1.37 2022/11/06 21:55:25 tom Exp $ 11 mv -f "$NEW" "${REF_DIR}/" 31 && mv "$tmpfile" "$CMP" 34 mv "$CMP" "$REF" 102 mv "$name" "$ROOT.$code" 296 mv "$NEW" "test-$NEW"
|
/freebsd/contrib/bmake/mk/sys/ |
H A D | Generic.mk |
|
H A D | OSF1.mk | 1 # $Id: OSF1.mk,v 1.14 2022/03/25 23:43:06 sjg Exp $ 176 mv lex.yy.c ${.TARGET} 189 mv y.tab.c ${.TARGET}
|
H A D | SunOS.mk | 1 # $Id: SunOS.mk,v 1.14 2022/03/25 23:43:06 sjg Exp $ 197 mv lex.yy.c ${.TARGET} 210 mv y.tab.c ${.TARGET}
|
H A D | HP-UX.mk | 1 # $Id: HP-UX.mk,v 1.17 2022/03/25 23:43:06 sjg Exp $ 204 mv lex.yy.c ${.TARGET} 217 mv y.tab.c ${.TARGET}
|
H A D | UnixWare.mk | 1 # $Id: UnixWare.mk,v 1.10 2022/03/25 23:43:06 sjg Exp $ 225 mv lex.yy.c ${.TARGET} 238 mv y.tab.c ${.TARGET}
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.mdoc.in | 1 .Dd May 25 2024 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16 456 .Cm MV 579 .Cm MV 616 .Cm MV 706 .Cm MV 760 .Cm IFF , GQ and MV 790 .Cm MV 805 .It Fl V Fl \-mv\-params Ar nkeys 808 encrypted server keys and parameters for the Mu\-Varadharajan (MV) [all...] |
H A D | ntp-keygen.1ntp-keygenmdoc | 1 .Dd May 25 2024 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16 456 .Cm MV 579 .Cm MV 616 .Cm MV 706 .Cm MV 760 .Cm IFF , GQ and MV 790 .Cm MV 805 .It Fl V Fl \-mv\-params Ar nkeys 808 encrypted server keys and parameters for the Mu\-Varadharajan (MV) [all...] |
/freebsd/contrib/sendmail/src/ |
H A D | macro.c | 64 /* 24 can */ 25, 65 /* 25 em */ 26, 235 char *mv; local 237 mv = macvalue(c, e); 238 skipping = (mv == NULL || *mv == '\0');
|
/freebsd/contrib/netbsd-tests/ipf/ |
H A D | t_filter_parse.sh | 1 # $NetBSD: t_filter_parse.sh,v 1.12 2014/12/06 19:31:25 dholland Exp $ 82 mv i19 exp
|
/freebsd/sys/arm/mv/armada/ |
H A D | wdt.c | 46 #include <arm/mv/mvreg.h> 47 #include <arm/mv/mvvar.h> 56 #define MV_CLOCK_SRC_ARMV7 25000000 /* Timers' 25MHz mode */
|