Searched refs:EXPANSION_EEPROM_I2C_ADDRESS (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/overo/ |
H A D | overo.c | 36 #define EXPANSION_EEPROM_I2C_ADDRESS 0x51 macro 125 if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) { in get_expansion_id() 131 i2c_read(EXPANSION_EEPROM_I2C_ADDRESS, 0, 1, (u8 *)&expansion_config, in get_expansion_id()
|
/openbmc/u-boot/board/ti/beagle/ |
H A D | beagle.c | 45 #define EXPANSION_EEPROM_I2C_ADDRESS 0x50 macro 218 if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) { in get_expansion_id() 224 i2c_read(EXPANSION_EEPROM_I2C_ADDRESS, 0, 1, (u8 *)&expansion_config, in get_expansion_id() 231 i2c_read(EXPANSION_EEPROM_I2C_ADDRESS, 0, 2, (u8 *)&expansion_config, in get_expansion_id()
|