omapfb_rectfill
omapfb_rectfill(sc,
omapfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
omapfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
static void omapfb_rectfill(struct omapfb_softc *, int, int, int, int,
omapfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height,
omapfb_rectfill(sc, 100, 100, 100, 100, 0xe000);
omapfb_rectfill(sc, 100, 200, 100, 100, 0x01f8);
omapfb_rectfill(sc, 200, 100, 100, 100, 0x01f8);
omapfb_rectfill(sc, 200, 200, 100, 100, 0xe000);
omapfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 0);