Home
last modified time | relevance | path

Searched refs:I2C_M_NOSTART (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Dtegra186_bpmp_i2c.c31 I2C_M_NOSTART | \
H A Dkona_i2c.c160 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro
510 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()
519 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
/rk3399_rockchip-uboot/include/
H A Di2c.h84 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator