| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H 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()
|
| /rk3399_rockchip-uboot/board/sbc8548/ |
| H 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()
|
| /rk3399_rockchip-uboot/board/xes/xpedite520x/ |
| H A D | ddr.c | 13 void get_spd(ddr2_spd_eeprom_t *spd, unsigned char i2c_address) in get_spd() argument 15 i2c_read(i2c_address, 0, 1, (uchar *)spd, sizeof(ddr2_spd_eeprom_t)); in get_spd()
|
| /rk3399_rockchip-uboot/board/freescale/c29xpcie/ |
| H A D | ddr.c | 97 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd() argument 99 int ret = i2c_read(i2c_address, 0, 2, (uint8_t *)spd, in get_spd() 104 i2c_address); in get_spd()
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | main.c | 87 static void __get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in __get_spd() argument 104 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, 256); in __get_spd() 107 ret = i2c_read(i2c_address, 0, 1, in __get_spd() 113 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, in __get_spd() 118 if (i2c_address == in __get_spd() 126 i2c_address); in __get_spd() 129 i2c_address); in __get_spd() 136 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address); 149 unsigned int i2c_address = 0; in fsl_ddr_get_spd() local 157 i2c_address = spd_i2c_addr[ctrl_num][i]; in fsl_ddr_get_spd() [all …]
|
| /rk3399_rockchip-uboot/board/xes/xpedite550x/ |
| H A D | ddr.c | 14 void get_spd(ddr3_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()
|
| /rk3399_rockchip-uboot/board/xes/xpedite517x/ |
| H 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()
|
| /rk3399_rockchip-uboot/board/xes/xpedite537x/ |
| H 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()
|