Home | History | Annotate | Download | only in ic

Lines Matching refs:chipsfb_softc

53 static void 	chipsfb_init(struct chipsfb_softc *);
67 static int chipsfb_putcmap(struct chipsfb_softc *,
69 static int chipsfb_getcmap(struct chipsfb_softc *,
71 static int chipsfb_putpalreg(struct chipsfb_softc *, uint8_t, uint8_t,
76 static void chipsfb_rectfill(struct chipsfb_softc *, int, int, int, int,
80 static void chipsfb_setup_mono(struct chipsfb_softc *, int, int, int,
82 static void chipsfb_feed(struct chipsfb_softc *, int, uint8_t *);
85 static void chipsfb_showpal(struct chipsfb_softc *);
87 static void chipsfb_restore_palette(struct chipsfb_softc *);
89 static void chipsfb_wait_idle(struct chipsfb_softc *);
112 static void chipsfb_clearscreen(struct chipsfb_softc *);
132 chipsfb_write32(struct chipsfb_softc *sc, uint32_t reg, uint32_t val)
138 chipsfb_read32(struct chipsfb_softc *sc, uint32_t reg)
144 chipsfb_write_vga(struct chipsfb_softc *sc, uint32_t reg, uint8_t val)
150 chipsfb_read_vga(struct chipsfb_softc *sc, uint32_t reg)
156 chipsfb_read_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index)
164 chipsfb_write_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index,
173 chipsfb_wait_idle(struct chipsfb_softc *sc)
190 chipsfb_do_attach(struct chipsfb_softc *sc)
314 chipsfb_putpalreg(struct chipsfb_softc *sc, uint8_t index, uint8_t r,
332 chipsfb_putcmap(struct chipsfb_softc *sc, struct wsdisplay_cmap *cm)
373 chipsfb_getcmap(struct chipsfb_softc *sc, struct wsdisplay_cmap *cm)
396 chipsfb_clearscreen(struct chipsfb_softc *sc)
410 struct chipsfb_softc *sc = scr->scr_cookie;
451 struct chipsfb_softc *sc = scr->scr_cookie;
470 struct chipsfb_softc *sc = scr->scr_cookie;
489 struct chipsfb_softc *sc = scr->scr_cookie;
507 struct chipsfb_softc *sc = scr->scr_cookie;
531 struct chipsfb_softc *sc = cookie;
569 chipsfb_rectfill(struct chipsfb_softc *sc, int x, int y, int width,
601 struct chipsfb_softc *sc = scr->scr_cookie;
716 struct chipsfb_softc *sc = scr->scr_cookie;
749 chipsfb_setup_mono(struct chipsfb_softc *sc, int xd, int yd, int width,
773 chipsfb_feed(struct chipsfb_softc *sc, int count, uint8_t *data)
805 chipsfb_showpal(struct chipsfb_softc *sc)
826 chipsfb_restore_palette(struct chipsfb_softc *sc)
848 struct chipsfb_softc *sc = vd->cookie;
904 struct chipsfb_softc *sc = vd->cookie;
952 struct chipsfb_softc *sc = cookie;
999 chipsfb_init(struct chipsfb_softc *sc)
1015 chipsfb_probe_vram(struct chipsfb_softc *sc)