Searched refs:p_script (Results 1 – 1 of 1) sorted by relevance
1022 u_long p_script; member1140 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))3098 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()3586 np->p_script = rman_get_start(np->sram_res);3686 np->p_script = vtophys(np->script);5228 if (np->p_script < dsp && 5229 dsp <= np->p_script + sizeof(struct script)) {5230 script_ofs = dsp - np->p_script;5706 } else if (dsp > np->p_script &&5707 dsp <= np->p_script + sizeof(struct script)) {[all …]