Write one, two, four or eight bytes from the device specified by chip_access().
unsigned chip_write8(unsigned off)
Write to the device specified by chip_access(). The functions are named for the number bits bits written, so to write one byte (eight bits) call chip_write8(); to write two bits (16 bits) call chip_write16(), and so on.