Symbol: R14
arch/um/os-Linux/skas/process.c
61
R(R14);
arch/x86/kvm/kvm_cache_regs.h
43
BUILD_KVM_GPR_ACCESSORS(r14, R14)
arch/x86/um/os-Linux/mcontext.c
32
COPY(R12); COPY(R13); COPY(R14); COPY(R15);
arch/x86/um/os-Linux/mcontext.c
72
COPY(R12); COPY(R13); COPY(R14); COPY(R15);
arch/x86/um/ptrace_64.c
142
case R14:
arch/x86/um/ptrace_64.c
32
[R14 >> 3] = HOST_R14,
arch/x86/um/ptrace_64.c
64
case R14:
arch/x86/um/signal.c
142
PUTREG(R14, r14);
arch/x86/um/signal.c
72
GETREG(R14, r14);
arch/x86/um/user-offsets.c
54
DEFINE_LONGS(HOST_R14, R14);
drivers/media/i2c/wm8775.c
250
wm8775_write(sd, R14, 0x1d4);
drivers/media/i2c/wm8775.c
97
wm8775_write(sd, R14, vol_l | 0x100); /* 0x100= Left channel ADC zero cross enable */
drivers/net/hamradio/scc.c
361
OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */
drivers/net/hamradio/scc.c
457
OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */
drivers/net/hamradio/scc.c
723
cl(scc,R14,BRENABL); /* disable baudrate generator */
drivers/net/hamradio/scc.c
726
or(scc,R14,BRENABL); /* enable baudrate generator */
drivers/net/hamradio/scc.c
745
wr(scc, R14, BRSRC); /* BRG source = PCLK */
drivers/net/hamradio/scc.c
746
OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */
drivers/net/hamradio/scc.c
747
OutReg(scc->ctrl, R14, SNRZI|scc->wreg[R14]); /* DPLL NRZI mode */
drivers/net/hamradio/scc.c
810
wr(scc,R14, 0);
drivers/net/hamradio/scc.c
853
OutReg(scc->ctrl, R14, DISDPLL);
drivers/tty/serial/ip22zilog.c
1054
up->curregs[R14] = BRENAB;
drivers/tty/serial/ip22zilog.c
199
write_zsreg(channel, R14, regs[R14] & ~BRENAB);
drivers/tty/serial/ip22zilog.c
209
write_zsreg(channel, R14, regs[R14]);
drivers/tty/serial/ip22zilog.c
804
up->curregs[R14] = BRENAB;
drivers/tty/serial/pmac_zilog.c
149
write_zsreg(uap, R14, regs[R14] & ~BRENAB);
drivers/tty/serial/pmac_zilog.c
159
write_zsreg(uap, R14, regs[R14]);
drivers/tty/serial/pmac_zilog.c
830
uap->curregs[R14] = BRENAB;
drivers/tty/serial/pmac_zilog.c
967
uap->curregs[R14] = 0; /* BRG off */
drivers/tty/serial/pmac_zilog.c
976
uap->curregs[R14] = 0;
drivers/tty/serial/pmac_zilog.c
981
uap->curregs[R14] = 0;
drivers/tty/serial/pmac_zilog.c
989
uap->curregs[R14] = BRENAB;
drivers/tty/serial/sunzilog.c
1373
up->curregs[R14] = BRSRC | BRENAB;
drivers/tty/serial/sunzilog.c
219
write_zsreg(channel, R14, regs[R14] & ~BRENAB);
drivers/tty/serial/sunzilog.c
229
write_zsreg(channel, R14, regs[R14]);
drivers/tty/serial/sunzilog.c
874
up->curregs[R14] = BRSRC | BRENAB;
drivers/tty/serial/zs.c
276
write_zsreg(zport, R14, regs[14] & ~BRENABL);
drivers/tty/serial/zs.c
280
write_zsreg(zport, R14, regs[14]);
drivers/tty/serial/zs.c
414
write_zsreg(zport, R14, zport->regs[14]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
57
fail = (ucp->uc_mcontext.gp_regs[R14 + i] != gprs[i]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
61
R14 + i, ucp->uc_mcontext.gp_regs[R14 + i], gprs[i]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
67
fail = (tm_ucp->uc_mcontext.gp_regs[R14 + i] != gprs[NV_GPR_REGS + i]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
71
R14 + i, tm_ucp->uc_mcontext.gp_regs[R14 + i], gprs[NV_GPR_REGS + i]);