Searched refs:spd_data_ddr4_1_sz (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | spd_cache-test.c | 80 >= (spd_data_ddr4_1_sz + spd_data_ddr4_2_sz + sizeof(uint16_t))); in fill_spd_cache_ddr4() 82 memcpy(spd_cache, spd_data_ddr4_1, spd_data_ddr4_1_sz); in fill_spd_cache_ddr4() 83 memcpy(spd_cache + spd_data_ddr4_1_sz, spd_data_ddr4_2, spd_data_ddr4_2_sz); in fill_spd_cache_ddr4() 84 memset(spd_cache + spd_data_ddr4_1_sz + spd_data_ddr4_2_sz, 0, in fill_spd_cache_ddr4() 85 spd_cache_sz - (spd_data_ddr4_1_sz + spd_data_ddr4_2_sz)); in fill_spd_cache_ddr4() 189 memset(spd_cache + spd_data_ddr4_1_sz, 0xff, spd_data_ddr4_2_sz); in test_check_if_dimm_changed_sodimm_lost() 207 memcpy(spd_cache + spd_data_ddr4_1_sz + spd_data_ddr4_2_sz, spd_data_ddr4_2, in test_check_if_dimm_changed_new_sodimm() 241 memcpy(spd_cache, spd_data_ddr4_1, spd_data_ddr4_1_sz); in test_check_if_dimm_changed_with_nonexistent() 242 memset(spd_cache + spd_data_ddr4_1_sz, 0xff, spd_cache_sz - spd_data_ddr4_1_sz); in test_check_if_dimm_changed_with_nonexistent()
|
/aosp_15_r20/external/coreboot/tests/include/tests/lib/ |
H A D | spd_cache_data.h | 45 unsigned int spd_data_ddr4_1_sz = 512; variable
|