ecc_mode_status    73 drivers/edac/amd76x_edac.c 	u32 ecc_mode_status;
ecc_mode_status   109 drivers/edac/amd76x_edac.c 			&info->ecc_mode_status);
ecc_mode_status   111 drivers/edac/amd76x_edac.c 	if (info->ecc_mode_status & BIT(8))
ecc_mode_status   115 drivers/edac/amd76x_edac.c 	if (info->ecc_mode_status & BIT(9))
ecc_mode_status   142 drivers/edac/amd76x_edac.c 	if (info->ecc_mode_status & BIT(8)) {
ecc_mode_status   146 drivers/edac/amd76x_edac.c 			row = (info->ecc_mode_status >> 4) & 0xf;
ecc_mode_status   157 drivers/edac/amd76x_edac.c 	if (info->ecc_mode_status & BIT(9)) {
ecc_mode_status   161 drivers/edac/amd76x_edac.c 			row = info->ecc_mode_status & 0xf;