Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtsi108_i2c.c58 temp = *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + chan_offset + I2C_CNTRL2); in i2c_read_byte()
73 *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + chan_offset + I2C_CNTRL2) = in i2c_read_byte()
79 temp = *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + chan_offset + I2C_CNTRL2); in i2c_read_byte()
170 temp = *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + TSI108_I2C_OFFSET + I2C_CNTRL2); in i2c_write_byte()
189 I2C_CNTRL2) = (I2C_CNTRL2_START); in i2c_write_byte()
196 temp = *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + TSI108_I2C_OFFSET + I2C_CNTRL2); in i2c_write_byte()
/OK3568_Linux_fs/u-boot/include/
H A Dtsi108.h121 #define I2C_CNTRL2 (0x00000004) macro