Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c26 #define HSI2C_SW_RST (1u << 31) macro
231 i2c_ctl |= HSI2C_SW_RST; in exynos5_i2c_reset()
235 i2c_ctl &= ~HSI2C_SW_RST; in exynos5_i2c_reset()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c67 #define HSI2C_SW_RST (1u << 31) macro
423 i2c_ctl |= HSI2C_SW_RST; in exynos5_i2c_reset()
427 i2c_ctl &= ~HSI2C_SW_RST; in exynos5_i2c_reset()