Home | History | Annotate | Download | only in nubus

Lines Matching defs:na

234 	struct nubus_attach_args *na;
236 na = aux;
237 if ((na->category == NUBUS_CATEGORY_COMMUNICATIONS) &&
238 (na->type == NUBUS_TYPE_CENTRONICS) &&
239 (na->drsw == NUBUS_DRSW_CPI) &&
240 (na->drhw == NUBUS_DRHW_CPI))
250 struct nubus_attach_args *na;
256 na = aux;
257 sc->sc_bst = na->na_tag;
258 memcpy(&sc->sc_slot, na->fmt, sizeof(nubus_slot));
259 sc->sc_basepa = (bus_addr_t)NUBUS_SLOT2PA(na->slot);
309 add_nubus_intr(na->slot, cpi_nubus_intr, sc);