Searched refs:I2C_PCF_LRB (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/i2c/algos/
H A Di2c-algo-pcf.h45 #define I2C_PCF_LRB 0x08 macro
H A Di2c-algo-pcf.c233 if (status & I2C_PCF_LRB) { pcf_sendbytes()
266 if ((status & I2C_PCF_LRB) && (i != count)) { pcf_readbytes()
357 if (status & I2C_PCF_LRB) { pcf_xfer()
/linux-4.4.14/drivers/sbus/char/
H A Dbbc_i2c.c41 #define I2C_PCF_LRB 0x08 macro
166 (status & I2C_PCF_LRB) != 0) bbc_i2c_writeb()
196 (status & I2C_PCF_LRB) != 0) bbc_i2c_readb()

Completed in 308 milliseconds