Searched refs:NCB_SCRIPTH_PHYS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/scsi/ |
| D | ncr53c8xx.c | 1748 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) macro 4265 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command() 4278 lastp = NCB_SCRIPTH_PHYS (np, hdata_in2); in ncr_queue_command() 4297 cpu_to_scr(NCB_SCRIPTH_PHYS (np, data_io)); in ncr_queue_command() 5091 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); in ncr_init() 5107 np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,done_queue)); in ncr_init() 5205 OUTL_DSP (NCB_SCRIPTH_PHYS (np, start_ram)); in ncr_init() 5936 OUTL_DSP (NCB_SCRIPTH_PHYS (np, sto_restart)); in ncr_int_sto() 6039 jmp = NCB_SCRIPTH_PHYS (np, par_err_data_in); in ncr_int_par() 6041 jmp = NCB_SCRIPTH_PHYS (np, par_err_other); in ncr_int_par() [all …]
|