Home
last modified time | relevance | path

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

/SCP-firmware-master/product/synquacer/module/synquacer_memc/include/
A Dsynquacer_ddr.h58 #define SPD_PAGE_SIZE (256) 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()
235 read_len = (total_len > SPD_PAGE_SIZE) ? SPD_PAGE_SIZE : total_len; in read_spd()
256 dst += SPD_PAGE_SIZE; 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 3 milliseconds