stat32 721 drivers/edac/e752x_edac.c u32 stat32; stat32 723 drivers/edac/e752x_edac.c stat32 = info->nsi_ferr; stat32 724 drivers/edac/e752x_edac.c if (stat32 & NSI_ERR_MASK) { /* Error, so process */ stat32 725 drivers/edac/e752x_edac.c if (stat32 & NSI_FATAL_MASK) /* check for fatal errors */ stat32 726 drivers/edac/e752x_edac.c nsi_error(1, stat32 & NSI_FATAL_MASK, error_found, stat32 728 drivers/edac/e752x_edac.c if (stat32 & NSI_NON_FATAL_MASK) /* check for non-fatal ones */ stat32 729 drivers/edac/e752x_edac.c nsi_error(0, stat32 & NSI_NON_FATAL_MASK, error_found, stat32 732 drivers/edac/e752x_edac.c stat32 = info->nsi_nerr; stat32 733 drivers/edac/e752x_edac.c if (stat32 & NSI_ERR_MASK) { stat32 734 drivers/edac/e752x_edac.c if (stat32 & NSI_FATAL_MASK) stat32 735 drivers/edac/e752x_edac.c nsi_error(1, stat32 & NSI_FATAL_MASK, error_found, stat32 737 drivers/edac/e752x_edac.c if (stat32 & NSI_NON_FATAL_MASK) stat32 738 drivers/edac/e752x_edac.c nsi_error(0, stat32 & NSI_NON_FATAL_MASK, error_found, stat32 746 drivers/edac/e752x_edac.c u32 stat32, error32; stat32 749 drivers/edac/e752x_edac.c stat32 = info->sysbus_ferr + (info->sysbus_nerr << 16); stat32 751 drivers/edac/e752x_edac.c if (stat32 == 0) stat32 754 drivers/edac/e752x_edac.c error32 = (stat32 >> 16) & 0x3ff; stat32 755 drivers/edac/e752x_edac.c stat32 = stat32 & 0x3ff; stat32 757 drivers/edac/e752x_edac.c if (stat32 & 0x087) stat32 758 drivers/edac/e752x_edac.c sysbus_error(1, stat32 & 0x087, error_found, handle_error); stat32 760 drivers/edac/e752x_edac.c if (stat32 & 0x378) stat32 761 drivers/edac/e752x_edac.c sysbus_error(0, stat32 & 0x378, error_found, handle_error); stat32 949 drivers/edac/e752x_edac.c u32 error32, stat32; stat32 954 drivers/edac/e752x_edac.c stat32 = (info->ferr_global >> 4) & 0x7ff; stat32 959 drivers/edac/e752x_edac.c if (stat32) stat32 960 drivers/edac/e752x_edac.c global_error(0, stat32, &error_found, handle_errors); stat32 963 drivers/edac/e752x_edac.c stat32 = (info->nerr_global >> 4) & 0x7ff; stat32 968 drivers/edac/e752x_edac.c if (stat32) stat32 969 drivers/edac/e752x_edac.c global_error(0, stat32, &error_found, handle_errors);