TI_I2CREAD
err = ti_iic_op(sc, addr, TI_I2CREAD, buf, len, flags);
KASSERT(op == TI_I2CREAD || op == TI_I2CWRITE);
if (op == TI_I2CREAD)
if (sc->sc_op == TI_I2CREAD)