Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/device/dram/
H A Dddr3.h163 int spd_xmp_decode_ddr3(struct dimm_attr_ddr3_st *dimm,
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/native_raminit/
H A Dspd_bitmunching.c95 spd_xmp_decode_ddr3(&dimm->data, dimm->raw_spd, DDR3_XMP_PROFILE_1); in decode_spd()
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/
H A Draminit.c225 spd_xmp_decode_ddr3(dimm, spd[spd_slot], in dram_find_spds_ddr3()
/aosp_15_r20/external/coreboot/src/device/dram/
H A Dddr3.c393 int spd_xmp_decode_ddr3(struct dimm_attr_ddr3_st *dimm, spd_ddr3_raw_data spd, in spd_xmp_decode_ddr3() function