Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 78 of 78) sorted by relevance

/linux-4.4.14/arch/arm/crypto/
Dsha512-armv4.pl69 $t3="r12";
97 ldr $t3,[sp,#$Hoff+4] @ h.hi
112 adc $Thi,$Thi,$t3 @ T += h
113 ldr $t3,[sp,#$Goff+4] @ g.hi
117 eor $t1,$t1,$t3
125 eor $t1,$t1,$t3 @ Ch(e,f,g)
126 ldr $t3,[$Ktbl,#$hi] @ K[i].hi
134 adc $Thi,$Thi,$t3 @ T += K[i]
140 ldr $t3,[sp,#$Coff+0] @ c.lo
167 and $Alo,$Alo,$t3
[all …]
Dsha256-armv4.pl46 $T1="r3"; $t3="r3";
123 and $t3,$t3,$t2 @ (b^c)&=(a^b)
125 eor $t3,$t3,$b @ Maj(a,b,c)
127 @ add $h,$h,$t3 @ h+=Maj(a,b,c)
129 ($t2,$t3)=($t3,$t2);
232 eor $t3,$B,$C @ magic
242 ldreq $t3,[sp,#16*4] @ pull ctx
246 ldr $t0,[$t3,#0]
247 ldr $t1,[$t3,#4]
248 ldr $t2,[$t3,#8]
[all …]
Dbsaes-armv7.pl674 my ($t0,$t1,$t2,$t3)=@_[8..11];
679 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
680 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
684 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
685 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
687 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
688 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
900 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
902 &swapmove (@x[0,1],1,$bs0,$t2,$t3);
904 @ &swapmove(@x[2,3],1,$t0,$t2,$t3);
[all …]
/linux-4.4.14/arch/alpha/lib/
Dev67-strrchr.S41 sll t5, 8, t3 # U : 00000000ch000000
45 or t5, t3, t3 # E : 00000000chch0000
50 or t2, t3, t2 # E : 0000chchchch0000
59 cmpbge zero, t2, t3 # E : bits set iff byte == c
61 andnot t3, t4, t3 # E : clear garbage from char test
67 cmovne t3, v0, t6 # E : save previous comparisons match
71 cmovne t3, t3, t8 # E : Latency=2, extra map slot
77 cmpbge zero, t2, t3 # E : bits set iff byte == c
88 and t3, t4, t3 # E : mask out char matches after null
89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
[all …]
Dstrrchr.S37 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
39 andnot t3, t4, t3 # e0 : clear garbage from char test
45 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
46 cmovne t3, t3, t8 # e0 :
50 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
60 and t3, t4, t3 # e0 : mask out char matches after null
61 cmovne t3, t3, t8 # .. e1 : save it, if match found
62 cmovne t3, v0, t6 # e0 :
Dstrchr.S35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
36 or t2, t3, t0 # e1 : bits set iff char match or zero match
45 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
46 or t2, t3, t0 # e0 :
52 and t0, t3, t1 # e0 : bit set iff byte was the char
56 and t0, 0xcc, t3 # .. e1 :
59 cmovne t3, 2, t3 # e0 :
61 addq t2, t3, t2 # e0 :
Dev67-strchr.S32 and a1, 0xff, t3 # E : 00000000000000ch
36 insbl t3, 6, a3 # U : 00ch000000000000
37 or t5, t3, a1 # E : 000000000000chch
54 cmpbge zero, t1, t3 # E : bits set iff byte == c
55 or t2, t3, t0 # E : bits set iff char match or zero match
73 cmpbge zero, t1, t3 # E : bits set iff byte == c
74 or t2, t3, t0 # E :
75 cttz t3, a2 # U0 : speculative (in case we get a match)
80 and t0, t3, t1 # E : bit set iff byte was the char
Dstxcpy.S48 mskqh t1, a1, t3 # e0 :
52 or t0, t3, t1 # e0 :
180 extql t2, a1, t3 # e0 : extract low bits for next time
185 mov t3, t0 # .. e1 :
261 ornot t1, t2, t3 # .. e1 :
262 cmpbge zero, t3, t8 # e0 : is there a zero?
Dev6-stxcpy.S59 mskqh t1, a1, t3 # U :
64 or t0, t3, t1 # E : (stall)
204 extql t2, a1, t3 # U : extract low bits for next time (stall)
210 mov t3, t0 # E :
291 ornot t1, t2, t3 # E : (stall)
292 cmpbge zero, t3, t8 # E : is there a zero? (stall)
Dstxncpy.S56 mskqh t1, a1, t3 # e0 :
60 or t0, t3, t0 # e0 :
320 cmpbge zero, t2, t3 # e0 :
322 andnot t8, t3, t8 # e0 :
Dev6-stxncpy.S67 mskqh t1, a1, t3 # U :
72 or t0, t3, t0 # E : (stall)
368 cmpbge zero, t2, t3 # E :
371 andnot t8, t3, t8 # E : (stall)
/linux-4.4.14/arch/x86/crypto/
Dpoly1305-sse2-x86_64.S42 #define t3 %xmm5 macro
124 movd s2,t3
125 punpcklqdq t3,t2
131 movd r0,t3
132 punpcklqdq t3,t2
134 movd s4,t3
136 punpcklqdq t4,t3
137 pmuludq h23,t3
138 paddq t3,t2
139 # t3[0] = h4 * s1
[all …]
Dglue_helper-asm-avx2.S61 t1x, t2, t2x, t3, t3x, t4, t5) \ argument
71 vinserti128 $1, t2x, t3, t2; /* ab: le0 ; cd: le1 */ \
75 add2_le128(t2, t0, t4, t3, t5); /* ab: le2 ; cd: le3 */ \
77 add2_le128(t2, t0, t4, t3, t5); \
79 add2_le128(t2, t0, t4, t3, t5); \
81 add2_le128(t2, t0, t4, t3, t5); \
83 add2_le128(t2, t0, t4, t3, t5); \
85 add2_le128(t2, t0, t4, t3, t5); \
87 add2_le128(t2, t0, t4, t3, t5); \
124 tivx, t0, t0x, t1, t1x, t2, t2x, t3, \ argument
[all …]
Dcamellia-aesni-avx2-asm_64.S66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
76 vbroadcasti128 .Lpre_tf_hi_s4, t3; \
94 filter_8bit(x3, t2, t3, t7, t4); \
95 filter_8bit(x6, t2, t3, t7, t4); \
96 vextracti128 $1, x3, t3##_x; \
115 vaesenclast t4##_x, t3##_x, t3##_x; \
116 vinserti128 $1, t3##_x, x3, x3; \
120 vextracti128 $1, x1, t3##_x; \
131 vaesenclast t4##_x, t3##_x, t3##_x; \
132 vinserti128 $1, t3##_x, x1, x1; \
[all …]
Dcamellia-aesni-avx-asm_64.S49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
71 vmovdqa .Lpre_tf_hi_s4, t3; \
81 filter_8bit(x3, t2, t3, t7, t6); \
82 filter_8bit(x6, t2, t3, t7, t6); \
98 vmovdqa .Lpost_tf_hi_s3, t3; \
107 filter_8bit(x2, t2, t3, t7, t6); \
108 filter_8bit(x5, t2, t3, t7, t6); \
120 vpsrldq $3, t0, t3; \
125 vpshufb t6, t3, t3; \
157 vpxor t3, x4, x4; \
[all …]
Dtwofish-avx-x86_64-asm_64.S103 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument
114 xorl t3(CTX, RID2, 4), dst ## d;
121 #define G(gi1, gi2, x, t0, t1, t2, t3) \ argument
122 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \
123 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS3, shr_next, ##gi2); \
125 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \
128 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \
/linux-4.4.14/arch/mips/kernel/
Docteon_switch.S124 dmfc2 t3, 0x0082
131 sd t3, OCTEON_CP2_3DES_KEY+16(a0)
132 dmfc2 t3, 0x0103
139 sd t3, OCTEON_CP2_AES_IV+8(a0)
140 dmfc2 t3, 0x0107
147 sd t3, OCTEON_CP2_AES_KEY+24(a0)
160 dmfc2 t3, 0x0242
167 sd t3, OCTEON_CP2_HSH_DATW+16(a0)
168 dmfc2 t3, 0x0246
175 sd t3, OCTEON_CP2_HSH_DATW+48(a0)
[all …]
Dmcount.S86 sltu t3, t1, a0 /* t3 = (a0 > _etext) */
87 or t1, t2, t3
123 PTR_L t3, ftrace_graph_return
124 bne t1, t3, ftrace_graph_caller
127 PTR_L t3, ftrace_graph_entry
128 bne t1, t3, ftrace_graph_caller
Dcps-vec.S118 li t3, 32
120 sllv t1, t3, t1
145 li t3, 32
147 sllv t1, t3, t1
Dpm-cps.c83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator
286 uasm_i_mfc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
330 uasm_i_mtc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
/linux-4.4.14/arch/alpha/include/asm/
Dword-at-a-time.h41 unsigned long t1, t2, t3; in find_zero()
47 t3 = bits & 0xaa; in find_zero()
50 if (t3) t3 = 1; in find_zero()
51 return t1 + t2 + t3; in find_zero()
/linux-4.4.14/tools/perf/tests/
Dthread-mg-share.c14 struct thread *t1, *t2, *t3; in test__thread_mg_share() local
37 t3 = machine__findnew_thread(machine, 0, 3); in test__thread_mg_share()
43 leader && t1 && t2 && t3 && other); in test__thread_mg_share()
51 TEST_ASSERT_VAL("map groups don't match", mg == t3->mg); in test__thread_mg_share()
69 machine__remove_thread(machine, t3); in test__thread_mg_share()
88 thread__put(t3); in test__thread_mg_share()
/linux-4.4.14/arch/mips/netlogic/common/
Dsmpboot.S112 li t3, CKSEG1ADDR(RESET_DATA_PHYS)
113 ADDIU t1, t3, BOOT_CPU_READY
115 li t3, 1
116 sw t3, 0(t1)
127 nor t3, t2, zero
135 and t2, t1, t3 /* mask out old thread mode */
Dreset.S105 li t3, 0x1000 /* loop count */
125 bne t3, t2, 11b
190 mul t3, t2, t1 /* t3 = node * 0x40000 */
197 add t2, t2, t3 /* t2 <- SYS offset for node */
271 li t3, CKSEG1ADDR(RESET_DATA_PHYS)
272 ADDIU t1, t3, BOOT_CPU_READY
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-memcpy.S107 #undef t3
111 #define t3 $11 macro
195 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
200 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u)
204 EXC( LOAD t3, UNIT(7)(src), l_exc_copy)
209 EXC( STORE t3, UNIT(7)(dst), s_exc_p9u)
214 EXC( LOAD t3, UNIT(-5)(src), l_exc_copy)
218 EXC( STORE t3, UNIT(-5)(dst), s_exc_p5u)
222 EXC( LOAD t3, UNIT(-1)(src), l_exc_copy)
226 EXC( STORE t3, UNIT(-1)(dst), s_exc_p1u)
[all …]
Dcsrc-octeon.c111 u64 t1, t2, t3; in sched_clock() local
126 : [rv] "=&r" (rv), [t1] "=&r" (t1), [t2] "=&r" (t2), [t3] "=&r" (t3) in sched_clock()
/linux-4.4.14/arch/mips/lib/
Dcsum_partial.S27 #undef t3
31 #define t3 $11 macro
180 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4)
191 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
192 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
193 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t3, t4)
194 CSUM_BIGCHUNK(src, 0x60, sum, t0, t1, t3, t4)
206 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
207 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
215 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
[all …]
Dmemcpy.S169 #undef t3
173 #define t3 $11 macro
320 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@)
331 STORE(t3, UNIT(-5)(dst), .Ls_exc_p5u\@)
355 LOAD( t3, UNIT(3)(src), .Ll_exc_copy\@)
362 STORE(t3, UNIT(3)(dst), .Ls_exc_p1u\@)
418 LDFIRST(t3, FIRST(0)(src), .Ll_exc\@)
420 LDREST(t3, REST(0)(src), .Ll_exc_copy\@)
424 STFIRST(t3, FIRST(0)(dst), .Ls_exc\@)
451 LDFIRST(t3, FIRST(3)(src), .Ll_exc_copy\@)
[all …]
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dswab.h26 __u64 t0, t1, t2, t3; in __arch_swab32() local
33 t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */ in __arch_swab32()
34 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */ in __arch_swab32()
Dregdef.h9 #define t3 $4 macro
/linux-4.4.14/arch/sparc/lib/
Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
25 st %t3, [%dst + (offset) + 0x0c]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
47 st %t3, [%dst - (offset) - 0x04];
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
70 st %t3, [%dst - (offset) - 0x14]; \
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
[all …]
Dcopy_user.S67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
75 st %t3, [%dst + (offset) + 0x0c]; \
81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
91 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
97 st %t3, [%dst - (offset) - 0x04];
99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
103 lduh [%src + (offset) + 0x06], %t3; \
107 sth %t3, [%dst + (offset) + 0x06];
Dchecksum_32.S18 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument
25 addxcc t3, sum, sum; \
32 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument
38 addxcc t3, sum, sum;
191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
200 addxcc t3, sum, sum; \
213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
224 st t3, [dst + off + 0x0c]; \
225 addxcc t3, sum, sum; \
236 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
[all …]
Dblockops.S26 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
/linux-4.4.14/arch/mips/dec/
Dint-handler.S253 1: srlv t3,t1,t2
254 2: xor t1,t3
255 and t3,t0,t1
256 beqz t3,3f
258 move t0,t3
262 srlv t3,t1,t2
/linux-4.4.14/scripts/
Dmakelst25 t3=`grep $t2 $2`
26 t4=`field 1 $t3`
Danalyze_suspend.py2357 t3 {color:black;font: 20px Times;white-space:nowrap;}\n\
/linux-4.4.14/arch/parisc/lib/
Dmemcpy.c282 register unsigned long src, dst, t1, t2, t3; in pa_memcpy_internal() local
311 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal()
313 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
397 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal()
398 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
413 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal()
414 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
430 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal()
431 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
/linux-4.4.14/arch/mips/alchemy/common/
Dsleeper.S69 lui t3, 0xb190 /* sys_xxx */
70 sw sp, 0x0018(t3)
72 sw k0, 0x001c(t3)
77 sw zero, 0x0078(t3) /* sys_slppwr */
79 sw zero, 0x007c(t3) /* sys_sleep */
/linux-4.4.14/net/decnet/
Ddn_dev.c91 .t3 = 10,
102 .t3 = 10,
112 .t3 = 120,
123 .t3 = 10,
133 .t3 = 120,
142 .t3 = 10,
197 .data = (void *)DN_DEV_PARMS_OFFSET(t3),
861 msg->timer = cpu_to_le16((unsigned short)dn_db->parms.t3); in dn_send_endnode_hello()
943 *((__le16 *)ptr) = cpu_to_le16((unsigned short)dn_db->parms.t3); in dn_send_router_hello()
1045 if (dn_db->t3 <= dn_db->parms.t2) { in dn_dev_timer_func()
[all …]
/linux-4.4.14/arch/ia64/lib/
Dcopy_page_mck.S77 #define t3 r19 macro
81 #define t7 t3 // alias!
149 (p[D]) st8 [dst1] = t3, 8 // M3
177 (p[D-1])ld8 t3 = [src1], 8
Dcopy_page.S42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
75 (p[0]) ld8 t3[0]=[src1],16
76 (EPI) st8 [tgt1]=t3[PIPE_DEPTH-1],16
Dmemcpy.S33 # define t3 r21 macro
182 alloc t3=ar.pfs,3,Nrot,0,Nrot // resize register frame
195 sub t3=64,t2 // t3 = 64-8*(src & 7)
199 shl t1=t1,t3
Dmemcpy_mck.S45 #define t3 r25 macro
49 #define t7 t3 // alias!
174 EX(.ex_hndlr_s, (p8) ld8 t3=[src1])
181 EX(.ex_handler, (p8) st8 [dst1]=t3) // store byte 3
228 EK(.ex_handler, (p[D]) st8 [dst1] = t3, 8) // M3
256 EK(.ex_handler, (p[C]) ld8 t3 = [src1], 8)
422 EX(.ex_handler_short, (p12) ld1 t3=[src0],2)
431 EX(.ex_handler_short, (p12) st1 [dst0]=t3,2)
474 EK(.ex_handler_short, (p8) ld1 t3=[src0],2)
482 EK(.ex_handler_short, (p8) st1 [dst0] = t3,2)
/linux-4.4.14/arch/mips/include/asm/
Dregdef.h33 #define t3 $11 macro
84 #define t3 $15 macro
/linux-4.4.14/include/uapi/linux/
Dax25.h92 unsigned int t3, t3timer; member
102 unsigned int t3, t3timer; member
Dgsmmux.h15 unsigned int t3; member
/linux-4.4.14/kernel/
Ddelayacct.c86 unsigned long long t2, t3; in __delayacct_add_tsk() local
107 t3 = tsk->se.sum_exec_runtime; in __delayacct_add_tsk()
114 tmp = (s64)d->cpu_run_virtual_total + t3; in __delayacct_add_tsk()
/linux-4.4.14/arch/mips/power/
Dhibernate_asm.S37 PTR_ADDU t3, t1, _PAGE_SIZE
43 bne t1, t3, 1b
/linux-4.4.14/arch/mips/fw/lib/
Dcall_o32.S81 lw t3,(t0)
83 sw t3,(t1)
/linux-4.4.14/include/net/
Ddn_dev.h76 unsigned long t3; /* Default value of t3 */ member
92 unsigned long t3; member
Drose.h138 unsigned long t1, t2, t3, hb, idle; member
Dax25.h238 unsigned long t1, t2, t3, idle, rtt; member
/linux-4.4.14/drivers/input/gameport/
Dgameport.c85 u64 t1, t2, t3; in gameport_measure_speed() local
99 t3 = ktime_get_ns(); in gameport_measure_speed()
102 t = (t2 - t1) - (t3 - t2); in gameport_measure_speed()
118 unsigned int i, t, t1, t2, t3, tx; in old_gameport_measure_speed() local
131 GET_TIME(t3); in old_gameport_measure_speed()
134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
/linux-4.4.14/scripts/coccinelle/null/
Dbadzero.cocci213 @ t3 depends on !patch disable is_zero,isnt_zero @
229 p << t3.p;
235 p << t3.p;
/linux-4.4.14/net/ax25/
Dax25_timer.c69 if (ax25->t3 > 0) in ax25_start_t3timer()
70 mod_timer(&ax25->t3timer, jiffies + ax25->t3); in ax25_start_t3timer()
Daf_ax25.c420 ax25->t3 = ax25_ctl.arg * HZ; in ax25_ctl_ioctl()
454 ax25->t3 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T3]); in ax25_fillin_cb_from_dev()
488 ax25->t3 = msecs_to_jiffies(AX25_DEF_T3); in ax25_fillin_cb()
602 ax25->t3 = opt * HZ; in ax25_setsockopt()
720 val = ax25->t3 / HZ; in ax25_getsockopt()
925 ax25->t3 = oax25->t3; in ax25_make_new()
1773 ax25_info.t3 = ax25->t3 / HZ; in ax25_ioctl()
1901 ax25_display_timer(&ax25->t3timer) / HZ, ax25->t3 / HZ, in ax25_info_show()
/linux-4.4.14/arch/tile/kernel/
Dhvglue_trace.c156 #define __HV_DECL3(t3, a3, ...) t3 a3, __HV_DECL2(__VA_ARGS__) argument
165 #define __HV_PASS3(t3, a3, ...) a3, __HV_PASS2(__VA_ARGS__) argument
/linux-4.4.14/drivers/input/joystick/
Danalog.c394 u64 t1, t2, t3; in analog_calibrate_timer() local
407 t3 = get_time(); in analog_calibrate_timer()
410 port->speed = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
422 t3 = get_time(); in analog_calibrate_timer()
425 t = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
/linux-4.4.14/arch/mips/kvm/
Dlocore.S171 REG_ADDU t3, t1, t2
172 LONG_L k0, (t3)
490 REG_ADDU t3, t1, t2
491 LONG_L k0, (t3)
/linux-4.4.14/lib/
Dcrc32.c61 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \
68 t2[(q >> 16) & 255] ^ t3[(q >> 24) & 255])
77 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local
/linux-4.4.14/net/rose/
Daf_rose.c405 rose->t3 = opt * HZ; in rose_setsockopt()
460 val = rose->t3 / HZ; in rose_getsockopt()
546 rose->t3 = msecs_to_jiffies(sysctl_rose_clear_request_timeout); in rose_create()
591 rose->t3 = orose->t3; in rose_make_new()
1437 rose->t3 / HZ, in rose_info_show()
Drose_timer.c80 rose->timer.expires = jiffies + rose->t3; in rose_start_t3timer()
/linux-4.4.14/drivers/usb/host/
Dehci-hub.c324 u32 t3; in ehci_bus_suspend() local
326 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
327 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend()
328 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
330 port, (t3 & HOSTPC_PHCD) ? in ehci_bus_suspend()
/linux-4.4.14/drivers/media/usb/gspca/
Dt613.c756 static const u8 t3[] = in sd_start() local
802 reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3); in sd_start()
/linux-4.4.14/arch/sparc/mm/
Dtsunami.S86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument
/linux-4.4.14/crypto/
Dcamellia_generic.c832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
839 t3 = krl; \
841 t3 &= rl; \
844 rr ^= rol32(t3, 1); \
/linux-4.4.14/arch/powerpc/boot/
Ddiv64.S81 rlwinm r8,r7,0,32 # t3 = (count < 32) ? 32 : 0
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sdvo_regs.h550 u8 t3; member
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h545 u8 t3; member
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt65 t1 t2 t3
68 t1 t2 t3
99 t1 t2 t3
102 t1 t2 t3
/linux-4.4.14/drivers/video/fbdev/
Dpxafb.c1236 unsigned t1, t2, t3, t4; in setup_smart_timing() local
1240 t3 = mode->op_hold_time; in setup_smart_timing()
1247 LCCR1_HorSnchWdth(__smart_timing(t3, lclk)); in setup_smart_timing()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb.c1488 u32 t0, t1, t2, t3; in sisusb_getbuswidth() local
1515 ret |= READL(ramptr + 12, &t3); in sisusb_getbuswidth()
1521 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) { in sisusb_getbuswidth()
/linux-4.4.14/Documentation/DocBook/media/
Dfieldseq_bt.gif.b64287 xAxEAH7nt37vN3/3t3//N4AHuIAPOH7PAG+3B/GOQnwvOIM3uIPDNwwT7hvzQhczdeIKdX3+80JR
/linux-4.4.14/arch/powerpc/kernel/
Dmisc_32.S617 rlwinm r8,r7,0,32 # t3 = (count < 32) ? 32 : 0
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c20339 const struct chan_info_nphy_2055 **t3) in wlc_phy_chan2freq_nphy() argument
20484 *t3 = &chan_info_nphy_2055[i]; in wlc_phy_chan2freq_nphy()
20502 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_get_chan_freq_range_nphy() local
20507 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3); in wlc_phy_get_chan_freq_range_nphy()
21272 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_chanspec_set_nphy() local
21275 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3)) in wlc_phy_chanspec_set_nphy()
21335 wlc_phy_chanspec_radio2055_setup(pi, t3); in wlc_phy_chanspec_set_nphy()
21338 &(t3->PHY_BW1a)); in wlc_phy_chanspec_set_nphy()
/linux-4.4.14/drivers/tty/
Dn_gsm.c2591 c.t3 = 0; /* Not supported */ in gsmld_ioctl()
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt586 E: MODALIAS=nd:t3