Lines Matching refs:ma
139 struct mca_attach_args *ma = aux; in com_mca_probe() local
141 if (com_mca_lookup(ma->ma_id)) in com_mca_probe()
153 struct mca_attach_args *ma = aux; in com_mca_attach() local
158 cpp = com_mca_lookup(ma->ma_id); in com_mca_attach()
161 if ((*cpp->cp_getcfg)(ma, &iobase, &irq)) in com_mca_attach()
164 if (bus_space_map(ma->ma_iot, iobase, COM_NPORTS, 0, &ioh)) { in com_mca_attach()
169 com_init_regs(&sc->sc_regs, ma->ma_iot, ioh, iobase); in com_mca_attach()
172 aprint_normal(" slot %d i/o %#x-%#x irq %d", ma->ma_slot + 1, in com_mca_attach()
179 isc->sc_ih = mca_intr_establish(ma->ma_mc, irq, IPL_SERIAL, in com_mca_attach()
217 ibm_modem_getcfg(struct mca_attach_args *ma, int *iobasep, int *irqp) in ibm_modem_getcfg() argument
222 pos2 = mca_conf_read(ma->ma_mc, ma->ma_slot, 2); in ibm_modem_getcfg()
243 neocom1_getcfg(struct mca_attach_args *ma, int *iobasep, int *irqp) in neocom1_getcfg() argument
248 pos2 = mca_conf_read(ma->ma_mc, ma->ma_slot, 2); in neocom1_getcfg()
249 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3); in neocom1_getcfg()
250 pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4); in neocom1_getcfg()
280 ibm_mpcom_getcfg(struct mca_attach_args *ma, int *iobasep, int *irqp) in ibm_mpcom_getcfg() argument
284 pos2 = mca_conf_read(ma->ma_mc, ma->ma_slot, 2); in ibm_mpcom_getcfg()