Home | History | Annotate | Download | only in pci

Lines Matching defs:wi

113 static void	tdvfb_rectfill(struct tdvfb_softc *sc, int x, int y, int wi, 
116 int yd, int wi, int he);
851 tdvfb_rectfill(struct tdvfb_softc *sc, int x, int y, int wi, int he,
860 tdvfb_cvg_write(sc, TDV_OFF_BLTSIZE, wi | (he << 16));
868 tdvfb_bitblt(struct tdvfb_softc *sc, int xs, int ys, int xd, int yd, int wi,
878 tdvfb_cvg_write(sc, TDV_OFF_BLTSIZE, wi | (he << 16));
891 int x, ys, yd, wi, he;
901 wi = ri->ri_emuwidth;
903 tdvfb_bitblt(sc, x, ys, x, yd, wi, he);
914 int x, y, wi, he, fg, bg, ul;
928 wi = ri->ri_emuwidth;
930 tdvfb_rectfill(sc, x, y, wi, he, ri->ri_devcmap[bg]);