Searched refs:IIC_LAST_READ (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/iicbus/
H A Diiconf.h85 #define IIC_LAST_READ 0x1 macro
H A Diiconf.c384 return (iicbus_read(bus, byte, 1, &read, IIC_LAST_READ, timeout));
422 error = iicbus_read(bus, buf, len, read, IIC_LAST_READ, 0);
504 &lenread, IIC_LAST_READ, 0);
H A Diic.c284 error = iicuio_move(priv, uio, IIC_LAST_READ);
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c412 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0);
535 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0);

Completed in 221 milliseconds