Home
last modified time | relevance | path

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

/u-boot/drivers/misc/
A Datsha204a-i2c.c158 msg.flags = I2C_M_STOP; in atsha204a_send()
171 msg.flags = I2C_M_RD | I2C_M_STOP; in atsha204a_recv()
/u-boot/drivers/i2c/
A Dtegra186_bpmp_i2c.c32 I2C_M_STOP | \
A Drcar_iic.c166 if (msg->flags & I2C_M_STOP) { in rcar_iic_write_common()
A Dmxc_i2c.c1042 (msg->flags & I2C_M_STOP));
/u-boot/include/
A Di2c.h132 I2C_M_STOP = 0x8000, /* send stop after this message */ enumerator

Completed in 8 milliseconds