Home
last modified time | relevance | path

Searched refs:ddr3_spd_check (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dddr_spd.c87 ddr3_spd_check(const ddr3_spd_eeprom_t *spd) in ddr3_spd_check() function
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr3_dimm_params.c104 retval = ddr3_spd_check(spd); in ddr_compute_dimm_parameters()
/OK3568_Linux_fs/u-boot/include/
H A Dddr_spd.h503 extern unsigned int ddr3_spd_check(const ddr3_spd_eeprom_t *spd);
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c423 if (ddr3_spd_check(spd_params)) in ddr3_read_spd()