Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Damd76x_edac.c73 u32 ecc_mode_status; member
109 &info->ecc_mode_status); in amd76x_get_error_info()
111 if (info->ecc_mode_status & BIT(8)) in amd76x_get_error_info()
115 if (info->ecc_mode_status & BIT(9)) in amd76x_get_error_info()
142 if (info->ecc_mode_status & BIT(8)) { in amd76x_process_error_info()
146 row = (info->ecc_mode_status >> 4) & 0xf; in amd76x_process_error_info()
157 if (info->ecc_mode_status & BIT(9)) { in amd76x_process_error_info()
161 row = info->ecc_mode_status & 0xf; in amd76x_process_error_info()