Home
last modified time | relevance | path

Searched refs:ba_ivec (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/bi/
H A Dbi.c98 aprint_normal(" vec %o", ba->ba_ivec & 511); in bi_print()
144 ba.ba_ivec = sc->sc_lastiv + 64 + 4 * nodenr; /* all on spl5 */ in bi_attach()
H A Dkdb.c152 bi_intr_establish(ba->ba_icookie, ba->ba_ivec, in kdbattach()
202 ma.ma_ivec = ba->ba_ivec; in kdbattach()
212 KDB_WL(BIREG_UINTRCSR, ba->ba_ivec); in kdbattach()
H A Dbivar.h59 int ba_ivec; /* Interrupt vector to use */ member
H A Dif_ni.c246 bi_intr_establish(ba->ba_icookie, ba->ba_ivec, in niattach()
260 nipqb->np_veclvl = (ba->ba_ivec << 2) + 2; in niattach()