Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-npcm7xx.c358 static int npcm_i2c_get_SCL(struct i2c_adapter *_adap) in npcm_i2c_get_SCL() function
1682 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) { in npcm_i2c_recovery_tgclk()
1727 status = readx_poll_timeout(npcm_i2c_get_SCL, _adap, val, !val, in npcm_i2c_recovery_tgclk()
1739 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) in npcm_i2c_recovery_tgclk()
1767 rinfo->get_scl = npcm_i2c_get_SCL; in npcm_i2c_recovery_init()
1952 if ((npcm_i2c_get_SDA(&bus->adap) == 0) || (npcm_i2c_get_SCL(&bus->adap) == 0)) { in npcm_i2c_init_module()
1955 npcm_i2c_get_SCL(&bus->adap)); in npcm_i2c_init_module()