Lines Matching defs:ea
73 struct ebus_attach_args *ea = aux;
77 if (strcmp(ea->ea_name, com_names[i]) == 0)
80 if (strcmp(ea->ea_name, "serial") == 0) {
84 compat = prom_getpropstring(ea->ea_node, "compatible");
101 struct ebus_attach_args *ea = aux;
117 iot = ea->ea_bustag;
118 iobase = EBUS_ADDR_FROM_REG(&ea->ea_reg[0]);
132 if (ea->ea_nvaddr)
133 sparc_promaddr_to_handle(iot, ea->ea_vaddr[0],
136 ea->ea_reg[0].size, 0, &ioh) != 0) {
145 for (i = 0; i < ea->ea_nintr; i++)
146 bus_intr_establish(ea->ea_bustag, ea->ea_intr[i],
163 com_is_input = (ea->ea_node == node);
167 node = OF_parent(OF_parent(ea->ea_node));
172 com_is_output = (ea->ea_node == node);
176 node = OF_parent(OF_parent(ea->ea_node));
184 if (strcmp(ea->ea_name, "rsc-console") == 0)
217 if (OF_getprop(ea->ea_node, "compatible", buf, sizeof(buf)) > 0 &&
236 if (prom_getproplen(ea->ea_node, kma.kmta_name) == 0) {
242 if (prom_getproplen(ea->ea_node, kma.kmta_name) == 0) {