Home
last modified time | relevance | path

Searched defs:I2C_M_NOSTART (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Di2c.h84 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator
/rk3399_rockchip-uboot/drivers/i2c/
H A Dkona_i2c.c160 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro