Searched refs:SCRIPTA_BA (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1568 cpu_to_scr(SCRIPTA_BA(np, resel_tag)); 1577 cpu_to_scr(SCRIPTA_BA(np, resel_no_tag)); 1914 phys = SCRIPTA_BA(np, init); 2197 if ((!(dsp > SCRIPTA_BA(np, getjob_begin) && 2198 dsp < SCRIPTA_BA(np, getjob_end) + 1)) && 2199 (!(dsp > SCRIPTA_BA(np, ungetjob) && 2200 dsp < SCRIPTA_BA(np, reselect) + 1)) && 2203 (!(dsp > SCRIPTA_BA(np, done) && 2204 dsp < SCRIPTA_BA(np, done_end) + 1))) { 2215 OUTL_DSP(np, SCRIPTA_BA(np, complete_error)); [all …]
|
D | sym_fw.h | 165 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) macro
|
D | sym_glue.c | 386 goalp = SCRIPTA_BA(np, data_out2) + 8; in sym_setup_data_and_start() 391 goalp = SCRIPTA_BA(np, data_in2) + 8; in sym_setup_data_and_start()
|