Lines Matching refs:bpp_softc
46 struct bpp_softc { struct
64 sizeof(struct bpp_softc), bppmatch, bppattach argument
71 static __inline__ void bpp_outb(struct bpp_softc *, u_int8_t);
72 static __inline__ u_int8_t bpp_inb(struct bpp_softc *);
73 static void bppreset(struct bpp_softc *, int);
74 static void bppresetmode(struct bpp_softc *);
75 static int bpppushbytes(struct bpp_softc *);
97 struct bpp_softc *bpp = (void *)self;
120 struct bpp_softc *bpp; in bppreset()
143 struct bpp_softc *bpp; in bppresetmode()
151 struct bpp_softc *bpp; in bpp_outb()
159 struct bpp_softc *bpp; in bpp_inb()
171 struct bpp_softc *bpp;
198 struct bpp_softc *bpp = bpp_cd.cd_devs[BPPUNIT(dev)];
219 struct bpp_softc *bpp; in bpppushbytes()
271 struct bpp_softc *bpp = bpp_cd.cd_devs[BPPUNIT(dev)];