Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Deeprom.c41 #ifndef I2C_RXTX_LEN
42 #define I2C_RXTX_LEN 128 macro
118 if (maxlen > I2C_RXTX_LEN) in eeprom_len()
119 maxlen = I2C_RXTX_LEN; in eeprom_len()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h571 #define I2C_RXTX_LEN 128 /* maximum tx/rx buffer length */ macro