HomeSort by: relevance | last modified time | path
    Searched defs:ti_iic_op (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_iic.c 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, function in typeref:typename:int
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))
    [all...]
ti_iic.c 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, function in typeref:typename:int
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))
    [all...]

Completed in 25 milliseconds