Home | History | Annotate | Download | only in bi

Lines Matching defs:ba

127 	struct bi_attach_args *ba = aux;
129 if (bus_space_read_2(ba->ba_iot, ba->ba_ioh, BIREG_DTYPE) != BIDT_KDB50)
133 cf->cf_loc[BICF_NODE] != ba->ba_nodenr)
143 struct bi_attach_args *ba = aux;
152 bi_intr_establish(ba->ba_icookie, ba->ba_ivec,
157 sc->sc_iot = ba->ba_iot;
158 sc->sc_ioh = ba->ba_ioh;
159 sc->sc_dmat = ba->ba_dmat;
202 ma.ma_ivec = ba->ba_ivec;
203 ma.ma_ctlrnr = ba->ba_nodenr;
204 ma.ma_adapnr = ba->ba_busnr;
209 KDB_WL(BIREG_INTRDES, ba->ba_intcpu); /* Interrupt on CPU # */
212 KDB_WL(BIREG_UINTRCSR, ba->ba_ivec);