Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Di2c.h76 #define I2C_M_RD 0x0001 /* guaranteed to be 0x0001! */ macro
/openbmc/u-boot/include/
H A Di2c.h81 I2C_M_RD = 0x0001, /* read data, from slave to master */ enumerator
/openbmc/u-boot/drivers/i2c/
H A Dkona_i2c.c158 #define I2C_M_RD 0x0001 /* read data */ macro