I2C_MAX_BYTES
for (j = 0; j < I2C_MAX_BYTES && i < len; j++, i++) {
u8 regs[I2C_MAX_BYTES * 2];
if (unlikely((len <= 0) || (len >= I2C_MAX_BYTES) ||