Searched refs:R14 (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dptrace-abi.h29 #define R14 8 macro
H A Dcalling.h56 #define R14 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dwm8775.c51 R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R23 = 23, enumerator in enum:__anon12294
108 wm8775_write(sd, R14, 0x1d4);
122 wm8775_write(sd, R14, 0x1d4);
156 wm8775_write(sd, R14, 0x1d4);
248 wm8775_write(sd, R14, 0x1d4);
H A Dupd64083.c48 R10, R11, R12, R13, R14, enumerator in enum:__anon12272
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dsimple_idct_arm.S63 stmfd sp!, {r4-r11, r14} @ R14 is also called LR
65 add r14, r0, #112 @ R14=&block[8*7], better start from the last row, and decrease the value until row=0, i.e. R12=block.
67 @@ add 2 temporary variables in the stack: R0 and R14
75 @@ at this point, R0=block, R14=&block[56], R12=__const_ptr_, R1-R11 free
87 @@ at this point, R0=block, R14=&block[n], R12=__const_ptr_, R1=ROWr32[0], R2=ROWr32[1],
101 @@ R12=__const_ptr_, R14=&block[n]
132 @@ R12=__const_ptr_, R14=&block[n]
140 @@ R12=__const_ptr_, R14=&block[n]
172 @@ R12=__const_ptr_, R14=&block[n]
202 @@ R12=__const_ptr_, R14
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsimple_idct_arm.S52 stmfd sp!, {r4-r11, r14} @ R14 is also called LR
54 add r14, r0, #112 @ R14=&block[8*7], better start from the last row, and decrease the value until row=0, i.e. R12=block.
55 @@ add 2 temporary variables in the stack: R0 and R14
63 @@ at this point, R0=block, R14=&block[56], R12=__const_ptr_, R1-R11 free
75 @@ at this point, R0=block, R14=&block[n], R12=__const_ptr_, R1=ROWr32[0], R2=ROWr32[1],
89 @@ R12=__const_ptr_, R14=&block[n]
120 @@ R12=__const_ptr_, R14=&block[n]
128 @@ R12=__const_ptr_, R14=&block[n]
160 @@ R12=__const_ptr_, R14=&block[n]
190 @@ R12=__const_ptr_, R14
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Duser-offsets.c40 DEFINE_LONGS(HOST_R14, R14);
H A Dsignal.c29 GETREG(regs, R14, sc, r14);
63 err |= GETREG(regs, R14, from, r14);
131 err |= PUTREG(regs, R14, to, r14);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.c898 c->regs[R14]|= DTRREQ;
899 write_zsreg(c, R14, c->regs[R14]);
1005 c->regs[R14]&= ~DTRREQ;
1006 write_zsreg(c, R14, c->regs[R14]);
1094 c->regs[R14]|= DTRREQ;
1095 write_zsreg(c, R14, c->regs[R14]);
1174 c->regs[R14]
[all...]
H A Dz85230.h39 #define R14 14 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c359 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */
455 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */
721 cl(scc,R14,BRENABL); /* disable baudrate generator */
724 or(scc,R14,BRENABL); /* enable baudrate generator */
743 wr(scc, R14, BRSRC); /* BRG source = PCLK */
744 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */
745 OutReg(scc->ctrl, R14, SNRZ
[all...]
H A Dz8530.h20 #define R14 14 macro
H A Ddmascc.c824 write_scc(priv, R14, SSBR | DTRREQ | BRSRC | BRENABL);
826 write_scc(priv, R14, SEARCH | DTRREQ | BRSRC | BRENABL);
829 write_scc(priv, R14, DTRREQ | BRSRC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dzs.h73 #define R14 14 macro
H A Dip22zilog.c203 write_zsreg(channel, R14, regs[R14] & ~BRENAB);
212 /* Now rewrite R14, with BRENAB (if set). */
213 write_zsreg(channel, R14, regs[R14]);
814 up->curregs[R14] = BRENAB;
1148 up->curregs[R14] = BRENAB;
H A Dpmac_zilog.c174 write_zsreg(uap, R14, regs[R14] & ~BRENAB);
183 /* Now rewrite R14, with BRENAB (if set). */
184 write_zsreg(uap, R14, regs[R14]);
889 uap->curregs[R14] = BRENAB;
1055 uap->curregs[R14] = 0; /* BRG off */
1064 uap->curregs[R14] = 0;
1069 uap->curregs[R14] = 0;
1077 uap->curregs[R14]
[all...]
H A Dip22zilog.h52 #define R14 14 macro
H A Dsunzilog.h44 #define R14 14 macro
H A Dsunzilog.c221 write_zsreg(channel, R14, regs[R14] & ~BRENAB);
230 /* Now rewrite R14, with BRENAB (if set). */
231 write_zsreg(channel, R14, regs[R14]);
879 up->curregs[R14] = BRSRC | BRENAB;
1379 up->curregs[R14] = BRSRC | BRENAB;
H A Dpmac_zilog.h151 #define R14 14 macro
H A Dzs.c278 write_zsreg(zport, R14, regs[14] & ~BRENABL);
282 write_zsreg(zport, R14, regs[14]);
416 write_zsreg(zport, R14, zport->regs[14]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dptrace.h160 case R14: val = UPT_R14(regs); break; \
198 case R14: UPT_R14(regs) = __upt_val; break; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dentry_64.S299 CFI_REL_OFFSET r14, R14+\offset
351 movq_cfi r14, R14+16
377 movq_cfi r14, R14+8
683 movq_cfi_restore R14+8, r14
1415 movq_cfi r14, R14+8
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmarkup_oops.pl82 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvmm_ivt.S1112 ld8.fill r11=[r3],PT(R14)-PT(R11)
1115 ld8.fill r14=[r3],PT(R17)-PT(R14)

Completed in 168 milliseconds

12