Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/sbus/char/
H A Dbbc_i2c.c42 #define I2C_PCF_LRB 0x08 macro
167 (status & I2C_PCF_LRB) != 0) in bbc_i2c_writeb()
197 (status & I2C_PCF_LRB) != 0) in bbc_i2c_readb()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds