Home | History | Annotate | Download | only in mpc85xx

Lines Matching refs:ma

125 	struct mainbus_attach_args *ma = aux;
131 aprint_normal("%s at %s", ma->ma_name, pnp);
132 if (ma->ma_node != MAINBUSCF_NODE_DEFAULT)
133 aprint_normal(" node %d", ma->ma_node);
147 struct mainbus_attach_args ma;
153 ma.ma_name = "cpunode";
154 ma.ma_node = 0;
155 ma.ma_memt = curcpu()->ci_softc->cpu_bst;
156 ma.ma_le_memt = curcpu()->ci_softc->cpu_le_bst;
157 ma.ma_dmat = &booke_bus_dma_tag;
159 config_found(self, &ma, mainbus_print, CFARGS_NONE);