Home | History | Annotate | Download | only in dev

Lines Matching refs:oaa

328 	struct opb_attach_args *oaa = aux;
331 if (strcmp(oaa->opb_name, cf->cf_name) == 0)
340 struct opb_attach_args *oaa = aux;
349 bus_space_map(oaa->opb_bt, oaa->opb_addr, EMAC_NREG, 0, &sc->sc_sh);
352 sc->sc_instance = oaa->opb_instance;
353 sc->sc_st = oaa->opb_bt;
354 sc->sc_dmat = oaa->opb_dmat;
374 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_ZMII)
379 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_RGMII)
469 if (oaa->opb_flags & OPB_FLAGS_EMAC_GBE) {
477 if (oaa->opb_flags & OPB_FLAGS_EMAC_STACV2) {
506 oaa->opb_irq, IST_LEVEL, IPL_NET, emac_intr, sc,
510 if (oaa->opb_flags & OPB_FLAGS_EMAC_HT256)