Searched refs:p_scripth (Results 1 – 1 of 1) sorted by relevance
1676 u_long p_scripth; /* bus addresses. */ member1762 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))3633 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()5840 else if (np->p_scripth < dsp && in ncr_log_hard_error()5841 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error()5842 script_ofs = dsp - np->p_scripth; in ncr_log_hard_error()6339 else if (dsp > np->p_scripth && in ncr_int_ma()6340 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_int_ma()6341 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()8418 np->p_scripth = vtobus(np->scripth);