Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/exynos/
H A Dexiic.c37 #define I2C_DS 0x0C /* transmit/receive data shift register */ macro
270 HWRITE4(sc, I2C_DS, addr); in exiic_i2c_exec()
287 HWRITE4(sc, I2C_DS, ((uint8_t *)cmdbuf)[i]); in exiic_i2c_exec()
298 HWRITE4(sc, I2C_DS, addr); in exiic_i2c_exec()
316 ((uint8_t *)databuf)[i] = HREAD4(sc, I2C_DS); in exiic_i2c_exec()
322 HWRITE4(sc, I2C_DS, ((uint8_t *)databuf)[i]); in exiic_i2c_exec()