Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c65 #define HSI2C_MASTER_BUSY (1u << 17) macro
351 while (readl(&i2c->usi_trans_status) & HSI2C_MASTER_BUSY) { in hsi2c_wait_while_busy()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c131 #define HSI2C_MASTER_BUSY (1u << 17) macro
577 if (!(trans_status & HSI2C_MASTER_BUSY)) in exynos5_i2c_wait_bus_idle()