ncolors 430 dev/sbus/agten.c agten_loadcmap(struct agten_softc *sc, u_int start, u_int ncolors)
ncolors 443 dev/sbus/agten.c for (i = start; i < start + ncolors; i++) {
ncolors 647 dev/sbus/cgsix.c cgsix_loadcmap_deferred(struct cgsix_softc *sc, u_int start, u_int ncolors)
ncolors 658 dev/sbus/cgsix.c cgsix_loadcmap_immediate(struct cgsix_softc *sc, u_int start, u_int ncolors)
ncolors 665 dev/sbus/cgsix.c count = BT_D4M3(start + ncolors - 1) - BT_D4M3(start) + 3;
ncolors 436 dev/sbus/cgthree.c cgthree_loadcmap(struct cgthree_softc *sc, u_int start, u_int ncolors)
ncolors 442 dev/sbus/cgthree.c count = BT_D4M3(start + ncolors - 1) - BT_D4M3(start) + 3;
ncolors 362 dev/sbus/mgx.c mgx_loadcmap(struct mgx_softc *sc, int start, int ncolors)
ncolors 375 dev/sbus/mgx.c ncolors = 256;
ncolors 378 dev/sbus/mgx.c for (i = ncolors * 3; i != 0; i--)
ncolors 495 dev/sbus/rfx.c rfx_loadcmap(struct rfx_softc *sc, int start, int ncolors)
ncolors 507 dev/sbus/rfx.c while (ncolors-- != 0) {
ncolors 562 dev/sbus/vigra.c vigra_loadcmap_immediate(struct vigra_softc *sc, int start, int ncolors)
ncolors 572 dev/sbus/vigra.c while (--ncolors >= 0)
ncolors 577 dev/sbus/vigra.c vigra_loadcmap_deferred(struct vigra_softc *sc, u_int start, u_int ncolors)