Searched refs:p_script (Results 1 – 1 of 1) sorted by relevance
1661 u_long p_script; /* Actual script and scripth */ member1747 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))3591 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()5660 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error()5661 script_ofs = dsp - np->p_script; in ncr_log_hard_error()6160 if (dsp > np->p_script && in ncr_int_ma()6161 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma()6162 vdsp = (u32 *)((char*)np->script0 + (dsp-np->p_script-8)); in ncr_int_ma()8199 np->p_script = (np->paddr2) ? np->paddr2 : vtobus(np->script0);