Home
last modified time | relevance | path

Searched refs:bpp_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/sbus/
H A Dbpp.c81 struct bpp_softc { struct
99 void bpp_setparams(struct bpp_softc *, struct hwstate *); argument
102 sizeof(struct bpp_softc), bppmatch, bppattach
123 struct bpp_softc *dsc = (void *)self; in bppattach()
208 bpp_setparams(struct bpp_softc *sc, struct hwstate *hw) in bpp_setparams()
232 struct bpp_softc *sc; in bppopen()
259 struct bpp_softc *sc = bpp_cd.cd_devs[BPPUNIT(dev)]; in bppclose()
275 struct bpp_softc *sc = bpp_cd.cd_devs[BPPUNIT(dev)]; in bppwrite()
384 struct bpp_softc *sc = arg; in bppintr()