Searched refs:I2C_F_STOP (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/arch/mips/alchemy/dev/ |
| D | ausmbus_psc.c | 284 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/ |
| D | i2c_bitbang.c | 134 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()
|
| D | gttwsi_core.c | 296 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()
|
| D | i2c_exec.c | 249 flags |= I2C_F_STOP; in iic_exec() 262 flags |= I2C_F_STOP; in iic_exec()
|
| D | i2cvar.h | 50 #define I2C_F_STOP __BIT(2) /* send stop after byte */ macro
|
| /netbsd/src/sys/arch/arm/xscale/ |
| D | iopi2c.c | 203 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()
|
| D | pxa2x0_i2c.c | 501 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/ |
| D | pca9564.c | 237 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()
|