ecc_status        466 drivers/mtd/nand/raw/r852.c 	uint8_t ecc_status, err_byte;
ecc_status        485 drivers/mtd/nand/raw/r852.c 		ecc_status = (ecc_reg >> 8) & 0xFF;
ecc_status        488 drivers/mtd/nand/raw/r852.c 		if (ecc_status & R852_ECC_FAIL) {
ecc_status        495 drivers/mtd/nand/raw/r852.c 		if (ecc_status & R852_ECC_CORRECTABLE) {
ecc_status        500 drivers/mtd/nand/raw/r852.c 				err_byte, ecc_status & R852_ECC_ERR_BIT_MSK);
ecc_status        503 drivers/mtd/nand/raw/r852.c 				1 << (ecc_status & R852_ECC_ERR_BIT_MSK);
ecc_status        516 drivers/mtd/nand/raw/vf610_nfc.c 	u8 ecc_status;
ecc_status        520 drivers/mtd/nand/raw/vf610_nfc.c 	ecc_status = vf610_nfc_read(nfc, ecc_status_off) & 0xff;
ecc_status        521 drivers/mtd/nand/raw/vf610_nfc.c 	ecc_count = ecc_status & ECC_STATUS_ERR_COUNT;
ecc_status        523 drivers/mtd/nand/raw/vf610_nfc.c 	if (!(ecc_status & ECC_STATUS_MASK))
ecc_status        961 drivers/scsi/aic94xx/aic94xx_hwi.c 	u32 ecc_status;
ecc_status        965 drivers/scsi/aic94xx/aic94xx_hwi.c 	pci_read_config_dword(asd_ha->pcidev, ECC_CTRL_STAT, &ecc_status);
ecc_status        990 drivers/scsi/aic94xx/aic94xx_hwi.c 	else if (ecc_status & UNCOR_ECCERR)