Home | History | Annotate | Download | only in dev

Lines Matching refs:ha

135 	struct hpibdev_attach_args *ha = aux;
141 sc->sc_ops = ha->ha_ops;
142 sc->sc_type = ha->ha_type; /* XXX */
143 sc->sc_ba = ha->ha_ba;
144 *(ha->ha_softcpp) = sc; /* XXX */
166 struct hpibbus_attach_args ha;
189 ha.ha_id = id;
190 ha.ha_slave = slave;
191 ha.ha_punit = punit;
192 config_found(sc->sc_dev, &ha, hpibbusprint,
201 struct hpibbus_attach_args *ha = aux;
204 cf->hpibbuscf_slave != ha->ha_slave)
207 cf->hpibbuscf_punit != ha->ha_punit)
216 struct hpibbus_attach_args *ha = aux;
219 if (ha->ha_id == 0 || ha->ha_punit != 0 /* XXX */)
221 printf("HP-IB device (id %04X) at %s", ha->ha_id, pnp);
223 aprint_normal(" slave %d punit %d", ha->ha_slave, ha->ha_punit);