Symbol: mgx_softc
sys/dev/sbus/mgx.c
107
static void mgx_write_dac(struct mgx_softc *, int, int, int, int);
sys/dev/sbus/mgx.c
108
static void mgx_setup(struct mgx_softc *, int);
sys/dev/sbus/mgx.c
109
static void mgx_init_palette(struct mgx_softc *);
sys/dev/sbus/mgx.c
110
static int mgx_putcmap(struct mgx_softc *, struct wsdisplay_cmap *);
sys/dev/sbus/mgx.c
111
static int mgx_getcmap(struct mgx_softc *, struct wsdisplay_cmap *);
sys/dev/sbus/mgx.c
112
static int mgx_wait_engine(struct mgx_softc *);
sys/dev/sbus/mgx.c
113
__unused static int mgx_wait_host(struct mgx_softc *);
sys/dev/sbus/mgx.c
114
/*static*/ int mgx_wait_fifo(struct mgx_softc *, unsigned int);
sys/dev/sbus/mgx.c
1160
struct mgx_softc *sc = vd->cookie;
sys/dev/sbus/mgx.c
1197
mgx_do_cursor(struct mgx_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/sbus/mgx.c
1276
mgx_set_cursor(struct mgx_softc *sc)
sys/dev/sbus/mgx.c
128
static int mgx_do_cursor(struct mgx_softc *, struct wsdisplay_cursor *);
sys/dev/sbus/mgx.c
1288
mgx_set_video(struct mgx_softc *sc, int v)
sys/dev/sbus/mgx.c
129
static void mgx_set_cursor(struct mgx_softc *);
sys/dev/sbus/mgx.c
130
static void mgx_set_video(struct mgx_softc *, int);
sys/dev/sbus/mgx.c
1310
struct mgx_softc *sc = device_private(dev);
sys/dev/sbus/mgx.c
1318
struct mgx_softc *sc = device_lookup_private(&mgx_cd, minor(dev));
sys/dev/sbus/mgx.c
132
CFATTACH_DECL_NEW(mgx, sizeof(struct mgx_softc),
sys/dev/sbus/mgx.c
1358
struct mgx_softc *sc = device_private(dv);
sys/dev/sbus/mgx.c
1374
struct mgx_softc *sc = device_private(dv);
sys/dev/sbus/mgx.c
1394
struct mgx_softc *sc = device_lookup_private(&mgx_cd, minor(dev));
sys/dev/sbus/mgx.c
176
mgx_write_vga(struct mgx_softc *sc, uint32_t reg, uint8_t val)
sys/dev/sbus/mgx.c
182
mgx_read_vga(struct mgx_softc *sc, uint32_t reg)
sys/dev/sbus/mgx.c
188
mgx_write_1(struct mgx_softc *sc, uint32_t reg, uint8_t val)
sys/dev/sbus/mgx.c
194
mgx_read_1(struct mgx_softc *sc, uint32_t reg)
sys/dev/sbus/mgx.c
201
mgx_read_4(struct mgx_softc *sc, uint32_t reg)
sys/dev/sbus/mgx.c
208
mgx_write_2(struct mgx_softc *sc, uint32_t reg, uint16_t val)
sys/dev/sbus/mgx.c
214
mgx_write_4(struct mgx_softc *sc, uint32_t reg, uint32_t val)
sys/dev/sbus/mgx.c
220
mgx_set_dec(struct mgx_softc *sc, uint32_t dec)
sys/dev/sbus/mgx.c
229
mgx_set_fg(struct mgx_softc *sc, uint32_t fg)
sys/dev/sbus/mgx.c
253
struct mgx_softc *sc = device_private(self);
sys/dev/sbus/mgx.c
405
mgx_write_dac(struct mgx_softc *sc, int idx, int r, int g, int b)
sys/dev/sbus/mgx.c
414
mgx_init_palette(struct mgx_softc *sc)
sys/dev/sbus/mgx.c
438
mgx_putcmap(struct mgx_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/sbus/mgx.c
476
mgx_getcmap(struct mgx_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/sbus/mgx.c
499
mgx_wait_engine(struct mgx_softc *sc)
sys/dev/sbus/mgx.c
514
mgx_wait_host(struct mgx_softc *sc)
sys/dev/sbus/mgx.c
529
mgx_wait_fifo(struct mgx_softc *sc, unsigned int nfifo)
sys/dev/sbus/mgx.c
546
mgx_setup(struct mgx_softc *sc, int depth)
sys/dev/sbus/mgx.c
651
struct mgx_softc *sc = cookie;
sys/dev/sbus/mgx.c
677
struct mgx_softc *sc = cookie;
sys/dev/sbus/mgx.c
703
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
749
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
829
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
859
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
875
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
891
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
907
struct mgx_softc *sc = scr->scr_cookie;
sys/dev/sbus/mgx.c
927
struct mgx_softc *sc = cookie;
sys/dev/sbus/mgx.c
936
struct mgx_softc *sc = cookie;
sys/dev/sbus/mgx.c
995
struct mgx_softc *sc = vd->cookie;