Searched defs:i2c_address (Results 1 – 8 of 8) sorted by relevance
12 void get_spd(ddr2_spd_eeprom_t *spd, unsigned char i2c_address) in get_spd()
45 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
63 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
96 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
13 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()
12 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
141 static void __get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in __get_spd()217 unsigned int i2c_address = 0; in fsl_ddr_get_spd() local