OCTEON_REG_BLOCK_CTL
if (i2c->block_enabled || !OCTEON_REG_BLOCK_CTL(i2c))
if (!i2c->block_enabled || !OCTEON_REG_BLOCK_CTL(i2c))
octeon_i2c_writeq_flush((u64)len, i2c->twsi_base + OCTEON_REG_BLOCK_CTL(i2c));
octeon_i2c_writeq_flush((u64)len, i2c->twsi_base + OCTEON_REG_BLOCK_CTL(i2c));
} else if (msgs[1].len <= 1024 && OCTEON_REG_BLOCK_CTL(i2c)) {