Home
last modified time | relevance | path

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

/trueos/sys/pci/
HDncr.c1023 u_long p_scripth; member
1141 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3101 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()
3687 np->p_scripth = vtophys(np->scripth);
5235 else if (np->p_scripth < dsp &&
5236 dsp <= np->p_scripth + sizeof(struct scripth)) {
5237 script_ofs = dsp - np->p_scripth;
5713 vdsp_off = dsp - np->p_scripth - 8;