Home
last modified time | relevance | path

Searched refs:spd_ddr2_calc_unique_crc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/device/dram/
H A Dddr2.h165 u16 spd_ddr2_calc_unique_crc(const u8 *spd, int len);
/aosp_15_r20/external/coreboot/src/northbridge/intel/x4x/
H A Draminit.c27 return spd_ddr2_calc_unique_crc(raw_spd, len); in ddr2_get_crc()
201 s->dimms[dimm_idx].spd_crc = spd_ddr2_calc_unique_crc(raw_spd, in ddr2_save_dimminfo()
/aosp_15_r20/external/coreboot/src/device/dram/
H A Dddr2.c68 u16 spd_ddr2_calc_unique_crc(const u8 *spd, int len) in spd_ddr2_calc_unique_crc() function