Searched refs:SPD_NUM_OF_PAGE (Results 1 – 2 of 2) sorted by relevance
59 #define SPD_NUM_OF_PAGE (2) macro62 #define SPD_STORE_AREA_SIZE (DIMM_SLOT_NUM * (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE))
222 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