Home
last modified time | relevance | path

Searched refs:I2C_RXTX_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Deeprom.c40 #ifndef I2C_RXTX_LEN
41 #define I2C_RXTX_LEN 128 macro
112 if (maxlen > I2C_RXTX_LEN) in eeprom_len()
113 maxlen = I2C_RXTX_LEN; in eeprom_len()
/openbmc/u-boot/include/
H A Di2c.h577 #define I2C_RXTX_LEN 128 /* maximum tx/rx buffer length */ macro