Home | History | Annotate | Download | only in dev

Lines Matching defs:crmfb_softc

131 struct crmfb_softc {
177 static int crmfb_putcmap(struct crmfb_softc *, struct wsdisplay_cmap *);
178 static int crmfb_getcmap(struct crmfb_softc *, struct wsdisplay_cmap *);
179 static void crmfb_set_palette(struct crmfb_softc *,
181 static int crmfb_set_curpos(struct crmfb_softc *, int, int);
182 static int crmfb_gcursor(struct crmfb_softc *, struct wsdisplay_cursor *);
183 static int crmfb_scursor(struct crmfb_softc *, struct wsdisplay_cursor *);
184 static inline void crmfb_write_reg(struct crmfb_softc *, int, uint32_t);
185 static inline uint32_t crmfb_read_reg(struct crmfb_softc *, int);
186 static int crmfb_wait_dma_idle(struct crmfb_softc *);
189 static int crmfb_setup_video(struct crmfb_softc *, int);
190 static void crmfb_setup_palette(struct crmfb_softc *);
192 static void crmfb_fill_rect(struct crmfb_softc *, int, int, int, int, uint32_t);
193 static void crmfb_bitblt(struct crmfb_softc *, int, int, int, int, int, int,
195 static void crmfb_scroll(struct crmfb_softc *, int, int, int, int, int, int);
228 static void crmfb_setup_ddc(struct crmfb_softc *);
232 static int crmfb_set_mode(struct crmfb_softc *, const struct videomode *);
235 CFATTACH_DECL_NEW(crmfb, sizeof(struct crmfb_softc),
248 struct crmfb_softc *sc;
441 struct crmfb_softc *sc;
446 sc = (struct crmfb_softc *)vd->cookie;
571 struct crmfb_softc *sc;
575 sc = (struct crmfb_softc *)vd->cookie;
608 struct crmfb_softc *sc;
611 sc = (struct crmfb_softc *)c;
663 crmfb_putcmap(struct crmfb_softc *sc, struct wsdisplay_cmap *cm)
704 crmfb_getcmap(struct crmfb_softc *sc, struct wsdisplay_cmap *cm)
729 crmfb_set_palette(struct crmfb_softc *sc, int reg, uint8_t r, uint8_t g,
747 crmfb_set_curpos(struct crmfb_softc *sc, int x, int y)
761 crmfb_gcursor(struct crmfb_softc *sc, struct wsdisplay_cursor *cur)
768 crmfb_scursor(struct crmfb_softc *sc, struct wsdisplay_cursor *cur)
835 crmfb_write_reg(struct crmfb_softc *sc, int offset, uint32_t val)
843 crmfb_read_reg(struct crmfb_softc *sc, int offset)
850 crmfb_wait_idle(struct crmfb_softc *sc)
866 crmfb_src_mode(struct crmfb_softc *sc, uint32_t mode)
876 crmfb_dst_mode(struct crmfb_softc *sc, uint32_t mode)
886 crmfb_make_room(struct crmfb_softc *sc, int num)
905 crmfb_wait_dma_idle(struct crmfb_softc *sc)
924 crmfb_setup_video(struct crmfb_softc *sc, int depth)
1174 crmfb_set_mte_direction(struct crmfb_softc *sc, int dir)
1186 crmfb_setup_palette(struct crmfb_softc *sc)
1237 crmfb_fill_rect(struct crmfb_softc *sc, int x, int y, int width, int height,
1257 crmfb_bitblt(struct crmfb_softc *sc, int xs, int ys, int xd, int yd,
1302 crmfb_scroll(struct crmfb_softc *sc, int xs, int ys, int xd, int yd,
1417 struct crmfb_softc *sc = scr->scr_cookie;
1447 struct crmfb_softc *sc = scr->scr_cookie;
1525 struct crmfb_softc *sc = scr->scr_cookie;
1612 crmfb_setup_ddc(struct crmfb_softc *sc)
1640 struct crmfb_softc *sc = cookie;
1655 struct crmfb_softc *sc = cookie;
1742 crmfb_set_mode(struct crmfb_softc *sc, const struct videomode *mode)