Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c70 #define HSI2C_TRANS_ABORT (1u << 1) macro
74 HSI2C_TRANS_ABORT)
123 if (trans_status & HSI2C_TRANS_ABORT) { in hsi2c_wait_for_trx()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c138 #define HSI2C_TRANS_ABORT (1u << 1) macro
497 } else if (trans_status & HSI2C_TRANS_ABORT) { in exynos5_i2c_irq()