Lines Matching defs:ipa
76 struct isapnp_attach_args *ipa = aux;
81 if (isapnp_config(ipa->ipa_iot, ipa->ipa_memt, ipa)) {
86 if (ipa->ipa_io[0].length == 8) {
87 if (bus_space_subregion(ipa->ipa_iot, ipa->ipa_io[0].h, 1, 1,
93 ioh = ipa->ipa_io[0].h;
97 sc->sc_iot = ipa->ipa_iot;
102 aprint_normal_dev(self, "%s %s\n", ipa->ipa_devident,
103 ipa->ipa_devclass);