Searched refs:nxtdsp (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 2371 u32 nxtdsp; local 2462 nxtdsp = 0; 2466 nxtdsp = dsp; 2471 nxtdsp = dsp; 2479 cp, (unsigned)dsp, (unsigned)nxtdsp, vdsp, cmd); 2553 nxtdsp = scr_to_cpu(cp->phys.pm0.ret); 2555 nxtdsp = scr_to_cpu(cp->phys.pm1.ret); 2579 pm->ret = cpu_to_scr(nxtdsp); 2587 nxtdsp = SCRIPTA_BA (np, dispatch); 2615 nxtdsp = SCRIPTB_BA (np, wsr_ma_helper); [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | ncr53c8xx.c | 6615 u_int32 nxtdsp; local 6699 nxtdsp = 0; 6703 nxtdsp = dsp; 6708 nxtdsp = dsp; 6713 nxtdsp = scr_to_cpu(vdsp[3]); 6717 nxtdsp = scr_to_cpu(vdsp[3]); 6729 (unsigned)nxtdsp, vdsp, cmd); 6823 newcmd[3] = cpu_to_scr(nxtdsp); 6871 nxtdsp = 0; 6875 nxtdsp = NCB_SCRIPT_PHYS (np, dispatch); [all …]
|
D | sym53c8xx.c | 9303 u_int32 nxtdsp; local 9407 nxtdsp = 0; 9411 nxtdsp = dsp; 9416 nxtdsp = dsp; 9424 cp, (unsigned)dsp, (unsigned)nxtdsp, vdsp, cmd); 9503 nxtdsp = scr_to_cpu(cp->phys.pm0.ret); 9505 nxtdsp = scr_to_cpu(cp->phys.pm1.ret); 9530 pm->ret = cpu_to_scr(nxtdsp); 9538 nxtdsp = NCB_SCRIPT_PHYS (np, dispatch); 9573 nxtdsp = NCB_SCRIPTH_PHYS (np, wsr_ma_helper); [all …]
|