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

/freebsd-9.3-release/sys/pci/
H A Dncr.c1022 u_long p_script; member in struct:ncb
1140 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
3098 new = (old & ~RELOC_MASK) + np->p_script;
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;
5707 } else if (dsp > np->p_script &&
5708 dsp <= np->p_script
[all...]

Completed in 106 milliseconds