Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-exynos5.c162 #define HSI2C_MASTER_ID(x) ((x & 0xff) << 24) macro
442 writel(HSI2C_MASTER_ID(MASTER_ID(i2c->adap.nr)), in exynos5_i2c_init()
723 i2c_addr |= HSI2C_MASTER_ID(MASTER_ID(i2c->adap.nr)); in exynos5_i2c_message_start()