Home | History | Annotate | Download | only in common

Lines Matching refs:hs

51 	struct hpib_softc *hs = &hpib_softc[unit];
52 struct nhpibdevice *hd = (void *)hs->sc_addr;
55 hs->sc_type = HPIBA;
56 hs->sc_ba = HPIBA_BA;
59 hs->sc_type = HPIBB;
60 hs->sc_ba = hd->hpib_csa & CSA_BA;
71 struct hpib_softc *hs = &hpib_softc[unit];
74 hd = (void *)hs->sc_addr;
76 hd->hpib_ar = hs->sc_ba;
101 struct hpib_softc *hs = &hpib_softc[unit];
105 hd = (void *)hs->sc_addr;
109 hd->hpib_data = C_TAG + hs->sc_ba;
137 struct hpib_softc *hs = &hpib_softc[unit];
141 hd = (void *)hs->sc_addr;
145 hd->hpib_data = C_LAG + hs->sc_ba;
171 struct hpib_softc *hs = &hpib_softc[unit];
175 hd = (void *)hs->sc_addr;