Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dtsi108_i2c.c49 u32 chan_offset = TSI108_I2C_OFFSET; in i2c_read_byte() local
55 chan_offset = TSI108_I2C_SDRAM_OFFSET; in i2c_read_byte()
58 temp = *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + chan_offset + I2C_CNTRL2); in i2c_read_byte()
65 *(u32 *) (CONFIG_SYS_TSI108_CSR_BASE + chan_offset + I2C_CNTRL1) = 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()
89 chan_offset + in i2c_read_byte()