Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Di2c.h83 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
/openbmc/u-boot/include/
H A Di2c.h83 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator
/openbmc/u-boot/drivers/i2c/
H A Dkona_i2c.c159 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro