Lines Matching refs:ea
65 struct ebus_attach_args *ea = aux; in com_ebus_match() local
69 if (strcmp(ea->ea_name, "su") != 0) in com_ebus_match()
73 if (bus_space_map(ea->ea_bustag, EBUS_ADDR_FROM_REG(&ea->ea_reg[0]), in com_ebus_match()
74 ea->ea_reg[0].size, 0, &ioh) == 0) in com_ebus_match()
76 match = comprobe1(ea->ea_bustag, ioh); in com_ebus_match()
77 bus_space_unmap(ea->ea_bustag, ioh, ea->ea_reg[0].size); in com_ebus_match()
88 struct ebus_attach_args *ea = aux; in com_ebus_attach() local
94 iot = ea->ea_bustag; in com_ebus_attach()
95 iobase = EBUS_ADDR_FROM_REG(&ea->ea_reg[0]); in com_ebus_attach()
104 if (prom_instance_to_package(prom_stdin()) == ea->ea_node) in com_ebus_attach()
109 && bus_space_map(iot, iobase, ea->ea_reg[0].size, in com_ebus_attach()
120 if (ea->ea_nintr != 0) in com_ebus_attach()
121 (void)bus_intr_establish(iot, ea->ea_intr[0], IPL_SERIAL, in com_ebus_attach()