Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Domap24xx_i2c.c258 writew(I2C_CON_EN, &i2c_base->con);
316 if (readw(&i2c_base->con) & I2C_CON_EN) {
324 writew(I2C_CON_EN, &i2c_base->con);
381 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX |
407 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_TRX |
488 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT |
492 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP |
531 writew(I2C_CON_EN | I2C_CON_MST |
630 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX |
H A Drk_i2c.c220 writel(I2C_CON_EN | I2C_CON_START | i2c->cfg | con, &regs->con); in rk_i2c_send_start_bit()
237 writel(I2C_CON_EN | i2c->cfg | con, &regs->con); in rk_i2c_send_start_bit()
250 writel(I2C_CON_EN | i2c->cfg | I2C_CON_STOP, &regs->con); in rk_i2c_send_stop_bit()
312 con = I2C_CON_EN; in rk_i2c_read()
319 con = I2C_CON_EN | I2C_CON_LASTACK; in rk_i2c_read()
425 err = rk_i2c_send_start_bit(i2c, I2C_CON_EN | in rk_i2c_write()
431 writel(I2C_CON_EN | I2C_CON_MOD(I2C_MODE_TX) | i2c->cfg, in rk_i2c_write()
H A Ddavinci_i2c.c106 if (REG(&(i2c_base->i2c_con)) & I2C_CON_EN) { in _davinci_i2c_init()
121 REG(&(i2c_base->i2c_con)) = I2C_CON_EN; in _davinci_i2c_init()
142 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX; in _davinci_i2c_read()
188 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP; in _davinci_i2c_read()
243 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_write()
320 REG(&(i2c_base->i2c_con)) = (I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_probe_chip()
H A Ddavinci_i2c.h67 #define I2C_CON_EN (1 << 5) /* I2C module enable */ macro
H A Domap24xx_i2c.h51 #define I2C_CON_EN (1 << 15) /* I2C module enable */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Di2c.h28 #define I2C_CON_EN (1 << 0) macro