Searched refs:hsi2c_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | exynos_hs_i2c.c | 414 static int hsi2c_read(struct exynos5_hsi2c *i2c, in hsi2c_read() function 472 ret = hsi2c_read(hsregs, msg->addr, 0, 0, msg->buf, in exynos_hs_i2c_xfer() 513 ret = hsi2c_read(i2c_bus->hsregs, chip, 0, 0, buf, 1); in s3c24x0_i2c_probe()
|