mntva_softc
CFATTACH_DECL_NEW(mntva, sizeof(struct mntva_softc),
struct mntva_softc *sc = device_private(self);
mntva_init_palette(struct mntva_softc *sc)
struct mntva_softc *sc = cookie;
mntva_mode_set(struct mntva_softc *sc)
mntva_reg_read(struct mntva_softc *sc, uint32_t reg)
mntva_reg_write(struct mntva_softc *sc, uint32_t reg, uint32_t val)
mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi, int he,
mntva_bitblt(struct mntva_softc *sc, int xs, int ys, int xd, int yd, int wi,
struct mntva_softc *sc;
struct mntva_softc *sc;
struct mntva_softc *sc;
struct mntva_softc *sc;
struct mntva_softc *sc;
struct mntva_softc *sc;
struct mntva_softc *sc;
static uint16_t mntva_reg_read(struct mntva_softc *sc, uint32_t reg);
static void mntva_reg_write(struct mntva_softc *sc, uint32_t reg, uint32_t val);
static bool mntva_mode_set(struct mntva_softc *sc);
static void mntva_init_palette(struct mntva_softc *sc);
static void mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi,
static void mntva_bitblt(struct mntva_softc *sc, int xs, int ys, int xd,