Searched refs:R9 (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dptrace-abi.h14 #define R9 64 macro
H A Dcalling.h15 #define R9 64 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dptrace_user.h36 #define PT_SYSCALL_ARG6(regs) (((unsigned long *) (regs))[PT_INDEX(R9)])
37 #define PT_SYSCALL_ARG6_OFFSET (R9)
67 #define REGS_SYSCALL_ARG6 PT_INDEX(R9)
H A Dptrace.h185 case R9: val = UPT_R9(regs); break; \
223 case R9: UPT_R9(regs) = __upt_val; break; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S118 ldr r9, [r12, #offW3] @ R9=W3
132 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
140 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
168 @@ R5=b2, R6=ROWr16[0], R7=b3, R8 (free), R9 (free), R10 (free), R11 (free),
177 ldr r9, [r12, #offW4] @ R9=W4
198 @@ R5=b2, R6=a0, R7=b3, R8=W2, R9=W4, R10=W6, R11 (free),
209 @@ R9 is free now
210 ldrsh r9, [r14, #12] @ R9=ROWr16[6]
230 @@ R5=b2, R6=a0, R7=b3, R8 (free), R9 (free), R10 (free), R11 (free),
241 add r9, r2, r1 @ R9
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dwm8739.c52 R5 = 5, R6, R7, R8, R9, R15 = 15, enumerator in enum:__anon5079
203 wm8739_write(client, R9, 0x000); /* de-activate */
217 wm8739_write(client, R9, 0x001); /* activate */
307 wm8739_write(client, R9, 0x001); /* activate */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunzilog.c218 * master interrupt control (R9). We make sure this is setup
1301 write_zsreg(channel, R9, FHWRES);
1314 up->curregs[R9] = NV;
1319 up->curregs[R9] |= MIE;
1320 write_zsreg(channel, R9, up->curregs[R9]);
1330 up->curregs[R9] = NV;
1345 up->curregs[R9] |= MIE;
1346 write_zsreg(channel, R9, up->curregs[R9]);
[all...]
H A Dip22zilog.c203 * master interrupt control (R9). We make sure this is setup
1158 write_zsreg(channel, R9, FHWRES);
1169 up->curregs[R9] = NV | MIE;
1179 write_zsreg(channel, R9, up->curregs[R9]);
H A Dip22zilog.h47 #define R9 9 macro
147 #define NORESET 0 /* No reset on write to R9 */
H A Dsunzilog.h39 #define R9 9 macro
149 #define NORESET 0 /* No reset on write to R9 */
H A Dpmac_zilog.h132 #define R9 9 macro
237 #define NORESET 0 /* No reset on write to R9 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Daes-x86_64-asm.S49 #define R9 %r9 define
136 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
138 #define return epilogue(R8,R2,R9,R7,R5,R6,R3,R4,R11)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb_stub.c141 R8, R9, R10, R11, R12, R13, R14, R15, enumerator in enum:regs
498 gdb_regs[R9] = regs->regs[R9];
527 regs->regs[R9] = gdb_regs[R9];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsignal.c31 GETREG(regs, R9, sc, r9);
63 err |= GETREG(regs, R9, from, r9);
115 err |= PUTREG(regs, R9, to, r9);
H A Duser-offsets.c65 DEFINE_LONGS(HOST_R9, R9);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S205 ;; R9 is a parameter:
250 move.d $r9, $r1 ; Preserve R9.
265 move.d $r9, $r1 ; Preserve R9.
305 ;; restore R9 here to contain the wanted syscall, and the other
345 ;; See copy_thread for the reason why register R9 is saved.
347 movem $r9, [$sp] ; Save non-scratch registers and R9.
359 movem [$sp+], $r9 ; Restore non-scratch registers and R9.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dentry.S93 #define R9(reg) @(0x28,reg) define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h15 #define R9 9 macro
111 #define NORESET 0 /* No reset on write to R9 */
H A Ddmascc.c295 write_scc(&info->priv[0], R9, FHWRES);
493 write_scc(priv, R9, FHWRES | MIE | NV);
613 write_scc(&info->priv[0], R9, FHWRES);
760 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV);
882 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV);
H A Dscc.c804 wr(scc,R9,VIS); /* vector includes status */
879 or(scc,R9,MIE); /* master interrupt enable */
1495 OutReg(scc->ctrl,R9,FHWRES); /* force hardware reset */
1498 wr(scc, R9, VIS); /* vector includes status */
1756 OutReg(hwcfg.ctrl_a, R9, FHWRES);
2142 OutReg(ctrl,R9,FHWRES); /* force hardware reset */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.S59 #define R9 %i4 define
245 LOAD X(9),R9
259 add T1,R9,T1 !=
457 !pre-LOADed X(9),R9
470 add T1,R9,T1
727 !pre-LOADed X(9),R9
739 add T1,R9,T1
978 !pre-LOADed X(9),R9
996 add T1,R9,T1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/asm/
H A Dmd5-sparcv9.S59 #define R9 %i4 define
245 LOAD X(9),R9
259 add T1,R9,T1 !=
457 !pre-LOADed X(9),R9
470 add T1,R9,T1
727 !pre-LOADed X(9),R9
739 add T1,R9,T1
978 !pre-LOADed X(9),R9
996 add T1,R9,T1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dminstate.h79 adds r17=PT(R9),r1; /* initialize second base pointer */ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h34 #define R9 9 macro
132 #define NORESET 0 /* No reset on write to R9 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h183 #define R9 9 macro
285 #define NORESET 0 /* No reset on write to R9 */

Completed in 223 milliseconds

12