Searched refs:I2C_F_READ (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/i2c/
H A Di2c_exec.c84 flags |= I2C_F_READ;
H A Di2cvar.h48 #define I2C_F_READ 0x01 /* new transfer is a read */ macro
H A Di2c_bitbang.c119 i2caddr = (addr << 1) | ((flags & I2C_F_READ) ? 1 : 0);
/openbsd-current/sys/arch/octeon/dev/
H A Doctiic.c272 if (flags & I2C_F_READ)
274 nstate = flags & I2C_F_READ ? TWSI_STAT_ART_ACK : TWSI_STAT_AWT_ACK;
/openbsd-current/sys/dev/fdt/
H A Dmviic.c239 if (flags & I2C_F_READ)
H A Dsxitwi.c428 read = (flags & I2C_F_READ) != 0;
/openbsd-current/sys/arch/riscv64/dev/
H A Dmpfiic.c282 if (flags & I2C_F_READ) {
/openbsd-current/sys/dev/isa/
H A Dgscsio.c385 dir = (flags & I2C_F_READ ? 1 : 0);
/openbsd-current/sys/dev/pci/
H A Dglxpcib.c684 dir = (flags & I2C_F_READ ? 1 : 0);

Completed in 114 milliseconds