Searched refs:IIC_LAST_READ (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.c | 381 return (iicbus_read(bus, byte, 1, &read, IIC_LAST_READ, timeout)); in iicbus_read_byte() 419 error = iicbus_read(bus, buf, len, read, IIC_LAST_READ, 0); in iicbus_block_read() 501 &lenread, IIC_LAST_READ, 0); in iicbus_transfer_gen()
|
H A D | iiconf.h | 83 #define IIC_LAST_READ 0x1 macro
|
H A D | iic.c | 312 error = iicuio_move(priv, uio, IIC_LAST_READ); in iicuio()
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 404 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0); in smi_probe() 527 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0); in smi_read_locked()
|