Searched defs:i2c_address (Results 1 – 8 of 8) sorted by relevance
13 void get_spd(ddr2_spd_eeprom_t *spd, unsigned char i2c_address) in get_spd()
46 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
64 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
97 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
14 void get_spd(ddr3_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
13 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
14 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
87 static void __get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in __get_spd()149 unsigned int i2c_address = 0; in fsl_ddr_get_spd() local