Home
last modified time | relevance | path

Searched refs:spd_data_ddr3_1_sz (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/tests/lib/
H A Dspd_cache-test.c70 assert_true(spd_cache_sz >= (spd_data_ddr3_1_sz + sizeof(uint16_t))); in fill_spd_cache_ddr3()
72 memcpy(spd_cache, spd_data_ddr3_1, spd_data_ddr3_1_sz); in fill_spd_cache_ddr3()
73 memset(spd_cache + spd_data_ddr3_1_sz, 0, spd_cache_sz - spd_data_ddr3_1_sz); in fill_spd_cache_ddr3()
/aosp_15_r20/external/coreboot/tests/include/tests/lib/
H A Dspd_cache_data.h107 unsigned int spd_data_ddr3_1_sz = 256; variable