Home | History | Annotate | Download | only in adm5120

Lines Matching refs:ma

134 	struct mainbus_attach_args ma;
146 ma.ma_dmat = &admc->obio_dmat;
147 ma.ma_obiot = sc->sc_obiot;
148 ma.ma_gpioh = sc->sc_gpioh;
149 ma.ma_gpio = sc->sc_gpio;
150 ma.ma_gpio_offset = -1;
151 ma.ma_gpio_mask = 0x0;
154 ma.ma_name = md->md_name;
155 config_found(self, &ma, mainbus_print,
163 struct mainbus_attach_args *ma = aux;
166 aprint_normal("%s at %s", ma->ma_name, pnp);