Home | History | Annotate | Download | only in dev

Lines Matching defs:ea

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