Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Damd76x_edac.c74 u32 ecc_mode_status; member
110 &info->ecc_mode_status); in amd76x_get_error_info()
112 if (info->ecc_mode_status & BIT(8)) in amd76x_get_error_info()
116 if (info->ecc_mode_status & BIT(9)) in amd76x_get_error_info()
143 if (info->ecc_mode_status & BIT(8)) { in amd76x_process_error_info()
147 row = (info->ecc_mode_status >> 4) & 0xf; in amd76x_process_error_info()
158 if (info->ecc_mode_status & BIT(9)) { in amd76x_process_error_info()
162 row = info->ecc_mode_status & 0xf; in amd76x_process_error_info()