Searched refs:omapfb_rectfill (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/ti/
H A Domap3_dss.c127 static void omapfb_rectfill(struct omapfb_softc *, int, int, int, int,
462 omapfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height,
484 omapfb_rectfill(sc, 100, 100, 100, 100, 0xe000);
485 omapfb_rectfill(sc, 100, 200, 100, 100, 0x01f8);
486 omapfb_rectfill(sc, 200, 100, 100, 100, 0x01f8);
487 omapfb_rectfill(sc, 200, 200, 100, 100, 0xe000);
811 omapfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 0);
868 omapfb_rectfill(struct omapfb_softc *sc, int x, int y, int wi, int he, function
1026 omapfb_rectfill(sc,
1071 omapfb_rectfill(s
[all...]

Completed in 141 milliseconds