Lines Matching refs:dsp
5825 u32 dsp; in ncr_log_hard_error() local
5832 dsp = INL (nc_dsp); in ncr_log_hard_error()
5834 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error()
5835 script_ofs = dsp - np->p_script; in ncr_log_hard_error()
5840 else if (np->p_scripth < dsp && in ncr_log_hard_error()
5841 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error()
5842 script_ofs = dsp - np->p_scripth; in ncr_log_hard_error()
5847 script_ofs = dsp; in ncr_log_hard_error()
6247 u32 dsp; in ncr_int_ma() local
6258 dsp = INL (nc_dsp); in ncr_int_ma()
6334 if (dsp > np->p_script && in ncr_int_ma()
6335 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma()
6336 vdsp = (u32 *)((char*)np->script0 + (dsp-np->p_script-8)); in ncr_int_ma()
6337 nxtdsp = dsp; in ncr_int_ma()
6339 else if (dsp > np->p_scripth && in ncr_int_ma()
6340 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_int_ma()
6341 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()
6342 nxtdsp = dsp; in ncr_int_ma()
6345 if (dsp == CCB_PHYS (cp, patch[2])) { in ncr_int_ma()
6349 else if (dsp == CCB_PHYS (cp, patch[6])) { in ncr_int_ma()
6362 (unsigned)dsp, in ncr_int_ma()
6501 dsp -= 8; in ncr_int_ma()
6514 np->scripth->nxtdsp_go_on[0] = cpu_to_scr(dsp + 8); in ncr_int_ma()
6515 if (dsp == NCB_SCRIPT_PHYS (np, send_ident)) { in ncr_int_ma()
6519 else if (dsp == NCB_SCRIPTH_PHYS (np, send_wdtr) || in ncr_int_ma()
6520 dsp == NCB_SCRIPTH_PHYS (np, send_sdtr)) { in ncr_int_ma()