Home
last modified time | relevance | path

Searched full:e0 (Results 1 – 25 of 167) sorted by relevance

1234567

/linux/arch/alpha/lib/
H A Dstxncpy.S56 mskqh t2, a1, t2 # e0 : detection in the src word
57 mskqh t1, a1, t3 # e0 :
59 mskql t0, a1, t0 # e0 : assemble the first output word
61 or t0, t3, t0 # e0 :
69 stq_u t0, 0(a0) # e0 :
71 ldq_u t0, 0(a1) # e0 :
73 subq a2, 1, a2 # e0 :
86 negq t8, t12 # e0 : find low bit set
91 and t12, 0x80, t6 # e0 :
96 ldq_u t1, 0(a0) # e0 :
[all …]
H A Dstxcpy.S48 mskqh t2, a1, t2 # e0 : detection in the src word
49 mskqh t1, a1, t3 # e0 :
51 mskql t0, a1, t0 # e0 : assemble the first output word
53 or t0, t3, t1 # e0 :
61 stq_u t1, 0(a0) # e0 :
63 ldq_u t1, 0(a1) # e0 :
65 cmpbge zero, t1, t8 # e0 (stall)
73 negq t8, t6 # e0 : find low bit set
78 and t12, 0x80, t6 # e0 :
83 ldq_u t0, 0(a0) # e0 :
[all …]
H A Dcsum_ipv6_magic.S24 ldq_u $0,0($16) # e0 : load src & dst addr words
26 extqh $18,1,$4 # e0 : byte swap len & proto while we wait
29 extbl $18,1,$5 # e0 :
31 extbl $18,2,$6 # e0 :
34 extbl $18,3,$18 # e0 :
36 sra $4,32,$4 # e0 :
39 extql $0,$16,$0 # e0 :
41 extqh $21,$16,$21 # e0 :
44 sll $5,16,$5 # e0 :
46 extql $1,$16,$1 # e0 :
[all …]
H A Dmemset.S34 insbl $17,1,$17 /* .. E0 */
35 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
38 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
40 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
45 addq $18,$16,$6 /* E0 */
47 xor $16,$6,$1 /* E0 */
50 bic $1,7,$1 /* E0 */
52 and $16,7,$3 /* E0 */
55 ldq_u $4,0($16) /* E0 */
57 insql $17,$16,$2 /* E0 */
[all …]
H A Dmemchr.S49 zap $18, 0x80, $5 #-e0 :
53 insbl $17, 1, $2 # .. e0 : $2 = 000000000000ch00
54 and $17, 0xff, $17 #-e0 : $17 = 00000000000000ch
56 or $2, $17, $17 # e0 : $17 = 000000000000chch
58 sll $17, 16, $2 #-e0 : $2 = 00000000chch0000
62 sll $17, 32, $2 #-e0 : $2 = chchchch00000000
64 extql $1, $16, $7 # e0 :
68 extqh $6, $16, $6 # .. e0 :
69 mov $16, $0 # e0 :
77 negq $18, $6 #-e0 :
[all …]
H A Dstrrchr.S22 zapnot a1, 1, a1 # e0 : zero extend our test character
24 sll a1, 8, t5 # e0 : replicate our test character
26 or t5, a1, a1 # e0 :
28 sll a1, 16, t5 # e0 :
30 or t5, a1, a1 # e0 :
32 sll a1, 32, t5 # e0 :
34 mskqh t4, a0, t4 # e0 :
36 xor t0, a1, t2 # e0 : make bytes == c zero
38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
40 andnot t3, t4, t3 # e0 : clear garbage from char test
[all …]
H A Dstrchr.S22 zapnot a1, 1, a1 # e0 : zero extend the search character
24 sll a1, 8, t5 # e0 : replicate the search character
26 or t5, a1, a1 # e0 :
28 sll a1, 16, t5 # e0 :
30 mskqh t4, a0, t4 # e0 :
32 sll a1, 32, t5 # e0 :
34 or t5, a1, a1 # e0 :
36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
38 andnot t0, t4, t0 # e0 : clear garbage bits
41 $loop: ldq t0, 8(v0) # e0 :
[all …]
H A Dclear_user.S33 and $1, 3, $4 # e0 :
36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
38 subq $4, 1, $4 # e0 :
43 1: bic $1, 3, $1 # e0 :
46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
48 EX( stq_u $31, 8($16) ) # e0 :
50 EX( stq_u $31, 16($16) ) # e0 :
52 EX( stq_u $31, 24($16) ) # e0 :
54 subq $1, 4, $1 # e0 :
62 1: EX( ldq_u $5, 0($16) ) # e0 :
[all …]
/linux/lib/crypto/x86/
H A Dsha1-ni-asm.S63 #define E0 %xmm1 /* Need two E's b/c they ping pong */ macro
73 .macro do_4rounds i, m0, m1, m2, m3, e0, e1
79 paddd \m0, \e0
81 sha1nexte \m0, \e0
87 sha1rnds4 $\i / 20, \e0, ABCD
113 pxor E0, E0
114 pinsrd $3, 16(STATE_PTR), E0
122 movdqa E0, E0_SAVED
126 do_4rounds (\i + 0), MSG0, MSG1, MSG2, MSG3, E0, E1
127 do_4rounds (\i + 4), MSG1, MSG2, MSG3, MSG0, E1, E0
[all …]
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt8365-pinctrl.yaml130 When E1=0/E0=0, the strength is 0.125mA.
131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
136 0: (E1, E0, EN) = (0, 0, 0)
137 1: (E1, E0, EN) = (0, 0, 1)
138 2: (E1, E0, EN) = (0, 1, 0)
139 3: (E1, E0, EN) = (0, 1, 1)
140 4: (E1, E0, EN) = (1, 0, 0)
141 5: (E1, E0, EN) = (1, 0, 1)
[all …]
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c159 * e0
190 * e0
221 * e0
259 * e0
297 * e0
336 * e0
375 * e0
422 * e0
468 * e0
511 * e0
[all …]
/linux/lib/crypto/
H A Dsha512.c68 #define e0(x) (ror64((x), 28) ^ ror64((x), 34) ^ ror64((x), 39)) macro
99 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha512_block_generic()
101 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha512_block_generic()
103 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha512_block_generic()
105 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha512_block_generic()
107 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha512_block_generic()
109 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha512_block_generic()
111 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha512_block_generic()
113 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha512_block_generic()
/linux/Documentation/arch/xtensa/
H A Dmmu.rst39 E0..FF -> E0 -> E0 -> E0 F0..FF -> F0 -> F0
40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
/linux/Documentation/devicetree/bindings/net/
H A Dcavium-mdio.txt62 mdio0@87e0,05003800 {
73 mdio0@87e0,05003880 {
H A Dqca,qca7000.yaml98 local-mac-address = [ a0 b0 c0 d0 e0 f0 ];
106 local-mac-address = [ a0 b0 c0 d0 e0 f0 ];
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-mpeg2.c50 * 00 00 01 b3 2d 01 e0 34 08 8b a3 81
59 * 00 00 01 b3 08 00 40 15 ff ff e0 28
/linux/Documentation/w1/slaves/
H A Dw1_ds2423.rst45 …00 02 00 00 00 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff…
52 …00 02 00 00 22 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff…
/linux/drivers/platform/x86/
H A Dasus-nb-wmi.c80 case 0x20: /* e0 20 / e0 a0, Volume Mute press / release */ in asus_i8042_filter()
81 case 0x2e: /* e0 2e / e0 ae, Volume Down press / release */ in asus_i8042_filter()
82 case 0x30: /* e0 30 / e0 b0, Volume Up press / release */ in asus_i8042_filter()
H A Dpanasonic-laptop.c275 case 0x20: /* e0 20 / e0 a0, Volume Mute press / release */ in panasonic_i8042_filter()
276 case 0x2e: /* e0 2e / e0 ae, Volume Down press / release */ in panasonic_i8042_filter()
277 case 0x30: /* e0 30 / e0 b0, Volume Up press / release */ in panasonic_i8042_filter()
281 * Report the previously filtered e0 before continuing in panasonic_i8042_filter()
/linux/drivers/platform/x86/hp/
H A Dhp_accel.c62 /* e0 25, e0 26, e0 27, e0 28 are scan codes that the accelerometer with acpi id
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Ddebugfs.c27 bool e0, e1; in npc_mcam_layout_show() local
73 e0 = test_bit(j, sb->b0map); in npc_mcam_layout_show()
76 if (!e1 && !e0) in npc_mcam_layout_show()
79 if (e1 && e0) { in npc_mcam_layout_show()
111 if (e0) { in npc_mcam_layout_show()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-qcom-dc-scm-v1.dts99 /*E0-E7*/ "","","","","","","","",
137 /*E0-E7*/ "","","","","","","","";
/linux/Documentation/wmi/devices/
H A Dlenovo-wmi-gamezone.rst56 WMI GUID ``D320289E-8FEA-41E0-86F9-911D83151B5F``
171 …x409"), Description("Smart Fan mode change event"), guid("{D320289E-8FEA-41E0-86F9-611D83151B5F}")]
188 …9"), Description("POWER CHARGE MODE Change EVENT"), guid("{D320289E-8FEA-41E0-86F9-711D83151B5F}")]
196 …Description("Thermal Mode Real Mode change event"), guid("{D320289E-8FEA-41E0-86F9-911D83151B5F}")]
/linux/Documentation/admin-guide/aoe/
H A Daoe.rst68 ... so that "e0.2" is the third blade from the left (slot 2) in the
70 partition on that disk would be "e0.2p1".
/linux/arch/arm/boot/dts/ti/omap/
H A Ddm814x-clocks.dtsi43 adpll_hdvic_ck: adpll@e0 {
155 timer1_fck: timer1_fck@2e0 {
164 timer2_fck: timer2_fck@2e0 {

1234567