HomeSort by: relevance | last modified time | path
    Searched refs:I2C_F_STOP (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/i2c/
i2c_bitbang.c 134 flags & ~I2C_F_STOP, ops));
145 flags & ~I2C_F_STOP, ops);
152 flags & ~I2C_F_STOP, ops));
207 if ((flags & (I2C_F_STOP | I2C_F_LAST)) == (I2C_F_STOP | I2C_F_LAST))
260 if (flags & I2C_F_STOP)
gttwsi_core.c 288 if ((flags & (I2C_F_LAST | I2C_F_STOP)) == (I2C_F_LAST | I2C_F_STOP))
301 if (flags & I2C_F_STOP)
i2cvar.h 50 #define I2C_F_STOP __BIT(2) /* send stop after byte */
i2c_exec.c 276 flags |= I2C_F_STOP;
289 flags |= I2C_F_STOP;
  /src/sys/arch/mips/alchemy/dev/
ausmbus_psc.c 281 error = ausmbus_read_byte(sc, vp, I2C_F_STOP);
309 error = ausmbus_read_byte(sc, vp, I2C_F_STOP);
343 error = ausmbus_read_byte(sc, &high, I2C_F_STOP);
363 error = ausmbus_write_byte(sc, val, I2C_F_STOP);
386 error = ausmbus_write_byte(sc, val, I2C_F_STOP);
418 error = ausmbus_write_byte(sc, high, I2C_F_STOP);
433 I2C_F_STOP | I2C_F_WRITE);
440 I2C_F_STOP | I2C_F_READ);
523 if ((flags & I2C_F_STOP) != 0)
542 if ((flags & I2C_F_STOP) != 0)
    [all...]
  /src/sys/arch/arm/xscale/
iopi2c.c 160 * Consider adding an I2C_F_STOP so we can
200 send_stop = (flags & I2C_F_STOP) != 0;
219 int error, send_stop = (flags & I2C_F_STOP) != 0;
pxa2x0_i2c.c 501 int send_stop = flags & I2C_F_STOP;
519 int send_stop = flags & I2C_F_STOP;
  /src/sys/dev/ic/
pca9564.c 234 int send_stop = (flags & I2C_F_STOP) != 0;
258 int send_stop = (flags & I2C_F_STOP) != 0;
  /src/sys/arch/arm/ti/
ti_iic.c 363 (I2C_OP_READ_P(op) ? 0 : I2C_F_STOP) | flags);
369 flags |= I2C_F_STOP;
480 if (flags & I2C_F_STOP)
  /src/sys/arch/arm/samsung/
exynos_i2c.c 317 if (flags & I2C_F_STOP)

Completed in 16 milliseconds