Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmxs_i2c.c125 I2C_QUEUECMD_POST_SEND_STOP, &i2c_regs->hw_i2c_queuecmd); in mxs_i2c_setup_read()
144 stop = I2C_QUEUECMD_POST_SEND_STOP; in mxs_i2c_write()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-i2c.h141 #define I2C_QUEUECMD_POST_SEND_STOP (1 << 20) macro