Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Di2c.h84 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/openbmc/u-boot/include/
H A Di2c.h96 I2C_M_STOP = 0x8000, /* send stop after this message */ enumerator