Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmxc_i2c.c48 #define I2DR 4 macro
236 writeb(byte, base + (I2DR << reg_shift)); in tx_byte()
488 readb(base + (I2DR << reg_shift)); in i2c_read_data()
511 buf[i] = readb(base + (I2DR << reg_shift)); in i2c_read_data()