Home
last modified time | relevance | path

Searched refs:p_script (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c1660 u_long p_script; /* Actual script and scripth */ member
1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
3590 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()
5659 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error()
5660 script_ofs = dsp - np->p_script; in ncr_log_hard_error()
6159 if (dsp > np->p_script && in ncr_int_ma()
6160 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma()
6161 vdsp = (u32 *)((char*)np->script0 + (dsp-np->p_script-8)); in ncr_int_ma()
8203 np->p_script = (np->paddr2) ? np->paddr2 : vtobus(np->script0);