act8846_write
static int act8846_write(struct act8846_softc *, uint8_t, uint8_t);
error = act8846_write(sc, c->c_base + ACT_VSET0_OFFSET, val);
error = act8846_write(sc, c->c_base + regoff, val);
error = act8846_write(sc, c->c_base + regoff, val);