sys/dev/sbus/mgx.c
107
static void mgx_write_dac(struct mgx_softc *, int, int, int, int);
sys/dev/sbus/mgx.c
426
mgx_write_dac(sc, i, cmap[j], cmap[j + 1], cmap[j + 2]);
sys/dev/sbus/mgx.c
432
mgx_write_dac(sc, i, i, i, i);
sys/dev/sbus/mgx.c
468
mgx_write_dac(sc, index, *r, *g, *b);