Symbol: ecc_status
drivers/edac/versal_edac.c
234
struct ecc_status stat;
drivers/edac/versal_edac.c
251
struct ecc_status *p;
drivers/edac/versal_edac.c
283
struct ecc_status *p;
drivers/edac/versal_edac.c
316
struct ecc_status *p;
drivers/edac/versal_edac.c
414
static void handle_error(struct mem_ctl_info *mci, struct ecc_status *stat)
drivers/edac/versal_edac.c
459
struct ecc_status *p;
drivers/edac/versalnet_edac.c
151
struct ecc_status stat;
drivers/edac/versalnet_edac.c
214
struct ecc_status *p;
drivers/edac/versalnet_edac.c
427
static void handle_error(struct mc_priv *priv, struct ecc_status *stat,
drivers/edac/versalnet_edac.c
593
struct ecc_status *p;
drivers/edac/versalnet_edac.c
645
memset(p, 0, sizeof(struct ecc_status));
drivers/edac/versalnet_edac.c
656
memset(p, 0, sizeof(struct ecc_status));
drivers/edac/zynqmp_edac.c
113
struct ecc_status stat;
drivers/edac/zynqmp_edac.c
133
static void get_error_info(void __iomem *base, struct ecc_status *p, int mask)
drivers/edac/zynqmp_edac.c
157
static void handle_error(struct edac_device_ctl_info *dci, struct ecc_status *p)
drivers/mtd/nand/raw/nand_toshiba.c
32
u8 *ecc_status = buf;
drivers/mtd/nand/raw/nand_toshiba.c
40
NAND_OP_8BIT_DATA_IN(chip->ecc.steps, ecc_status, 0),
drivers/mtd/nand/raw/nand_toshiba.c
55
u8 status, ecc_status[TOSHIBA_NAND_MAX_ECC_STEPS];
drivers/mtd/nand/raw/nand_toshiba.c
58
ret = toshiba_nand_benand_read_eccstatus_op(chip, ecc_status);
drivers/mtd/nand/raw/nand_toshiba.c
63
bitflips = ecc_status[i] & TOSHIBA_NAND_ECC_STATUS_MASK;
drivers/mtd/nand/raw/r852.c
469
uint8_t ecc_status, err_byte;
drivers/mtd/nand/raw/r852.c
488
ecc_status = (ecc_reg >> 8) & 0xFF;
drivers/mtd/nand/raw/r852.c
491
if (ecc_status & R852_ECC_FAIL) {
drivers/mtd/nand/raw/r852.c
498
if (ecc_status & R852_ECC_CORRECTABLE) {
drivers/mtd/nand/raw/r852.c
503
err_byte, ecc_status & R852_ECC_ERR_BIT_MSK);
drivers/mtd/nand/raw/r852.c
506
1 << (ecc_status & R852_ECC_ERR_BIT_MSK);
drivers/mtd/nand/raw/vf610_nfc.c
514
u8 ecc_status;
drivers/mtd/nand/raw/vf610_nfc.c
518
ecc_status = vf610_nfc_read(nfc, ecc_status_off) & 0xff;
drivers/mtd/nand/raw/vf610_nfc.c
519
ecc_count = ecc_status & ECC_STATUS_ERR_COUNT;
drivers/mtd/nand/raw/vf610_nfc.c
521
if (!(ecc_status & ECC_STATUS_MASK))
drivers/scsi/aic94xx/aic94xx_hwi.c
957
u32 ecc_status;
drivers/scsi/aic94xx/aic94xx_hwi.c
961
pci_read_config_dword(asd_ha->pcidev, ECC_CTRL_STAT, &ecc_status);
drivers/scsi/aic94xx/aic94xx_hwi.c
986
else if (ecc_status & UNCOR_ECCERR)