I2C_OP_BLKMODE_P
if (I2C_OP_READ_P(op) && I2C_OP_BLKMODE_P(op) && readpos == 0)
if (I2C_OP_BLKMODE_P(op) && readpos > 0 && len > b[0])