Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.c224 if (status & I2C_PCF_LRB) { in pcf_sendbytes()
257 if ((status & I2C_PCF_LRB) && (i != count)) { in pcf_readbytes()
344 if (status & I2C_PCF_LRB) { in pcf_xfer()
H A Di2c-algo-pcf.h38 #define I2C_PCF_LRB 0x08 macro
/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.c43 #define I2C_PCF_LRB 0x08 macro
168 (status & I2C_PCF_LRB) != 0) in bbc_i2c_writeb()
198 (status & I2C_PCF_LRB) != 0) in bbc_i2c_readb()