Home
last modified time | relevance | path

Searched refs:SCRIPTB_BA (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/sym/
HDsym_hipd.c3241 OUTL (nc_pmjad1, SCRIPTB_BA (np, pm_handle)); in sym_init()
3242 OUTL (nc_pmjad2, SCRIPTB_BA (np, pm_handle)); in sym_init()
3307 phys = SCRIPTB_BA (np, start64); in sym_init()
4011 (!(dsp > SCRIPTB_BA (np, sel_for_abort) && in sym_recover_scsi_int()
4012 dsp < SCRIPTB_BA (np, sel_for_abort_1) + 1)) && in sym_recover_scsi_int()
4176 if (dsp == SCRIPTB_BA (np, pm_handle)) in sym_int_par()
4451 nxtdsp = SCRIPTB_BA (np, wsr_ma_helper); in sym_int_ma()
4521 nxtdsp = SCRIPTB_BA (np, ident_break_atn); in sym_int_ma()
4524 nxtdsp = SCRIPTB_BA (np, ident_break); in sym_int_ma()
4526 else if (dsp == SCRIPTB_BA (np, send_wdtr) || in sym_int_ma()
[all …]
HDsym_fw.h168 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) macro