Searched refs:err_check_type (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_spd.c159 u32 err_check_type; /* ECC , PARITY.. */ member in struct:dimm_info
273 info->err_check_type = 0;
277 info->err_check_type = 1;
279 DEBUG_INIT_FULL_C("DRAM err_check_type ", info->err_check_type, 1);
361 info->num_of_module_ranks) + info->err_check_type;
528 if (sum_info->err_check_type > info->err_check_type) {
529 sum_info->err_check_type = info->err_check_type;
[all...]

Completed in 37 milliseconds