Searched refs:NCB_SCRIPTH_PHYS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | ncr53c8xx.c | 1750 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) macro 4292 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command() 4305 lastp = NCB_SCRIPTH_PHYS (np, hdata_in2); in ncr_queue_command() 4324 cpu_to_scr(NCB_SCRIPTH_PHYS (np, data_io)); in ncr_queue_command() 4670 cpu_to_scr(NCB_SCRIPTH_PHYS (np, cancel)); 4675 cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); 5231 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); in ncr_init() 5247 np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,done_queue)); in ncr_init() 5345 OUTL_DSP (NCB_SCRIPTH_PHYS (np, start_ram)); in ncr_init() 6101 OUTL_DSP (NCB_SCRIPTH_PHYS (np, sto_restart)); in ncr_int_sto() [all …]
|