Home
last modified time | relevance | path

Searched refs:SCRIPTA_BA (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1555 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 …]
Dsym_fw.h152 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) macro
Dsym_glue.c366 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()