Home | History | Annotate | Download | only in marvell

Lines Matching defs:mva

117 	struct marvell_attach_args *mva = aux;
119 if (strcmp(mva->mva_name, match->cf_name) != 0)
121 if (mva->mva_offset == MVA_OFFSET_DEFAULT ||
122 mva->mva_irq == MVA_IRQ_DEFAULT)
125 mva->mva_size = MVSOCTMR_SIZE;
134 struct marvell_attach_args *mva = aux;
144 sc->sc_iot = mva->mva_iot;
145 if (bus_space_subregion(mva->mva_iot, mva->mva_ioh,
146 mva->mva_offset, mva->mva_size, &sc->sc_ioh))
148 sc->sc_irq = mva->mva_irq;
150 switch (mva->mva_model) {