Home | History | Annotate | Download | only in marvell

Lines Matching defs:mva

90 	struct marvell_attach_args *mva = aux;
92 if (strcmp(mva->mva_name, cf->cf_name) != 0)
94 if (mva->mva_offset == MVA_OFFSET_DEFAULT ||
95 mva->mva_irq == MVA_IRQ_DEFAULT)
98 mva->mva_size = MVSPI_SIZE;
106 struct marvell_attach_args *mva = aux;
114 sc->sc_st = mva->mva_iot;
115 sc->sc_size = mva->mva_size;
117 if (bus_space_subregion(sc->sc_st, mva->mva_ioh, mva->mva_offset,
118 mva->mva_size, &sc->sc_sh)) {