Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Deeprom.c41 #ifndef I2C_RXTX_LEN
42 #define I2C_RXTX_LEN 128 macro
119 if (maxlen > I2C_RXTX_LEN) in eeprom_len()
120 maxlen = I2C_RXTX_LEN; in eeprom_len()
/third_party/uboot/u-boot-2020.01/include/
Di2c.h499 #define I2C_RXTX_LEN 128 /* maximum tx/rx buffer length */ macro