Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/
H A Draminit.c135 spd_ddr3_calc_unique_crc(spd[spd_slot], sizeof(spd_ddr3_raw_data)); in verify_crc16_spds_ddr3()
257 spd_ddr3_calc_unique_crc(spd[spd_slot], sizeof(spd_ddr3_raw_data)); in dram_find_spds_ddr3()
/aosp_15_r20/external/coreboot/src/include/device/dram/
H A Dddr3.h159 u16 spd_ddr3_calc_unique_crc(u8 *spd, int len);
/aosp_15_r20/external/coreboot/src/northbridge/intel/x4x/
H A Draminit.c34 return spd_ddr3_calc_unique_crc(raw_spd, len); in ddr3_get_crc()
377 s->dimms[dimm_idx].spd_crc = spd_ddr3_calc_unique_crc(raw_spd, raw_spd[0]); in ddr3_save_dimminfo()
/aosp_15_r20/external/coreboot/src/device/dram/
H A Dddr3.c73 u16 spd_ddr3_calc_unique_crc(u8 *spd, int len) in spd_ddr3_calc_unique_crc() function