Searched refs:a2 (Results 1 - 25 of 168) sorted by relevance

1234567

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dktrace.h24 extern void _ktrace(char *fmt, unsigned long a1, unsigned long a2);
26 #define ktrace(subsys, fmt, a1, a2) if ((subsys) & ktracectl) _ktrace(fmt, (unsigned long)a1, (unsigned long)a2)
29 #define ktrace(subsys, fmt, a1, a2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dktrace.h24 extern void _ktrace(char *fmt, unsigned long a1, unsigned long a2);
26 #define ktrace(subsys, fmt, a1, a2) if ((subsys) & ktracectl) _ktrace(fmt, (unsigned long)a1, (unsigned long)a2)
29 #define ktrace(subsys, fmt, a1, a2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/lib/
H A Dmemset.S36 * a2: size of area to clear
55 sltiu t0, a2, 8 /* very small region? */
69 daddu a2, t0 /* correct size */
71 1: ori t1, a2, 0x3f /* # of full blocks */
74 andi t0, a2, 0x38
97 andi a2, 7 /* 0 <= n <= 7 to go */
99 beqz a2, 1f
100 daddu a0, a2 /* What's left */
108 move a2, zero
111 beqz a2,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dxor.h12 #define __XOR(a1, a2) a1 ^= a2
16 : "=r" (dst), "=r" (a1), "=r" (a2) \
21 : "=r" (dst), "=r" (a1), "=r" (a2), "=r" (a3), "=r" (a4) \
28 __XOR(a1, b1); __XOR(a2, b2);
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
39 : "0" (dst), "r" (a1), "r" (a2))
44 : "0" (dst), "r" (a1), "r" (a2), "r" (a3), "r" (a4))
51 register unsigned int a2 __asm__("r5");
72 register unsigned int a2 __asm_
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dxor.h12 #define __XOR(a1, a2) a1 ^= a2
16 : "=r" (dst), "=r" (a1), "=r" (a2) \
21 : "=r" (dst), "=r" (a1), "=r" (a2), "=r" (a3), "=r" (a4) \
28 __XOR(a1, b1); __XOR(a2, b2);
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
39 : "0" (dst), "r" (a1), "r" (a2))
44 : "0" (dst), "r" (a1), "r" (a2), "r" (a3), "r" (a4))
51 register unsigned int a2 __asm__("r5");
72 register unsigned int a2 __asm_
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Dmemset.S41 * a2: size of area to clear
57 sltiu t0, a2, 4 /* very small region? */
71 addu a2, t0 /* correct size */
73 1: ori t1, a2, 0x3f /* # of full blocks */
76 andi t0, a2, 0x3c
96 andi a2, 3 /* 0 <= n <= 3 to go */
98 beqz a2, 1f
99 addu a0, a2 /* What's left */
107 move a2, zero
110 beqz a2,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dpg-r4k.S266 lw a2, 4(a1)
270 sw a2, 4(a0)
275 lw a2, 20(a1)
279 sw a2, 20(a0)
286 lw a2, -28(a1)
290 sw a2, -28(a0)
295 lw a2, -12(a1)
299 sw a2, -12(a0)
310 lw a2, 4(a1)
314 sw a2,
[all...]
H A Dpg-andes.S47 LONG_L a2, 1*SZREG8(a1)
51 LONG_S a2, 1*SZREG(a0)
57 LONG_L a2, -3*SZREG(a1)
61 LONG_S a2, -3*SZREG(a0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-irq-glue.S52 mfc0 a2, CP0_CAUSE
53 srl a2, a2, 8
54 andi a2, 0xff
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dtlb-glue-r4k.S29 dmfc0 a2, CP0_BADVADDR
32 sd a2, PT_BVADDR(sp)
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dboot.S27 li a2,KSEG1ADDR(SB_ENUM_BASE)
34 lw t1,CC_CHIPID(a2) # ChipID register
47 lw t3,CC_CLKC_N(a2)
50 sw a3,CC_CLKC_N(a2) # set control N1 to select 6
52 sw t3,CC_WATCHDOG(a2) # set WatchDog Reset
69 sw t2,PMU_REG_CONTROL_ADDR(a2)
70 sw a0,PMU_REG_CONTROL_DATA(a2)
79 sw t2,PMU_REG_CONTROL_ADDR(a2)
80 sw a1,PMU_REG_CONTROL_DATA(a2)
87 sw t2,PMU_REG_CONTROL_ADDR(a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp_mod.h80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a2)
86 #define DPRINT3(f, a1, a2, a3) cmn_err(CE_CONT, f, a1, a2, a3)
91 #define DPRINT2(f, a1, a2) printf(f, a1, a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_mod.h80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a2)
86 #define DPRINT3(f, a1, a2, a3) cmn_err(CE_CONT, f, a1, a2, a3)
91 #define DPRINT2(f, a1, a2) printf(f, a1, a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp_mod.h80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a2)
86 #define DPRINT3(f, a1, a2, a3) cmn_err(CE_CONT, f, a1, a2, a3)
91 #define DPRINT2(f, a1, a2) printf(f, a1, a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_mod.h80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a2)
86 #define DPRINT3(f, a1, a2, a3) cmn_err(CE_CONT, f, a1, a2, a3)
91 #define DPRINT2(f, a1, a2) printf(f, a1, a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp_mod.h80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a2)
86 #define DPRINT3(f, a1, a2, a3) cmn_err(CE_CONT, f, a1, a2, a3)
91 #define DPRINT2(f, a1, a2) printf(f, a1, a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_mod.h80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a2)
86 #define DPRINT3(f, a1, a2, a3) cmn_err(CE_CONT, f, a1, a2, a3)
91 #define DPRINT2(f, a1, a2) printf(f, a1, a2)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/chrp/
H A Dmain.c50 chrpboot(int a1, int a2, void *prom) argument
63 a2 = initrd_size;
71 a2 = 0xdeadbeef;
99 (*(void (*)())sa)(a1, a2, prom, initrd_start, initrd_size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/pmac/
H A Dchrpmain.c44 void boot(int a1, int a2, void *prom) argument
57 a2 = initrd_size;
63 a2 = 0xdeadbeef;
93 (*(void (*)())sa)(a1, a2, prom);
H A Dcoffmain.c50 void boot(int a1, int a2, void *prom) argument
64 a2 = initrd_size;
70 a2 = 0xdeadbeef;
98 (*(void (*)())sa)(a1, a2, prom);
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_dbg.h26 #define ET_LOG(fmt, a1, a2)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dregdef.h23 #define a2 $6 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dregdef.h19 #define a2 $6 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dregdef.h23 #define a2 $6 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dregdef.h19 #define a2 $6 macro

Completed in 207 milliseconds

1234567