Searched refs:NCB_SCRIPTH_PHYS (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 1762 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) macro 4301 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command() 4314 lastp = NCB_SCRIPTH_PHYS (np, hdata_in2); in ncr_queue_command() 4333 cpu_to_scr(NCB_SCRIPTH_PHYS (np, data_io)); in ncr_queue_command() 4679 cpu_to_scr(NCB_SCRIPTH_PHYS (np, cancel)); 4684 cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); 5240 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); in ncr_init() 5256 np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,done_queue)); in ncr_init() 5354 OUTL_DSP (NCB_SCRIPTH_PHYS (np, start_ram)); in ncr_init() 6110 OUTL_DSP (NCB_SCRIPTH_PHYS (np, sto_restart)); in ncr_int_sto() [all …]
|