Searched refs:t1 (Results 1 - 25 of 218) sorted by relevance

123456789

/asus-wl-520gu-7.0.1.45/src/router/LPRng/TESTSUPPORT/
H A Drouter.sh7 dest t1
9 dest t1
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dbyteorder.h24 __u64 t0, t1, t2, t3; local
28 __asm__("inswl %1, 3, %0" /* t1 : 000000CCDD000000 */
29 : "=r"(t1) : "r"(x));
31 t1 |= t0; /* t1 : 000000CCDDAABBCC */
32 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */
33 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */
35 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
37 return t1;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dbyteorder.h24 __u64 t0, t1, t2, t3; local
28 __asm__("inswl %1, 3, %0" /* t1 : 000000CCDD000000 */
29 : "=r"(t1) : "r"(x));
31 t1 |= t0; /* t1 : 000000CCDDAABBCC */
32 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */
33 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */
35 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
37 return t1;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/sibyte/
H A Dboard.h40 #define setleds(t0,t1,c0,c1,c2,c3) \
42 li t1, c0; \
43 sb t1, 0x18(t0); \
44 li t1, c1; \
45 sb t1, 0x10(t0); \
46 li t1, c2; \
47 sb t1, 0x08(t0); \
48 li t1, c3; \
49 sb t1, 0x00(t0)
51 #define setleds(t0,t1,c
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sibyte/
H A Dboard.h40 #define setleds(t0,t1,c0,c1,c2,c3) \
42 li t1, c0; \
43 sb t1, 0x18(t0); \
44 li t1, c1; \
45 sb t1, 0x10(t0); \
46 li t1, c2; \
47 sb t1, 0x08(t0); \
48 li t1, c3; \
49 sb t1, 0x00(t0)
51 #define setleds(t0,t1,c
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/sibyte/
H A Dboard.h40 #define setleds(t0,t1,c0,c1,c2,c3) \
42 li t1, c0; \
43 sb t1, 0x18(t0); \
44 li t1, c1; \
45 sb t1, 0x10(t0); \
46 li t1, c2; \
47 sb t1, 0x08(t0); \
48 li t1, c3; \
49 sb t1, 0x00(t0)
51 #define setleds(t0,t1,c
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sibyte/
H A Dboard.h40 #define setleds(t0,t1,c0,c1,c2,c3) \
42 li t1, c0; \
43 sb t1, 0x18(t0); \
44 li t1, c1; \
45 sb t1, 0x10(t0); \
46 li t1, c2; \
47 sb t1, 0x08(t0); \
48 li t1, c3; \
49 sb t1, 0x00(t0)
51 #define setleds(t0,t1,c
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/sibyte/
H A Dboard.h40 #define setleds(t0,t1,c0,c1,c2,c3) \
42 li t1, c0; \
43 sb t1, 0x18(t0); \
44 li t1, c1; \
45 sb t1, 0x10(t0); \
46 li t1, c2; \
47 sb t1, 0x08(t0); \
48 li t1, c3; \
49 sb t1, 0x00(t0)
51 #define setleds(t0,t1,c
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/sibyte/
H A Dboard.h40 #define setleds(t0,t1,c0,c1,c2,c3) \
42 li t1, c0; \
43 sb t1, 0x18(t0); \
44 li t1, c1; \
45 sb t1, 0x10(t0); \
46 li t1, c2; \
47 sb t1, 0x08(t0); \
48 li t1, c3; \
49 sb t1, 0x00(t0)
51 #define setleds(t0,t1,c
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dint-handler.S58 mfc0 t1, CP0_STATUS
60 and t0, t0, t1
62 andi t1, t0, CAUSEF_IP7 # timer interrupt
63 beqz t1, 1f
70 andi t1, t0, 0x7800 # check for IP3-6
71 beqz t1, 2f
73 andi t1, t0, CAUSEF_IP3 # check for IP3
74 bnez t1, handle_it
77 andi t1, t0, CAUSEF_IP4 # check for IP4
78 bnez t1, handle_i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/gt64120/momenco_ocelot/
H A Dint-handler.S33 andi t1, t0, STATUSF_IP2 /* int0 hardware line */
34 bnez t1, ll_pri_enet_irq
35 andi t1, t0, STATUSF_IP3 /* int1 hardware line */
36 bnez t1, ll_sec_enet_irq
37 andi t1, t0, STATUSF_IP4 /* int2 hardware line */
38 bnez t1, ll_uart1_irq
39 andi t1, t0, STATUSF_IP5 /* int3 hardware line */
40 bnez t1, ll_cpci_irq
41 andi t1, t0, STATUSF_IP6 /* int4 hardware line */
42 bnez t1, ll_galileo_ir
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_g/
H A Dint-handler.S35 andi t1, t0, STATUSF_IP2 /* int0 hardware line */
36 bnez t1, ll_pri_enet_irq
37 andi t1, t0, STATUSF_IP3 /* int1 hardware line */
38 bnez t1, ll_sec_enet_irq
39 andi t1, t0, STATUSF_IP4 /* int2 hardware line */
40 bnez t1, ll_uart_irq
41 andi t1, t0, STATUSF_IP5 /* int3 hardware line */
42 bnez t1, ll_cpci_irq
43 andi t1, t0, STATUSF_IP6 /* int4 hardware line */
44 bnez t1, ll_galileo_p0_ir
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_l1cache.S208 * t0,t1,t2,t3
227 ld t1,0(t0) /* get SYSTEM_REVISION */
229 dsrl t1,t1,S_SYS_PART
230 andi t1,t1,(M_SYS_PART >> S_SYS_PART)
232 beq t1,0x1250,sb1250_l1cache_check_rev /* Go if real 1250 */
233 beq t1,0x1150,sb1250_l1cache_check_rev /* or 1250 in uni-cpu mode */
245 ld t1,0(t0) /* get the SYSTEM_REVISION again */
246 dsrl t1,t
[all...]
H A Dsb1250_l2cache.S150 * t0,t1,t2
168 or t1,t2,M_SR_KX
169 mtc0 t1,C0_SR
183 li t1,16
185 li t1,L2C_ENTRIES_PER_WAY*L2C_NUM_WAYS
198 subu t1,4
199 bne t1,0,1b
221 ld t1,0(t0) /* get SYSTEM_REVISION */
223 dsrl t1,t1,S_SYS_PAR
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sni/
H A Dint-handler.S37 mfc0 t1, CP0_CAUSE
38 and t0, t1
40 andi t1, t0, 0x4a00 # hardware interrupt 1
41 bnez t1, _hwint134
42 andi t1, t0, 0x1000 # hardware interrupt 2
43 bnez t1, _hwint2
44 andi t1, t0, 0x8000 # hardware interrupt 5
45 bnez t1, _hwint5
46 andi t1, t0, 0x0400 # hardware interrupt 0
47 bnez t1, _hwint
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/sb1250/
H A Dirq_handler.S65 mfc0 t1, CP0_COUNT
66 mtc0 t1, CP0_COMPARE /* pause to clear IP[7] bit of cause ? */
73 andi t1, s0, CAUSEF_IP7
74 beqz t1, 0f
75 srl t1, s0, (CAUSEB_BD-2) /* Shift BD bit to bit 2 */
76 and t1, t1, 0x4 /* mask to get just BD bit */
79 addu a0, a0, t1 /* a0 = EPC + (BD ? 4 : 0) */
90 andi t1, s0, CAUSEF_IP4
91 beqz t1,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dr4k_switch.S50 mfc0 t1, CP0_STATUS
51 sw t1, THREAD_STATUS(a0)
59 li t1, PF_USEDFPU
60 and t2, t0, t1
62 nor t1, zero, t1
67 and t0, t0, t1
74 li t1, ~ST0_CU1
75 and t0, t0, t1
90 la t1, kernels
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dip32-irq-glue.S31 andi t1, s0, IE_IRQ0
32 bnez t1, handle_irq0
33 andi t1, s0, IE_IRQ1
34 bnez t1, handle_irq1
35 andi t1, s0, IE_IRQ2
36 bnez t1, handle_irq2
37 andi t1, s0, IE_IRQ3
38 bnez t1, handle_irq3
39 andi t1, s0, IE_IRQ4
40 bnez t1, handle_irq
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5476/
H A Dint-handler.S36 andi t1, t0, STATUSF_IP7 /* cpu timer */
37 bnez t1, ll_cpu_ip7
38 andi t1, t0, STATUSF_IP2 /* vrc5476 & i8259 */
39 bnez t1, ll_cpu_ip2
40 andi t1, t0, STATUSF_IP3
41 bnez t1, ll_cpu_ip3
42 andi t1, t0, STATUSF_IP4
43 bnez t1, ll_cpu_ip4
44 andi t1, t0, STATUSF_IP5
45 bnez t1, ll_cpu_ip
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_c/
H A Dint-handler.S37 andi t1, t0, STATUSF_IP0 /* sw0 software interrupt */
38 bnez t1, ll_sw0_irq
39 andi t1, t0, STATUSF_IP1 /* sw1 software interrupt */
40 bnez t1, ll_sw1_irq
41 andi t1, t0, STATUSF_IP2 /* int0 hardware line */
42 bnez t1, ll_scsi_irq
43 andi t1, t0, STATUSF_IP3 /* int1 hardware line */
44 bnez t1, ll_uart_decode_irq
45 andi t1, t0, STATUSF_IP4 /* int2 hardware line */
46 bnez t1, ll_pmc_ir
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-calibr.h35 extern unsigned int ftape_timediff(unsigned int t0, unsigned int t1);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_l1cache.S44 * t0,t1,t2
62 li t1,64
63 sll t1,t2
78 multu t1,t2
79 mflo t1
96 multu t1,t2
105 li t1,K0BASE
107 cache Index_Store_Tag_I,0(t1)
108 add t1,t2
124 li t1,6
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/common/
H A Dint_handler.S48 andi t1, t0, STATUSF_IP3
49 bnez t1, ll_cpu_ip3
50 andi t1, t0, STATUSF_IP2
51 bnez t1, ll_cpu_ip2
52 andi t1, t0, STATUSF_IP7 /* cpu timer */
53 bnez t1, ll_cputimer_irq
54 andi t1, t0, STATUSF_IP4
55 bnez t1, ll_cpu_ip4
56 andi t1, t0, STATUSF_IP5
57 bnez t1, ll_cpu_ip
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_init.S97 lw t1,(SBCONFIGOFF + SBIDHIGH)(a2)
98 and t1,t1,SBIDH_CC_MASK
99 srl t1,t1,SBIDH_CC_SHIFT
100 bne t1,SB_CC,_move_ahead
104 lw t1,CC_CHIPID(a2) # ChipID register
106 and t2,t1,t2
111 and t2,t1,t2
117 lw t1,CC_CLKC_
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstrlen_user.S49 lda t1, -1(zero)
50 insqh t1, a0, t1
52 or t1, t0, t0
54 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
57 bne t1, $found
67 cmpbge zero, t0, t1
68 beq t1, $loop
70 $found: negq t1, t
[all...]

Completed in 335 milliseconds

123456789