Searched refs:NCB_SCRIPTH_PHYS (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ncr53c8xx.c | 1180 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) macro 3764 cpu_to_scr(NCB_SCRIPTH_PHYS (np, bad_target)); 4488 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); 4501 lastp = NCB_SCRIPTH_PHYS (np, hdata_in2); 4520 cpu_to_scr(NCB_SCRIPTH_PHYS (np, data_io)); 4877 cpu_to_scr(NCB_SCRIPTH_PHYS (np, cancel)); 4882 cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); 5475 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); 5489 np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,done_queue)); 5602 OUTL_DSP (NCB_SCRIPTH_PHYS (np, start_ram)); [all …]
|
D | sym53c8xx.c | 2272 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) macro 5701 np->idletask.restart = cpu_to_scr(NCB_SCRIPTH_PHYS (np, bad_i_t_l)); 5705 np->notask.restart = cpu_to_scr(NCB_SCRIPTH_PHYS (np, bad_i_t_l)); 5709 np->bad_i_t_l.restart = cpu_to_scr(NCB_SCRIPTH_PHYS (np, bad_i_t_l)); 5713 np->bad_i_t_l_q.restart = cpu_to_scr(NCB_SCRIPTH_PHYS (np,bad_i_t_l_q)); 5724 np->resel_badlun = cpu_to_scr(NCB_SCRIPTH_PHYS(np, resel_bad_lun)); 5788 cpu_to_scr(NCB_SCRIPTH_PHYS (np, tweak_pmj)); 5791 cpu_to_scr(NCB_SCRIPTH_PHYS (np, tweak_pmj)); 6790 lastp = goalp = NCB_SCRIPTH_PHYS (np, no_data); 6803 cpu_to_scr(NCB_SCRIPTH_PHYS (np, data_io)); [all …]
|