Home | History | Annotate | Download | only in eisa

Lines Matching defs:ea

80 	struct eisa_attach_args *ea = aux;
81 bus_space_tag_t iot = ea->ea_iot;
85 if (!eisa_compatible_match(ea, compat_data))
88 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
103 struct eisa_attach_args *ea = aux;
105 eisa_chipset_tag_t ec = ea->ea_ec;
107 bus_space_tag_t iot = ea->ea_iot;
122 dce = eisa_compatible_lookup(ea, compat_data);
125 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
138 ahc->parent_dmat = ea->ea_dmat;