Searched refs:set_pcf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 38 #define set_pcf(adap, ctl, val) adap->setpcf(adap->data, ctl, val) macro 50 set_pcf(adap, 1, I2C_PCF_START); in i2c_start() 56 set_pcf(adap, 1, I2C_PCF_REPSTART); in i2c_repstart() 62 set_pcf(adap, 1, I2C_PCF_STOP); in i2c_stop() 76 set_pcf(adap, 1, I2C_PCF_PIN); in handle_lab() 77 set_pcf(adap, 1, I2C_PCF_ESO); in handle_lab() 157 set_pcf(adap, 1, I2C_PCF_PIN); in pcf_init_8584() 176 set_pcf(adap, 1, I2C_PCF_PIN | I2C_PCF_ES1); in pcf_init_8584() 192 set_pcf(adap, 1, I2C_PCF_IDLE); in pcf_init_8584() 264 set_pcf(adap, 1, I2C_PCF_ESO); in pcf_readbytes()
|