Home
last modified time | relevance | path

Searched refs:spd_fill_from_cache (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/coreboot/tests/lib/
H A Dspd_cache-test.c97 assert_int_equal(CB_ERR, spd_fill_from_cache(spd_cache, &blk)); in test_spd_fill_from_cache()
104 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_spd_fill_from_cache()
154 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_check_if_dimm_changed_not_changed()
171 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_check_if_dimm_changed_sn_error()
187 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_check_if_dimm_changed_sodimm_lost()
205 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_check_if_dimm_changed_new_sodimm()
224 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_check_if_dimm_changed_sn_changed()
244 assert_int_equal(CB_SUCCESS, spd_fill_from_cache(spd_cache, &blk)); in test_check_if_dimm_changed_with_nonexistent()
/aosp_15_r20/external/coreboot/src/include/
H A Dspd_cache.h22 enum cb_err spd_fill_from_cache(uint8_t *spd_cache, struct spd_block *blk);
/aosp_15_r20/external/coreboot/src/mainboard/purism/librem_cnl/
H A Dromstage.c71 spd_fill_from_cache(spd_cache, &blk); in mainboard_memory_init_params()
/aosp_15_r20/external/coreboot/src/mainboard/google/puff/
H A Dromstage.c41 spd_fill_from_cache(spd_cache, &blk); in mainboard_memory_init_params()
/aosp_15_r20/external/coreboot/src/lib/
H A Dspd_cache.c195 enum cb_err spd_fill_from_cache(uint8_t *spd_cache, struct spd_block *blk) in spd_fill_from_cache() function
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/memory/
H A Dmeminit.c151 spd_fill_from_cache(spd_cache, &blk); in read_spd_dimm()