Symbol: scr_to_cpu
drivers/scsi/ncr53c8xx.c
5687
scr_to_cpu((int) *(ncrcmd *)(script_base + script_ofs)));
drivers/scsi/ncr53c8xx.c
6172
nxtdsp = scr_to_cpu(vdsp[3]);
drivers/scsi/ncr53c8xx.c
6176
nxtdsp = scr_to_cpu(vdsp[3]);
drivers/scsi/ncr53c8xx.c
6208
oadr = scr_to_cpu(vdsp[1]);
drivers/scsi/ncr53c8xx.c
6212
olen = scr_to_cpu(tblp[0]);
drivers/scsi/ncr53c8xx.c
6213
oadr = scr_to_cpu(tblp[1]);
drivers/scsi/ncr53c8xx.c
6216
olen = scr_to_cpu(vdsp[0]) & 0xffffff;
drivers/scsi/ncr53c8xx.c
6221
(unsigned) (scr_to_cpu(vdsp[0]) >> 24),
drivers/scsi/ncr53c8xx.c
6231
if (cmd != (scr_to_cpu(vdsp[0]) >> 24)) {
drivers/scsi/ncr53c8xx.c
6233
">> 24)\n", cmd, scr_to_cpu(vdsp[0]) >> 24);
drivers/scsi/ncr53c8xx.c
6268
if (newtmp == scr_to_cpu(cp->phys.header.savep)) {
drivers/scsi/ncr53c8xx.c
6285
(unsigned)scr_to_cpu(newcmd[0]),
drivers/scsi/ncr53c8xx.c
6286
(unsigned)scr_to_cpu(newcmd[1]),
drivers/scsi/ncr53c8xx.c
6287
(unsigned)scr_to_cpu(newcmd[2]),
drivers/scsi/ncr53c8xx.c
6288
(unsigned)scr_to_cpu(newcmd[3]));
drivers/scsi/ncr53c8xx.c
6551
OUTL_DSP (scr_to_cpu(tp->lp[0]->jump_ccb[0]));
drivers/scsi/ncr53c8xx.c
6904
(unsigned)scr_to_cpu(np->lastmsg), np->msgout[0]);
drivers/scsi/ncr53c8xx.c
6950
(unsigned) scr_to_cpu(np->header.savep),
drivers/scsi/ncr53c8xx.c
6951
(unsigned) scr_to_cpu(np->header.goalp));
drivers/scsi/ncr53c8xx.c
7575
host_rd = scr_to_cpu(np->ncr_cache);
drivers/scsi/sym53c8xx_2/sym_hipd.c
1055
host_rd = scr_to_cpu(np->scratch);
drivers/scsi/sym53c8xx_2/sym_hipd.c
1160
scr_to_cpu((int) *(u32 *)(script_base + script_ofs)));
drivers/scsi/sym53c8xx_2/sym_hipd.c
1592
dsa = scr_to_cpu(np->dqueue[i]);
drivers/scsi/sym53c8xx_2/sym_hipd.c
1908
phys = scr_to_cpu(np->scr_ram_seg);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2518
oadr = scr_to_cpu(vdsp[1]);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2522
olen = scr_to_cpu(tblp[0]);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2523
oadr = scr_to_cpu(tblp[1]);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2526
olen = scr_to_cpu(vdsp[0]) & 0xffffff;
drivers/scsi/sym53c8xx_2/sym_hipd.c
2531
(unsigned) (scr_to_cpu(vdsp[0]) >> 24),
drivers/scsi/sym53c8xx_2/sym_hipd.c
2542
if (((cmd & 2) ? cmd : (cmd & ~4)) != (scr_to_cpu(vdsp[0]) >> 24)) {
drivers/scsi/sym53c8xx_2/sym_hipd.c
2545
cmd, scr_to_cpu(vdsp[0]) >> 24);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2574
nxtdsp = scr_to_cpu(cp->phys.pm0.ret);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2576
nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2618
tmp = scr_to_cpu(pm->sg.addr);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2621
tmp = scr_to_cpu(pm->sg.size);
drivers/scsi/sym53c8xx_2/sym_hipd.c
2642
(unsigned)scr_to_cpu(pm->sg.addr),
drivers/scsi/sym53c8xx_2/sym_hipd.c
2643
(unsigned)scr_to_cpu(pm->sg.size),
drivers/scsi/sym53c8xx_2/sym_hipd.c
2644
(unsigned)scr_to_cpu(pm->ret));
drivers/scsi/sym53c8xx_2/sym_hipd.c
2981
cp = sym_ccb_from_dsa(np, scr_to_cpu(np->squeue[i]));
drivers/scsi/sym53c8xx_2/sym_hipd.c
3648
dp_scr = scr_to_cpu(pm->ret);
drivers/scsi/sym53c8xx_2/sym_hipd.c
3649
dp_ofs -= scr_to_cpu(pm->sg.size) & 0x00ffffff;
drivers/scsi/sym53c8xx_2/sym_hipd.c
3666
tmp = scr_to_cpu(cp->goalp);
drivers/scsi/sym53c8xx_2/sym_hipd.c
3688
tmp = scr_to_cpu(cp->phys.data[dp_sg].size);
drivers/scsi/sym53c8xx_2/sym_hipd.c
3699
tmp = scr_to_cpu(cp->phys.data[dp_sg].size);
drivers/scsi/sym53c8xx_2/sym_hipd.c
3814
tmp = scr_to_cpu(cp->phys.data[dp_sg-1].addr);
drivers/scsi/sym53c8xx_2/sym_hipd.c
3815
tmp += scr_to_cpu(cp->phys.data[dp_sg-1].size) + dp_ofs;
drivers/scsi/sym53c8xx_2/sym_hipd.c
3877
sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
drivers/scsi/sym53c8xx_2/sym_hipd.c
3895
u_int tmp = scr_to_cpu(cp->phys.data[dp_sg].size);
drivers/scsi/sym53c8xx_2/sym_hipd.c
4596
scr_to_cpu(np->lastmsg), np->msgout[0]);
drivers/scsi/sym53c8xx_2/sym_hipd.h
672
scr_to_cpu((np->features & FE_LDSTR) ? \