Lines Matching defs:p_scripth
1664 u_long p_scripth; /* bus addresses. */
1750 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3621 new = (old & ~RELOC_MASK) + np->p_scripth;
5831 else if (np->p_scripth < dsp &&
5832 dsp <= np->p_scripth + sizeof(struct scripth)) {
5833 script_ofs = dsp - np->p_scripth;
6330 else if (dsp > np->p_scripth &&
6331 dsp <= np->p_scripth + sizeof(struct scripth)) {
6332 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8));
8407 np->p_scripth = vtobus(np->scripth);