I2C_OP_WRITE
ret = iic_exec(sc->sc_tag, I2C_OP_WRITE, sc->sc_addr, cmd, len + 2,
op = (msgs->flags & I2C_M_RD) ? I2C_OP_READ : I2C_OP_WRITE;