Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-npcm7xx.c379 static int npcm_i2c_get_SCL(struct i2c_adapter *_adap) in npcm_i2c_get_SCL() function
1708 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) { in npcm_i2c_recovery_tgclk()
1753 status = readx_poll_timeout(npcm_i2c_get_SCL, _adap, val, !val, in npcm_i2c_recovery_tgclk()
1765 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) in npcm_i2c_recovery_tgclk()
1793 rinfo->get_scl = npcm_i2c_get_SCL; in npcm_i2c_recovery_init()
1978 if ((npcm_i2c_get_SDA(&bus->adap) == 0) || (npcm_i2c_get_SCL(&bus->adap) == 0)) { in npcm_i2c_init_module()
1981 npcm_i2c_get_SCL(&bus->adap)); in npcm_i2c_init_module()