/external/u-boot/board/gdsys/p1022/ |
D | ddr.c | 45 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 47 int ret = i2c_read(i2c_address, 0, 2, (uchar *)spd, in get_spd() 51 if (i2c_address == in get_spd() 59 i2c_address); in get_spd() 62 i2c_address); in get_spd()
|
/external/u-boot/board/sbc8548/ |
D | ddr.c | 63 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 68 if (i2c_address == SPD_EEPROM_ADDRESS) { in get_spd() 76 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, in get_spd() 79 printf("DDR: failed to read SPD from addr %u\n", i2c_address); in get_spd()
|
/external/u-boot/drivers/ddr/fsl/ |
D | main.c | 84 static void __get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in __get_spd() argument 101 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, 256); in __get_spd() 104 ret = i2c_read(i2c_address, 0, 1, in __get_spd() 110 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, in __get_spd() 115 if (i2c_address == in __get_spd() 123 i2c_address); in __get_spd() 126 i2c_address); in __get_spd() 133 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address); 146 unsigned int i2c_address = 0; in fsl_ddr_get_spd() local 154 i2c_address = spd_i2c_addr[ctrl_num][i]; in fsl_ddr_get_spd() [all …]
|
/external/u-boot/board/freescale/c29xpcie/ |
D | ddr.c | 96 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 98 int ret = i2c_read(i2c_address, 0, 2, (uint8_t *)spd, in get_spd() 103 i2c_address); in get_spd()
|
/external/u-boot/board/xes/xpedite520x/ |
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()
|
/external/u-boot/board/xes/xpedite550x/ |
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()
|
/external/u-boot/board/xes/xpedite517x/ |
D | ddr.c | 12 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 14 i2c_read(i2c_address, SPD_EEPROM_OFFSET, 2, (uchar *)spd, in get_spd()
|
/external/u-boot/board/xes/xpedite537x/ |
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()
|