Lines Matching refs:hs
50 struct hpib_softc *hs = &hpib_softc[unit]; in fhpibinit() local
51 struct fhpibdevice *hd = (void *)hs->sc_addr; in fhpibinit()
55 hs->sc_type = HPIBC; in fhpibinit()
56 hs->sc_ba = HPIBC_BA; in fhpibinit()
64 struct hpib_softc *hs = &hpib_softc[unit]; in fhpibreset() local
67 hd = (void *)hs->sc_addr; in fhpibreset()
85 struct hpib_softc *hs = &hpib_softc[unit]; in fhpibsend() local
89 hd = (void *)hs->sc_addr; in fhpibsend()
95 hd->hpib_data = C_TAG + hs->sc_ba; in fhpibsend()
125 struct hpib_softc *hs = &hpib_softc[unit]; in fhpibrecv() local
129 hd = (void *)hs->sc_addr; in fhpibrecv()
135 hd->hpib_data = C_LAG + hs->sc_ba; in fhpibrecv()
161 struct hpib_softc *hs = &hpib_softc[unit]; in fhpibppoll() local
165 hd = (void *)hs->sc_addr; in fhpibppoll()