Home | History | Annotate | Download | only in ti

Lines Matching defs:ti_iic_op

210 static int	ti_iic_op(struct ti_iic_softc *, i2c_addr_t, ti_i2cop_t,
361 err = ti_iic_op(sc, addr, TI_I2CWRITE,
380 err = ti_iic_op(sc, addr, TI_I2CREAD, buf, len, flags);
382 err = ti_iic_op(sc, addr, TI_I2CWRITE, buf, len, flags);
454 ti_iic_op(struct ti_iic_softc *sc, i2c_addr_t addr, ti_i2cop_t op,
461 DPRINTF(("ti_iic_op: addr %#x op %#x buf %p buflen %#x flags %#x\n",
473 DPRINTF(("ti_iic_op: wait error %d\n", err));
495 DPRINTF(("ti_iic_op: op %d con 0x%x ", op, con));
516 DPRINTF(("ti_iic_op waiting, op %#x\n", sc->sc_op));
524 DPRINTF(("ti_iic_op waiting done, op %#x\n", sc->sc_op));
534 DPRINTF(("ti_iic_op polling, op %x\n", sc->sc_op));
537 DPRINTF(("ti_iic_op stat 0x%x\n", stat));
546 DPRINTF(("ti_iic_op polling done, op now %x\n", sc->sc_op));