Home
last modified time | relevance | path

Searched defs:spd_cache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/tests/lib/
H A Dspd_cache-test.c55 uint8_t *spd_cache; in test_load_spd_cache() local
63 static void calc_spd_cache_crc(uint8_t *spd_cache) in calc_spd_cache_crc()
68 __attribute__((unused)) static void fill_spd_cache_ddr3(uint8_t *spd_cache, size_t spd_cache_sz) in fill_spd_cache_ddr3()
77 __attribute__((unused)) static void fill_spd_cache_ddr4(uint8_t *spd_cache, size_t spd_cache_sz) in fill_spd_cache_ddr4()
92 uint8_t *spd_cache; in test_spd_fill_from_cache() local
110 uint8_t *spd_cache; in test_spd_cache_is_valid() local
138 static void get_sn_from_spd_cache(uint8_t *spd_cache, u32 arr[]) in get_sn_from_spd_cache()
147 uint8_t *spd_cache; in test_check_if_dimm_changed_not_changed() local
164 uint8_t *spd_cache; in test_check_if_dimm_changed_sn_error() local
180 uint8_t *spd_cache; in test_check_if_dimm_changed_sodimm_lost() local
[all …]
/aosp_15_r20/external/coreboot/src/lib/
H A Dspd_cache.c92 enum cb_err load_spd_cache(uint8_t **spd_cache, size_t *spd_cache_sz) in load_spd_cache()
117 bool spd_cache_is_valid(uint8_t *spd_cache, size_t spd_cache_sz) in spd_cache_is_valid()
137 static bool get_cached_dimm_present(uint8_t *spd_cache, uint8_t idx) in get_cached_dimm_present()
150 bool check_if_dimm_changed(u8 *spd_cache, struct spd_block *blk) in check_if_dimm_changed()
195 enum cb_err spd_fill_from_cache(uint8_t *spd_cache, struct spd_block *blk) in spd_fill_from_cache()
/aosp_15_r20/external/coreboot/src/mainboard/google/puff/
H A Dromstage.c20 uint8_t *spd_cache; in mainboard_memory_init_params() local
/aosp_15_r20/external/coreboot/src/mainboard/purism/librem_cnl/
H A Dromstage.c50 uint8_t *spd_cache; in mainboard_memory_init_params() local
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/memory/
H A Dmeminit.c124 uint8_t *spd_cache; in read_spd_dimm() local