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