Searched refs:ecc_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/siemens/draco/ |
H A D | board.c | 121 static int ecc_type; variable 145 ecc_type = 16; in draco_read_nand_geometry() 147 ecc_type = 8; in draco_read_nand_geometry() 264 omap_nand_switch_ecc(1, ecc_type); in board_late_init() 267 omap_nand_switch_ecc(1, ecc_type); in board_late_init()
|
/openbmc/linux/drivers/edac/ |
H A D | bluefield_edac.c | 100 enum hw_event_mc_err_type ecc_type; in bluefield_gather_report_ecc() local 104 ecc_type = is_single_ecc ? HW_EVENT_ERR_CORRECTED : in bluefield_gather_report_ecc() 125 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc() 140 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
|
H A D | amd64_edac.c | 2966 u8 ecc_type) in __log_ecc_error() argument 2971 if (ecc_type == 2) in __log_ecc_error() 2973 else if (ecc_type == 1) in __log_ecc_error() 2975 else if (ecc_type == 3) in __log_ecc_error() 3016 u8 ecc_type = (m->status >> 45) & 0x3; in decode_bus_error() local 3040 if (ecc_type == 2) in decode_bus_error() 3045 __log_ecc_error(mci, &err, ecc_type); in decode_bus_error() 3068 u8 ecc_type = (m->status >> 45) & 0x3; in decode_umc_error() local 3085 ecc_type = 3; in decode_umc_error() 3092 if (ecc_type == 2) { in decode_umc_error() [all …]
|