Home | History | Annotate | Download | only in vr

Lines Matching refs:haa

198 	struct hpcio_attach_args haa;
267 haa.haa_busname = HPCIO_BUSNAME;
268 haa.haa_sc = sc;
269 haa.haa_getchip = vrgiu_getchip;
270 haa.haa_iot = sc->sc_iot;
271 while (config_found(self, &haa, vrgiu_print,
287 struct hpcio_attach_args haa;
289 haa.haa_busname = "vrisab";
290 haa.haa_sc = sc;
291 haa.haa_getchip = vrgiu_getchip;
292 haa.haa_iot = sc->sc_iot;
293 config_found(self, &haa, vrgiu_print,