Searched refs:NCB_SCRIPTH_PHYS (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.c | 1747 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) macro 4264 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command() 4277 lastp = NCB_SCRIPTH_PHYS (np, hdata_in2); in ncr_queue_command() 4296 cpu_to_scr(NCB_SCRIPTH_PHYS (np, data_io)); in ncr_queue_command() 5090 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); in ncr_init() 5106 np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,done_queue)); in ncr_init() 5204 OUTL_DSP (NCB_SCRIPTH_PHYS (np, start_ram)); in ncr_init() 5935 OUTL_DSP (NCB_SCRIPTH_PHYS (np, sto_restart)); in ncr_int_sto() 6038 jmp = NCB_SCRIPTH_PHYS (np, par_err_data_in); in ncr_int_par() 6040 jmp = NCB_SCRIPTH_PHYS (np, par_err_other); in ncr_int_par() [all …]
|