Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c377 static int npcm_i2c_get_SCL(struct i2c_adapter *_adap) in npcm_i2c_get_SCL() function
1703 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) { in npcm_i2c_recovery_tgclk()
1748 status = readx_poll_timeout(npcm_i2c_get_SCL, _adap, val, !val, in npcm_i2c_recovery_tgclk()
1760 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) in npcm_i2c_recovery_tgclk()
1788 rinfo->get_scl = npcm_i2c_get_SCL; in npcm_i2c_recovery_init()
1973 if ((npcm_i2c_get_SDA(&bus->adap) == 0) || (npcm_i2c_get_SCL(&bus->adap) == 0)) { in npcm_i2c_init_module()
1976 npcm_i2c_get_SCL(&bus->adap)); in npcm_i2c_init_module()