Searched refs:I2C_PCF_STOP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | bbc_i2c.c | 34 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro 177 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_writeb() 200 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb() 224 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | bbc_i2c.c | 35 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro 178 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_writeb() 201 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb() 225 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
|
/kernel/linux/linux-5.10/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.h | 27 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro
|
H A D | i2c-algo-pcf.c | 62 set_pcf(adap, 1, I2C_PCF_STOP); in i2c_stop()
|
/kernel/linux/linux-6.6/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.h | 27 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro
|
H A D | i2c-algo-pcf.c | 62 set_pcf(adap, 1, I2C_PCF_STOP); in i2c_stop()
|
Completed in 3 milliseconds