Searched refs:spd_fill_from_cache (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | spd_cache-test.c | 97 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 D | spd_cache.h | 22 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 D | romstage.c | 71 spd_fill_from_cache(spd_cache, &blk); in mainboard_memory_init_params()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/puff/ |
H A D | romstage.c | 41 spd_fill_from_cache(spd_cache, &blk); in mainboard_memory_init_params()
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | spd_cache.c | 195 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 D | meminit.c | 151 spd_fill_from_cache(spd_cache, &blk); in read_spd_dimm()
|