Symbol: chipsfb_softc
sys/arch/shark/ofw/chipsfb_ofbus.c
168
struct chipsfb_softc *sc = device_private(self);
sys/arch/shark/ofw/chipsfb_ofbus.c
72
CFATTACH_DECL_NEW(chipsfb_ofbus, sizeof(struct chipsfb_softc),
sys/dev/ic/ct65550.c
1015
chipsfb_probe_vram(struct chipsfb_softc *sc)
sys/dev/ic/ct65550.c
112
static void chipsfb_clearscreen(struct chipsfb_softc *);
sys/dev/ic/ct65550.c
132
chipsfb_write32(struct chipsfb_softc *sc, uint32_t reg, uint32_t val)
sys/dev/ic/ct65550.c
138
chipsfb_read32(struct chipsfb_softc *sc, uint32_t reg)
sys/dev/ic/ct65550.c
144
chipsfb_write_vga(struct chipsfb_softc *sc, uint32_t reg, uint8_t val)
sys/dev/ic/ct65550.c
150
chipsfb_read_vga(struct chipsfb_softc *sc, uint32_t reg)
sys/dev/ic/ct65550.c
156
chipsfb_read_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index)
sys/dev/ic/ct65550.c
164
chipsfb_write_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index,
sys/dev/ic/ct65550.c
173
chipsfb_wait_idle(struct chipsfb_softc *sc)
sys/dev/ic/ct65550.c
190
chipsfb_do_attach(struct chipsfb_softc *sc)
sys/dev/ic/ct65550.c
314
chipsfb_putpalreg(struct chipsfb_softc *sc, uint8_t index, uint8_t r,
sys/dev/ic/ct65550.c
332
chipsfb_putcmap(struct chipsfb_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/ic/ct65550.c
373
chipsfb_getcmap(struct chipsfb_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/ic/ct65550.c
396
chipsfb_clearscreen(struct chipsfb_softc *sc)
sys/dev/ic/ct65550.c
410
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
451
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
470
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
489
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
507
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
53
static void chipsfb_init(struct chipsfb_softc *);
sys/dev/ic/ct65550.c
531
struct chipsfb_softc *sc = cookie;
sys/dev/ic/ct65550.c
569
chipsfb_rectfill(struct chipsfb_softc *sc, int x, int y, int width,
sys/dev/ic/ct65550.c
601
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
67
static int chipsfb_putcmap(struct chipsfb_softc *,
sys/dev/ic/ct65550.c
69
static int chipsfb_getcmap(struct chipsfb_softc *,
sys/dev/ic/ct65550.c
71
static int chipsfb_putpalreg(struct chipsfb_softc *, uint8_t, uint8_t,
sys/dev/ic/ct65550.c
716
struct chipsfb_softc *sc = scr->scr_cookie;
sys/dev/ic/ct65550.c
749
chipsfb_setup_mono(struct chipsfb_softc *sc, int xd, int yd, int width,
sys/dev/ic/ct65550.c
76
static void chipsfb_rectfill(struct chipsfb_softc *, int, int, int, int,
sys/dev/ic/ct65550.c
773
chipsfb_feed(struct chipsfb_softc *sc, int count, uint8_t *data)
sys/dev/ic/ct65550.c
80
static void chipsfb_setup_mono(struct chipsfb_softc *, int, int, int,
sys/dev/ic/ct65550.c
805
chipsfb_showpal(struct chipsfb_softc *sc)
sys/dev/ic/ct65550.c
82
static void chipsfb_feed(struct chipsfb_softc *, int, uint8_t *);
sys/dev/ic/ct65550.c
826
chipsfb_restore_palette(struct chipsfb_softc *sc)
sys/dev/ic/ct65550.c
848
struct chipsfb_softc *sc = vd->cookie;
sys/dev/ic/ct65550.c
85
static void chipsfb_showpal(struct chipsfb_softc *);
sys/dev/ic/ct65550.c
87
static void chipsfb_restore_palette(struct chipsfb_softc *);
sys/dev/ic/ct65550.c
89
static void chipsfb_wait_idle(struct chipsfb_softc *);
sys/dev/ic/ct65550.c
904
struct chipsfb_softc *sc = vd->cookie;
sys/dev/ic/ct65550.c
952
struct chipsfb_softc *sc = cookie;
sys/dev/ic/ct65550.c
999
chipsfb_init(struct chipsfb_softc *sc)
sys/dev/ic/ct65550var.h
80
void chipsfb_do_attach(struct chipsfb_softc *sc);
sys/dev/ic/ct65550var.h
81
uint32_t chipsfb_probe_vram(struct chipsfb_softc *sc);
sys/dev/pci/chipsfb.c
143
struct chipsfb_softc *sc = vd->cookie;
sys/dev/pci/chipsfb.c
56
struct chipsfb_softc sc_chips;
sys/dev/pci/chipsfb.c
90
struct chipsfb_softc *sc = &scp->sc_chips;