Home
last modified time | relevance | path

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

/SCP-firmware-master/product/synquacer/module/synquacer_memc/include/
A Dsynquacer_ddr.h59 #define SPD_NUM_OF_PAGE (2) macro
62 #define SPD_STORE_AREA_SIZE (DIMM_SLOT_NUM * (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE))
/SCP-firmware-master/product/synquacer/module/synquacer_memc/src/
A Dsynquacer_ddr.c222 if (total_len > (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE)) in read_spd()
227 for (spd_page = 0; spd_page < SPD_NUM_OF_PAGE; spd_page++) { in read_spd()
907 ret = read_spd(slot, dst, (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE)); in store_spd_to_nssram()
910 memset(dst, 0, (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE)); in store_spd_to_nssram()
912 dst += (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE); in store_spd_to_nssram()

Completed in 4 milliseconds