Home
last modified time | relevance | path

Searched refs:I2C_F_STOP (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/mips/alchemy/dev/
Dausmbus_psc.c284 error = ausmbus_read_byte(sc, vp, I2C_F_STOP); in ausmbus_receive_1()
312 error = ausmbus_read_byte(sc, vp, I2C_F_STOP); in ausmbus_read_1()
346 error = ausmbus_read_byte(sc, &high, I2C_F_STOP); in ausmbus_read_2()
366 error = ausmbus_write_byte(sc, val, I2C_F_STOP); in ausmbus_send_1()
389 error = ausmbus_write_byte(sc, val, I2C_F_STOP); in ausmbus_write_1()
421 error = ausmbus_write_byte(sc, high, I2C_F_STOP); in ausmbus_write_2()
436 I2C_F_STOP | I2C_F_WRITE); in ausmbus_quick_write()
443 I2C_F_STOP | I2C_F_READ); in ausmbus_quick_read()
526 if ((flags & I2C_F_STOP) != 0) in ausmbus_initiate_xfer()
545 if ((flags & I2C_F_STOP) != 0) { in ausmbus_read_byte()
[all …]
/netbsd/src/sys/dev/i2c/
Di2c_bitbang.c134 flags & ~I2C_F_STOP, ops)); in i2c_bitbang_initiate_xfer()
145 flags & ~I2C_F_STOP, ops); in i2c_bitbang_initiate_xfer()
152 flags & ~I2C_F_STOP, ops)); in i2c_bitbang_initiate_xfer()
207 if ((flags & (I2C_F_STOP | I2C_F_LAST)) == (I2C_F_STOP | I2C_F_LAST)) in i2c_bitbang_read_byte()
260 if (flags & I2C_F_STOP) in i2c_bitbang_write_byte()
Dgttwsi_core.c296 if ((flags & (I2C_F_LAST | I2C_F_STOP)) == (I2C_F_LAST | I2C_F_STOP)) in gttwsi_read_byte()
309 if (flags & I2C_F_STOP) in gttwsi_write_byte()
Di2c_exec.c249 flags |= I2C_F_STOP; in iic_exec()
262 flags |= I2C_F_STOP; in iic_exec()
Di2cvar.h50 #define I2C_F_STOP __BIT(2) /* send stop after byte */ macro
/netbsd/src/sys/arch/arm/xscale/
Diopi2c.c203 send_stop = (flags & I2C_F_STOP) != 0; in iopiic_read_byte()
222 int error, send_stop = (flags & I2C_F_STOP) != 0; in iopiic_write_byte()
Dpxa2x0_i2c.c501 int send_stop = flags & I2C_F_STOP; in pxa2x0_i2c_read_byte()
519 int send_stop = flags & I2C_F_STOP; in pxa2x0_i2c_write_byte()
/netbsd/src/sys/dev/ic/
Dpca9564.c237 int send_stop = (flags & I2C_F_STOP) != 0; in pca9564_read_byte()
261 int send_stop = (flags & I2C_F_STOP) != 0; in pca9564_write_byte()