void chip_write8(unsigned off, unsigned val);
Write one byte from the device specified by chip_access(). The off parameter is first scaled by the reg_shift value specified in chip_access() before being used.