Searched refs:SPD_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
58 #define SPD_PAGE_SIZE (256) 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()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