Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c378 static int npcm_i2c_get_SCL(struct i2c_adapter *_adap) in npcm_i2c_get_SCL() function
1701 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) { in npcm_i2c_recovery_tgclk()
1746 status = readx_poll_timeout(npcm_i2c_get_SCL, _adap, val, !val, in npcm_i2c_recovery_tgclk()
1758 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) in npcm_i2c_recovery_tgclk()
1786 rinfo->get_scl = npcm_i2c_get_SCL; in npcm_i2c_recovery_init()
1971 if ((npcm_i2c_get_SDA(&bus->adap) == 0) || (npcm_i2c_get_SCL(&bus->adap) == 0)) { in npcm_i2c_init_module()
1974 npcm_i2c_get_SCL(&bus->adap)); in npcm_i2c_init_module()