hyperfb_putpalreg
static int hyperfb_putpalreg(struct hyperfb_softc *, uint8_t, uint8_t,
hyperfb_putpalreg(sc, index, *r, *g, *b);
hyperfb_putpalreg(sc, i, cmap[j], cmap[j + 1], cmap[j + 2]);