Home
last modified time | relevance | path

Searched refs:update_spd_cache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/
H A Dspd_cache.h18 enum cb_err update_spd_cache(struct spd_block *blk);
/aosp_15_r20/external/coreboot/src/mainboard/purism/librem_cnl/
H A Dromstage.c76 if (need_update_cache && update_spd_cache(&blk) == CB_ERR) in mainboard_memory_init_params()
/aosp_15_r20/external/coreboot/src/mainboard/google/puff/
H A Dromstage.c46 if (need_update_cache && update_spd_cache(&blk) == CB_ERR) in mainboard_memory_init_params()
/aosp_15_r20/external/coreboot/src/lib/
H A Dspd_cache.c35 enum cb_err update_spd_cache(struct spd_block *blk) in update_spd_cache() function
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/memory/
H A Dmeminit.c157 update_spd_cache(&blk) == CB_ERR) in read_spd_dimm()