Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Di2c.h37 #define I2C_CON_LASTACK (1 << 5) macro
/openbmc/u-boot/drivers/i2c/
H A Drk_i2c.c204 con = I2C_CON_EN | I2C_CON_LASTACK; in rk_i2c_read()