Home | History | Annotate | Download | only in dev

Lines Matching refs:mntva_softc

67 static uint16_t mntva_reg_read(struct mntva_softc *sc, uint32_t reg);
68 static void mntva_reg_write(struct mntva_softc *sc, uint32_t reg, uint32_t val);
70 static bool mntva_mode_set(struct mntva_softc *sc);
77 static void mntva_init_palette(struct mntva_softc *sc);
79 static void mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi,
81 static void mntva_bitblt(struct mntva_softc *sc, int xs, int ys, int xd,
105 CFATTACH_DECL_NEW(mntva, sizeof(struct mntva_softc),
138 struct mntva_softc *sc = device_private(self);
245 mntva_init_palette(struct mntva_softc *sc)
262 struct mntva_softc *sc = cookie;
299 mntva_mode_set(struct mntva_softc *sc)
337 mntva_reg_read(struct mntva_softc *sc, uint32_t reg)
345 mntva_reg_write(struct mntva_softc *sc, uint32_t reg, uint32_t val)
351 mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi, int he,
367 mntva_bitblt(struct mntva_softc *sc, int xs, int ys, int xd, int yd, int wi,
388 struct mntva_softc *sc;
410 struct mntva_softc *sc;
437 struct mntva_softc *sc;
460 struct mntva_softc *sc;
483 struct mntva_softc *sc;
546 struct mntva_softc *sc;
585 struct mntva_softc *sc;