Lines Matching defs:gbea
425 struct marvell_attach_args *mva = aux, gbea;
457 memset(&gbea, 0, sizeof(gbea));
466 gbea.mva_name = "mvgbe";
467 gbea.mva_model = mva->mva_model;
468 gbea.mva_iot = csc->sc_iot;
469 gbea.mva_ioh = csc->sc_ioh;
470 gbea.mva_unit = j;
471 gbea.mva_dmat = mva->mva_dmat;
472 gbea.mva_irq = mvgbe_ports[i].irqs[j];
473 child = config_found(csc->sc_dev, &gbea, mvgbec_print,
491 struct marvell_attach_args *gbea = aux;
495 gbea->mva_name, pnp, gbea->mva_unit);
497 if (gbea->mva_unit != MVGBECCF_PORT_DEFAULT)
498 aprint_normal(" port %d", gbea->mva_unit);
499 if (gbea->mva_irq != MVGBECCF_IRQ_DEFAULT)
500 aprint_normal(" irq %d", gbea->mva_irq);
509 struct marvell_attach_args *gbea = aux;
511 if (cf->cf_loc[MVGBECCF_PORT] == gbea->mva_unit &&
513 gbea->mva_irq = cf->cf_loc[MVGBECCF_IRQ];