HomeSort by: relevance | last modified time | path
    Searched refs:mntva_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
mntva.c 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
    [all...]
mntvavar.h 42 struct mntva_softc struct

Completed in 31 milliseconds