Home
last modified time | relevance | path

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

/drivers/scsi/
Dncr53c8xx.c1662 u_long p_scripth; /* bus addresses. */ member
1748 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3594 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()
5666 else if (np->p_scripth < dsp && in ncr_log_hard_error()
5667 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error()
5668 script_ofs = dsp - np->p_scripth; in ncr_log_hard_error()
6165 else if (dsp > np->p_scripth && in ncr_int_ma()
6166 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_int_ma()
6167 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()
8198 np->p_scripth = vtobus(np->scripth);