Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Di2c.h36 #define I2C_CON_STOP (1 << 4) macro
/openbmc/u-boot/drivers/i2c/
H A Drk_i2c.c138 writel(I2C_CON_EN | I2C_CON_STOP, &regs->con); in rk_i2c_send_stop_bit()
139 writel(I2C_CON_STOP, &regs->ien); in rk_i2c_send_stop_bit()