Lines Matching defs:haa
276 struct hpcio_attach_args *haa = aux;
277 bus_space_tag_t iot = haa->haa_iot;
300 struct hpcio_attach_args *haa = aux;
309 if ((com_hpcio_cniot == haa->haa_iot ||
310 com_hpcio_cniot->bs_base == haa->haa_iot) &&
314 if (com_hpcio_cniot->bs_base == haa->haa_iot)
317 com_hpcio_common_probe(haa->haa_iot, addr, &alignment);
321 com_hpcio_iot_init(iot, haa->haa_iot);
323 iot = haa->haa_iot;
338 hsc->hsc_hc = (*haa->haa_getchip)(haa->haa_sc, loc[HPCIOIFCF_IOCHIP]);