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

/linux-4.1.27/drivers/scsi/
H A Dncr53c8xx.c1676 u_long p_scripth; /* bus addresses. */ member in struct:ncb
1762 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3633 new = (old & ~RELOC_MASK) + np->p_scripth; ncr_script_copy_and_bind()
5840 else if (np->p_scripth < dsp && ncr_log_hard_error()
5841 dsp <= np->p_scripth + sizeof(struct scripth)) { ncr_log_hard_error()
5842 script_ofs = dsp - np->p_scripth; ncr_log_hard_error()
6339 else if (dsp > np->p_scripth && ncr_int_ma()
6340 dsp <= np->p_scripth + sizeof(struct scripth)) { ncr_int_ma()
6341 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); ncr_int_ma()
8418 np->p_scripth = vtobus(np->scripth); ncr_attach()

Completed in 91 milliseconds