Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dexynos_hs_i2c.c406 int tmp_ret = hsi2c_wait_while_busy(i2c); in hsi2c_write() local
408 rv = tmp_ret; in hsi2c_write()
422 int i, rv, tmp_ret; in hsi2c_read() local
456 tmp_ret = hsi2c_wait_while_busy(i2c); in hsi2c_read()
458 rv = tmp_ret; in hsi2c_read()