Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dncr53c8xx.c1664 u_long p_scripth; /* bus addresses. */ member
1750 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3621 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()
5831 else if (np->p_scripth < dsp && in ncr_log_hard_error()
5832 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error()
5833 script_ofs = dsp - np->p_scripth; in ncr_log_hard_error()
6330 else if (dsp > np->p_scripth && in ncr_int_ma()
6331 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_int_ma()
6332 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()
8407 np->p_scripth = vtobus(np->scripth);