Searched refs:IIC_LAST_READ (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/iicbus/ |
| HD | iicsmb.c | 330 error = iicbus_read(parent, byte, 1, &read, IIC_LAST_READ, IICBUS_TIMEOUT); in iicsmb_recvb() 393 if ((error = iicbus_read(parent, byte, 1, &read, IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_readb() 420 if ((error = iicbus_read(parent, buf, 2, &read, IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_readw() 454 if ((error = iicbus_read(parent, buf, 2, &read, IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_pcall() 503 IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_bread()
|
| HD | iiconf.c | 334 return (iicbus_read(bus, byte, 1, &read, IIC_LAST_READ, timeout)); in iicbus_read_byte() 372 error = iicbus_read(bus, buf, len, read, IIC_LAST_READ, 0); in iicbus_block_read() 453 &lenread, IIC_LAST_READ, 0); in iicbus_transfer_gen()
|
| HD | iiconf.h | 63 #define IIC_LAST_READ 0x1 macro
|
| HD | iic.c | 282 error = iicuio_move(priv, uio, IIC_LAST_READ); in iicuio()
|
| /NextBSD/sys/mips/rmi/ |
| HD | xlr_i2c.c | 371 error = xlr_i2c_read((bus), msgs[i].buf, msgs[i].len, &lenread, IIC_LAST_READ, 0); in xlr_i2c_transfer()
|
| /NextBSD/sys/dev/etherswitch/rtl8366/ |
| HD | rtl8366rb.c | 357 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0); in smi_probe() 449 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0); in smi_read_locked()
|
| /NextBSD/sys/dev/bktr/ |
| HD | bktr_core.c | 3942 iicbus_read(IICBUS(bktr), data_read, 2, &read, IIC_LAST_READ, 0); 3981 iicbus_read(IICBUS(bktr), remote->data, 3, &read, IIC_LAST_READ, 0);
|