chipsfb_softc
struct chipsfb_softc *sc = device_private(self);
CFATTACH_DECL_NEW(chipsfb_ofbus, sizeof(struct chipsfb_softc),
chipsfb_probe_vram(struct chipsfb_softc *sc)
static void chipsfb_clearscreen(struct chipsfb_softc *);
chipsfb_write32(struct chipsfb_softc *sc, uint32_t reg, uint32_t val)
chipsfb_read32(struct chipsfb_softc *sc, uint32_t reg)
chipsfb_write_vga(struct chipsfb_softc *sc, uint32_t reg, uint8_t val)
chipsfb_read_vga(struct chipsfb_softc *sc, uint32_t reg)
chipsfb_read_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index)
chipsfb_write_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index,
chipsfb_wait_idle(struct chipsfb_softc *sc)
chipsfb_do_attach(struct chipsfb_softc *sc)
chipsfb_putpalreg(struct chipsfb_softc *sc, uint8_t index, uint8_t r,
chipsfb_putcmap(struct chipsfb_softc *sc, struct wsdisplay_cmap *cm)
chipsfb_getcmap(struct chipsfb_softc *sc, struct wsdisplay_cmap *cm)
chipsfb_clearscreen(struct chipsfb_softc *sc)
struct chipsfb_softc *sc = scr->scr_cookie;
struct chipsfb_softc *sc = scr->scr_cookie;
struct chipsfb_softc *sc = scr->scr_cookie;
struct chipsfb_softc *sc = scr->scr_cookie;
struct chipsfb_softc *sc = scr->scr_cookie;
static void chipsfb_init(struct chipsfb_softc *);
struct chipsfb_softc *sc = cookie;
chipsfb_rectfill(struct chipsfb_softc *sc, int x, int y, int width,
struct chipsfb_softc *sc = scr->scr_cookie;
static int chipsfb_putcmap(struct chipsfb_softc *,
static int chipsfb_getcmap(struct chipsfb_softc *,
static int chipsfb_putpalreg(struct chipsfb_softc *, uint8_t, uint8_t,
struct chipsfb_softc *sc = scr->scr_cookie;
chipsfb_setup_mono(struct chipsfb_softc *sc, int xd, int yd, int width,
static void chipsfb_rectfill(struct chipsfb_softc *, int, int, int, int,
chipsfb_feed(struct chipsfb_softc *sc, int count, uint8_t *data)
static void chipsfb_setup_mono(struct chipsfb_softc *, int, int, int,
chipsfb_showpal(struct chipsfb_softc *sc)
static void chipsfb_feed(struct chipsfb_softc *, int, uint8_t *);
chipsfb_restore_palette(struct chipsfb_softc *sc)
struct chipsfb_softc *sc = vd->cookie;
static void chipsfb_showpal(struct chipsfb_softc *);
static void chipsfb_restore_palette(struct chipsfb_softc *);
static void chipsfb_wait_idle(struct chipsfb_softc *);
struct chipsfb_softc *sc = vd->cookie;
struct chipsfb_softc *sc = cookie;
chipsfb_init(struct chipsfb_softc *sc)
void chipsfb_do_attach(struct chipsfb_softc *sc);
uint32_t chipsfb_probe_vram(struct chipsfb_softc *sc);
struct chipsfb_softc *sc = vd->cookie;
struct chipsfb_softc sc_chips;
struct chipsfb_softc *sc = &scp->sc_chips;