Searched refs:i2c_address (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/gdsys/p1022/ |
A D | ddr.c | 46 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 48 int ret = i2c_read(i2c_address, 0, 2, (uchar *)spd, in get_spd() 52 if (i2c_address == in get_spd() 60 i2c_address); in get_spd() 63 i2c_address); in get_spd()
|
/u-boot/board/sbc8548/ |
A D | ddr.c | 64 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 69 if (i2c_address == SPD_EEPROM_ADDRESS) { in get_spd() 77 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, in get_spd() 80 printf("DDR: failed to read SPD from addr %u\n", i2c_address); in get_spd()
|
/u-boot/board/xes/xpedite520x/ |
A D | ddr.c | 12 void get_spd(ddr2_spd_eeprom_t *spd, unsigned char i2c_address) in get_spd() argument 14 i2c_read(i2c_address, 0, 1, (uchar *)spd, sizeof(ddr2_spd_eeprom_t)); in get_spd()
|
/u-boot/board/xes/xpedite517x/ |
A D | ddr.c | 13 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 15 i2c_read(i2c_address, SPD_EEPROM_OFFSET, 2, (uchar *)spd, in get_spd()
|
/u-boot/board/xes/xpedite537x/ |
A D | ddr.c | 14 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 16 i2c_read(i2c_address, SPD_EEPROM_OFFSET, 2, (uchar *)spd, in get_spd()
|
/u-boot/board/xes/xpedite550x/ |
A D | ddr.c | 13 void get_spd(ddr3_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 15 i2c_read(i2c_address, SPD_EEPROM_OFFSET, 2, (uchar *)spd, in get_spd()
|
/u-boot/drivers/ddr/fsl/ |
A D | main.c | 144 static void __get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in __get_spd() argument 150 ret = i2c_get_chip_for_busnum(CONFIG_SYS_SPD_BUS_NUM, i2c_address, in __get_spd() 159 .chip = i2c_address, in __get_spd() 189 if (i2c_address == in __get_spd() 197 i2c_address); in __get_spd() 200 i2c_address); in __get_spd() 207 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address); 220 unsigned int i2c_address = 0; in fsl_ddr_get_spd() local 228 i2c_address = spd_i2c_addr[ctrl_num][i]; in fsl_ddr_get_spd() 229 update_spd_address(ctrl_num, i, &i2c_address); in fsl_ddr_get_spd() [all …]
|
Completed in 8 milliseconds