Lines Matching defs:dsp
5788 ** "ncr0 targ 0?: ERROR (ds:si) (so-si-sd) (sxfer/scntl3) @ name (dsp:dbc)."
5805 ** dsp: script address (relative to start of script).
5816 u32 dsp;
5823 dsp = INL (nc_dsp);
5825 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) {
5826 script_ofs = dsp - np->p_script;
5831 else if (np->p_scripth < dsp &&
5832 dsp <= np->p_scripth + sizeof(struct scripth)) {
5833 script_ofs = dsp - np->p_scripth;
5838 script_ofs = dsp;
6238 u32 dsp;
6249 dsp = INL (nc_dsp);
6325 if (dsp > np->p_script &&
6326 dsp <= np->p_script + sizeof(struct script)) {
6327 vdsp = (u32 *)((char*)np->script0 + (dsp-np->p_script-8));
6328 nxtdsp = dsp;
6330 else if (dsp > np->p_scripth &&
6331 dsp <= np->p_scripth + sizeof(struct scripth)) {
6332 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8));
6333 nxtdsp = dsp;
6336 if (dsp == CCB_PHYS (cp, patch[2])) {
6340 else if (dsp == CCB_PHYS (cp, patch[6])) {
6353 (unsigned)dsp,
6492 dsp -= 8;
6505 np->scripth->nxtdsp_go_on[0] = cpu_to_scr(dsp + 8);
6506 if (dsp == NCB_SCRIPT_PHYS (np, send_ident)) {
6510 else if (dsp == NCB_SCRIPTH_PHYS (np, send_wdtr) ||
6511 dsp == NCB_SCRIPTH_PHYS (np, send_sdtr)) {