Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Di2c.h80 #define I2C_M_NO_RD_ACK 0x0800 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/openbmc/u-boot/include/
H A Di2c.h100 I2C_M_NO_RD_ACK = 0x0800, /* skip the Ack bit on reads */ enumerator