Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dncr53c8xx.c1661 u_long p_scripth; /* bus addresses. */ member
1747 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3593 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()
5665 else if (np->p_scripth < dsp && in ncr_log_hard_error()
5666 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error()
5667 script_ofs = dsp - np->p_scripth; in ncr_log_hard_error()
6164 else if (dsp > np->p_scripth && in ncr_int_ma()
6165 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_int_ma()
6166 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()
8202 np->p_scripth = vtobus(np->scripth);