Read one, two, four or eight bytes from the device specified by chip_access().
unsigned chip_read8(unsigned off)
Read from the device specified by chip_access(). The functions are named for the number of bits read, so to read one byte (eight bits) call chip_read8(); to read two bits (16 bits) call chip_read16(), and so on.