Searched refs:SCRIPTA_BA (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1555 cpu_to_scr(SCRIPTA_BA(np, resel_tag)); 1564 cpu_to_scr(SCRIPTA_BA(np, resel_no_tag)); 1901 phys = SCRIPTA_BA(np, init); 2184 if ((!(dsp > SCRIPTA_BA(np, getjob_begin) && 2185 dsp < SCRIPTA_BA(np, getjob_end) + 1)) && 2186 (!(dsp > SCRIPTA_BA(np, ungetjob) && 2187 dsp < SCRIPTA_BA(np, reselect) + 1)) && 2190 (!(dsp > SCRIPTA_BA(np, done) && 2191 dsp < SCRIPTA_BA(np, done_end) + 1))) { 2202 OUTL_DSP(np, SCRIPTA_BA(np, complete_error)); [all …]
|
D | sym_fw.h | 152 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) macro
|
D | sym_glue.c | 366 goalp = SCRIPTA_BA(np, data_out2) + 8; in sym_setup_data_and_start() 371 goalp = SCRIPTA_BA(np, data_in2) + 8; in sym_setup_data_and_start()
|