Home | History | Annotate | Download | only in marvell

Lines Matching defs:mva

112 	struct marvell_attach_args *mva = aux;
114 if (strcmp(mva->mva_name, match->cf_name) != 0)
116 if (mva->mva_offset == MVA_OFFSET_DEFAULT ||
117 mva->mva_irq == MVA_IRQ_DEFAULT)
120 mva->mva_size = GTTWSI_SIZE;
128 struct marvell_attach_args *mva = args;
131 if (bus_space_subregion(mva->mva_iot, mva->mva_ioh, mva->mva_offset,
132 mva->mva_size, &ioh)) {
137 gttwsi_attach_subr(self, mva->mva_iot, ioh, marvell_twsi_regmap);
139 marvell_intr_establish(mva->mva_irq, IPL_BIO, gttwsi_intr,