/freebsd/crypto/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 37 MV B0,A4 38 MV B1,A5 60 ||[!B0] CMPLT 4,B4,A1 72 MV B4,B0 ; remaining bytes 83 || [B0] CMPLT 4,B0,A1 94 MV A6,B0 99 NOP 4 104 NOP 4 117 MV A4,B0 120 NOP 4 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | maxim,max8952.yaml | 26 minItems: 4 27 maxItems: 4 32 Array of 4 integer values defining DVS voltages in microvolts. All values 42 enum: [0, 1, 2, 3, 4, 5, 6, 7] 46 - 0: 32mV/us 47 - 1: 16mV/us 48 - 2: 8mV/us 49 - 3: 4mV/us 50 - 4: 2mV/us 51 - 5: 1mV/us [all …]
|
H A D | max8952.txt | 6 - max8952,dvs-mode-microvolt: array of 4 integer values defining DVS voltages 20 - 0: 32mV/us 21 - 1: 16mV/us 22 - 2: 8mV/us 23 - 3: 4mV/us 24 - 4: 2mV/us 25 - 5: 1mV/us 26 - 6: 0.5mV/us 27 - 7: 0.25mV/us 28 Defaults to 32mV/us if not specified. [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-c64xplus.pl | 60 .asg MV,SWAP2 61 .asg MV,SWAP4 67 MV $NUM,A0 ; reassign $NUM 71 || [A0] MV SP,FP 80 [A0] LDW *${CTX}[4],$E 92 || MV $A,$Actx 93 || MV $B,$Bctx 96 || MV $C,$Cctx 97 || MV $D,$Dctx 98 || MV $E,$Ectx [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 94 || LDW *${CTXB}[4],$E 109 || MV $A,$Actx 110 || MV $E,$Ectx [all …]
|
H A D | sha512-c64xplus.pl | 80 MV $NUM,A0 ; reassign $NUM 84 || [A0] MV SP,FP 85 [A0] STDW B13:B12,*SP[4] 109 || MV $CTXA,$CTXB 115 LDW *${CTXA}[4^.LITTLE_ENDIAN],$Chi 134 MV $Ahi,$Actxhi 135 || MV $Alo,$Actxlo 136 || MV $Bhi,$Bctxhi 137 || MV $Blo,$Bctxlo 138 || MV $Chi,$Cctxhi [all …]
|
H A D | keccak1600-c64x.pl | 30 my @A = map([ $_, ($_+1), ($_+2), ($_+3), ($_+4) ], (5,10,16,21,26)); 31 $A[1][4] = 31; # B14 is reserved, A14 is used as iota[] 32 ($A[3][0],$A[4][1]) = ($A[4][1],$A[3][0]); 33 my @C = (0..4,$A[3][0],$A[4][0]); 63 # +1--->+------+------+<- -9 below 4 slots are used by KeccakF1600_int 69 # +4--->+------+------+<- -6 73 # +6--->+------+------+<- -4 106 || STDW B3:B2,*SP[4] 137 XOR A$A[4][2],A$C[2],A$C[2] 138 || XOR B$A[4][2],B$C[2],B$C[2] [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 16 ;; being the number of 32-bit words, addition - 8*n. Corresponding 4x 53 MV ARG2,B0 58 || [B0] MV ARG0,A2 59 || [B0] MV ARG3,A3 71 || MV.S A17,A23 76 BNOP RA,4 77 MV A19,RET ; return value 83 MV ARG2,B0 93 NOP 4 95 NOP 4 ; [2,0] in epiloque [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 54 .asg MV,SWAP2 55 .asg MV.L,SWAP4 67 || SHRU B0,4,B0 ; 0x0fffffff 68 || MVK -4,B1 71 STW B8,*${CTXA}[4] ; initialize h4 86 || EXTU B17,4,6,B16 ; r1>>2 96 || MV A23,B23 97 STDW B23:B22,*${CTXA}[4] ; save r3:r1 109 SHRU $LEN,4,A2 ; A2 is loop counter, number of blocks 112 || [A2] MV SP,FP [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 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 50 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 31 # implement *4* T-tables variant [instead of 1 T-table as in 103 || ADD 4,KEY,$KPB 111 || ADD 4,KEY,$KPB 121 || MV $TEA,$TEB 124 MV A9,$s[0] 125 || MV A8,$s[1] 126 || MV B9,$s[2] 127 || MV B8,$s[3] 129 MV A8,$s[0] 130 || MV A9,$s[1] [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_regs_mcdi_strs.h | 46 #define MC_CMD_SENSOR_IN_1V0_ENUM_STR "1.0v power: mV" 47 #define MC_CMD_SENSOR_IN_1V2_ENUM_STR "1.2v power: mV" 48 #define MC_CMD_SENSOR_IN_1V8_ENUM_STR "1.8v power: mV" 49 #define MC_CMD_SENSOR_IN_2V5_ENUM_STR "2.5v power: mV" 50 #define MC_CMD_SENSOR_IN_3V3_ENUM_STR "3.3v power: mV" 51 #define MC_CMD_SENSOR_IN_12V0_ENUM_STR "12v power: mV" 52 #define MC_CMD_SENSOR_IN_1V2A_ENUM_STR "1.2v analogue power: mV" 53 #define MC_CMD_SENSOR_IN_VREF_ENUM_STR "reference voltage: mV" 54 #define MC_CMD_SENSOR_OUT_VAOE_ENUM_STR "AOE FPGA power: mV" 62 #define MC_CMD_SENSOR_FAN_4_ENUM_STR "Fan 4 speed: RPM" [all …]
|
/freebsd/libexec/rtld-elf/riscv/ |
H A D | rtld_start.S | 43 mv s0, a0 /* Put ps_strings in a callee-saved register */ 44 mv s1, sp /* And the stack pointer */ 48 mv a1, sp /* exit_proc */ 51 mv t0, a0 /* Backup the entry point */ 55 mv a0, s0 /* Restore ps_strings */ 56 mv sp, s1 /* Restore the stack pointer */ 72 sd a4, (8 * 4)(sp) 95 mv a0, t0 101 mv t0, a0 108 ld a4, (8 * 4)(sp)
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs35l33.txt | 22 0, then VBST = VP. If greater than 0, the boost voltage will be 3300mV with 23 a value of 1 and will increase at a step size of 100mV until a maximum of 24 8000mV. 55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles. 62 stage enters LDO operation. Starts as a default value of 50mV for a value 63 of 1 and increases with a step size of 50mV to a maximum of 750mV (value of 80 The reference voltage starts at 3000mV with a value of 0x3 and is increased 81 by 100mV per step to a maximum of 5500mV. 91 1800mV with a step size of 50mV up to a maximum value of 1750mV. 92 Default is 1800mV. [all …]
|
H A D | cs35l36.txt | 14 converter's output voltage in mV. The range is from 2550mV to 12000mV with 15 increments of 50mV. 68 4 = 100ms (Default) 75 weak-FET operation. The range is 50mV to 700mV in 50mV increments.
|
/freebsd/sys/riscv/riscv/ |
H A D | swtch.S | 57 fsd f4, (PCB_X + 4 * 16)(\p) 106 fld f4, (PCB_X + 4 * 16)(\p) 209 mv s0, a1 210 mv a0, a1 212 mv a0, s0 229 ld s4, (PCB_S + 4 * 8)(x13) 278 sd s4, (PCB_S + 4 * 8)(x13) 309 mv s0, a0 310 mv s1, a1 311 mv s2, a2 [all …]
|
/freebsd/sbin/mount_fusefs/ |
H A D | mount_fusefs.c | 130 struct mntval *mv; in main() local 198 for (mv = mvals; mv->mv_flag; ++mv) { in main() 199 if (! (altflags & mv->mv_flag)) in main() 204 if (mo->m_flag != mv->mv_flag) in main() 212 mv->mv_len = q - p + 1; in main() 213 mv->mv_value = malloc(mv->mv_len); in main() 214 if (mv->mv_value == NULL) in main() 216 memcpy(mv->mv_value, p, mv->mv_len - 1); in main() 217 ((char *)mv->mv_value)[mv->mv_len - 1] = '\0'; in main() 294 for (mv = mvals; mv->mv_flag; ++mv) { in main() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-stm32-usbphyc.yaml | 110 - <1> increases the level by 5 to 7 mV 111 - <2> increases the level by 10 to 14 mV 112 - <3> decreases the level by 5 to 7 mV 133 - <4> = 20.05 mA target current / nominal + 6.24% 155 - <2> = reduce the impedance by 4 ohms 166 - <1> = threshold shift by +7 mV 167 - <2> = threshold shift by -5 mV 168 - <3> = threshold shift by +14 mV 182 - <1> = offset of +5 mV 183 - <2> = offset of +10 mV [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_004_pos.ksh | 43 # 4. Verify 'zpool import -D' succeed. 72 log_must $MV $VDEV1 $DEVICE_DIR/newdir1 73 log_must $MV $VDEV2 $DEVICE_DIR/newdir2 79 log_must $MV $VDEV0 $DEVICE_DIR/newdir2 80 log_must $MV $DEVICE_DIR/newdir1/* $DEVICE_DIR/newdir2 85 log_must $MV $DEVICE_DIR/newdir2/$VDEV0F $VDEV0 86 log_must $MV $DEVICE_DIR/newdir2/$VDEV1F $VDEV1 87 log_must $MV $DEVICE_DIR/newdir2/$VDEV2F $VDEV2
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | ti,drv260x.yaml | 58 enum: [ 0, 1, 2, 3, 4, 5, 6, 7 ] 67 vib-rated-mv: 71 If this is not set then the value will be defaulted to 3200 mV. 74 vib-overdrive-mv: 78 If this is not set then the value will be defaulted to 3200 mV. 106 vib-rated-mv = <3200>; 107 vib-overdrive-mv = <3200>;
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | import_paths_changed.ksh | 28 # 4. Verify that we can import the pool in a healthy state. 47 log_must mv $dev "${dev}_new" 56 log_must mv "${dev}_new" $dev 75 log_must mv $pathtoswap2 "$pathtoswap2.tmp" 76 log_must mv $pathtoswap1 "$pathtoswap2" 77 log_must mv "$pathtoswap2.tmp" $pathtoswap1
|
/freebsd/tools/tools/kerninclude/ |
H A D | kerninclude.sh | 70 tail -4 x.0 123 mv $o ${o}_ 125 mv ${o}_ $o 144 mv $o ${o}_ 146 mv ${o}_ $o 183 mv ${o} ${o}_ 195 mv ${o}_ ${o} 202 mv ${src}_ ${src} 214 mv ${o} ${o}_ 227 mv ${o}_ ${o} [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_mv_001_pos.ksh | 35 # Verify that '/bin/mv' supports ZFS ACL 41 # 4. Verify that the ACL of file/directroy is not changed 79 log_must $MV ${obj[i]} $dst_file 83 log_must $MV ${obj[i]} $TESTDIR1 90 log_fail "$MV fails to keep the acl for file." 108 log_must $MV ${obj[i]} $dst_dir 114 log_must $MV ${obj[i]} $TESTDIR1 127 log_fail "$MV fails to recursively keep the acl for " \ 136 log_assert "Verify that '$MV' supports ZFS ACLs." 152 # This assertion should only test 'mv' within the same filesystem [all …]
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-c64xplus.pl | 23 # byte in ~7 cycles, which is >6x faster than "4-bit" table-driven 27 # estimate for "4-bit" table-driven implementation is ~12 cycles. 66 || MV $Xip,${xip} ; reassign Xi 92 || SHRU $len,4,B0 ; reassign len 94 || MV $Xip,${xip} ; reassign Xi 125 || [B0] MV $Z0,$xia ; Xi[15], avoid cross-path stall 132 || [B0] MV $xia,$x1 149 # 4 S1. L1 | 155 # 10/4 D1x | S1. L1 | 171 XOR.L $H0x,$Z0,$Z0 ; 4 ; Z^=H·(Xi[i]<<1) [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
H A D | zfs_acl_mv_001_pos.ksh | 36 # Verifies that mv will include file attribute. 42 # 4. Calculate all the files and attribute files cksum 57 log_assert "Verifies that mv will include file attribute." 73 log_must usr_exec $MV $INI_DIR/* $TST_DIR 82 log_pass "mv file include attribute passed."
|