Lines Matching defs:mva
1039 struct marvell_attach_args mva;
1092 mva.mva_name = mvsoc_periphs[i].name;
1093 mva.mva_model = model;
1094 mva.mva_revision = rev;
1095 mva.mva_iot = sc->sc_iot;
1096 mva.mva_ioh = sc->sc_ioh;
1097 mva.mva_unit = mvsoc_periphs[i].unit;
1098 mva.mva_addr = sc->sc_addr;
1099 mva.mva_offset = mvsoc_periphs[i].offset;
1100 mva.mva_size = 0;
1101 mva.mva_dmat = sc->sc_dmat;
1102 mva.mva_irq = mvsoc_periphs[i].irq;
1103 mva.mva_tags = tags;
1106 if (mvsoc_clkgating != NULL && mvsoc_clkgating(&mva)) {
1112 config_found(sc->sc_dev, &mva, mvsoc_print,
1120 struct marvell_attach_args *mva = aux;
1124 mva->mva_name, pnp, mva->mva_unit);
1126 if (mva->mva_unit != MVA_UNIT_DEFAULT)
1127 aprint_normal(" unit %d", mva->mva_unit);
1128 if (mva->mva_offset != MVA_OFFSET_DEFAULT) {
1129 aprint_normal(" offset 0x%04lx", mva->mva_offset);
1130 if (mva->mva_size > 0)
1132 mva->mva_offset + mva->mva_size - 1);
1134 if (mva->mva_irq != MVA_IRQ_DEFAULT)
1135 aprint_normal(" irq %d", mva->mva_irq);