Lines Matching refs:ma
78 register struct mca_attach_args *ma = aux;
82 mca_devinfo(ma->ma_id, devinfo, sizeof(devinfo));
83 aprint_normal("%s slot %d: %s", pnp, ma->ma_slot + 1, devinfo);
90 switch(ma->ma_id) {
135 struct mca_attach_args ma;
139 ma.ma_iot = iot;
140 ma.ma_memt = memt;
141 ma.ma_dmat = dmat;
142 ma.ma_mc = mc;
143 ma.ma_slot = slot;
146 ma.ma_pos[reg]=mca_conf_read(mc, slot, reg);
148 ma.ma_id = ma.ma_pos[0] + (ma.ma_pos[1] << 8);
149 if (ma.ma_id == 0xffff) /* no adapter here */
154 if (ma.ma_pos[2] & MCA_POS2_ENABLE
155 || mca_match_disabled(ma.ma_id))
156 config_found(self, &ma, mca_print,
160 mca_print(&ma, device_xname(self));