Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/nand/
Datmel_nand.c411 unsigned int ecc_status; in atmel_nand_correct() local
415 ecc_status = ecc_readl(host->ecc, SR); in atmel_nand_correct()
418 if (likely(!(ecc_status & ATMEL_ECC_RECERR))) in atmel_nand_correct()
428 if (ecc_status & ATMEL_ECC_MULERR) { in atmel_nand_correct()
445 if (ecc_status & ATMEL_ECC_ECCERR) { in atmel_nand_correct()
Dr852.c489 uint8_t ecc_status, err_byte; in r852_ecc_correct() local
508 ecc_status = (ecc_reg >> 8) & 0xFF; in r852_ecc_correct()
511 if (ecc_status & R852_ECC_FAIL) { in r852_ecc_correct()
518 if (ecc_status & R852_ECC_CORRECTABLE) { in r852_ecc_correct()
523 err_byte, ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
526 1 << (ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
Dmxc_nand.c556 uint16_t ecc_status = readw(NFC_V1_V2_ECC_STATUS_RESULT); in mxc_nand_correct_data_v1() local
558 if (((ecc_status & 0x3) == 2) || ((ecc_status >> 2) == 2)) { in mxc_nand_correct_data_v1()
/linux-2.6.39/drivers/scsi/aic94xx/
Daic94xx_hwi.c977 u32 ecc_status; in asd_hst_pcix_isr() local
981 pci_read_config_dword(asd_ha->pcidev, ECC_CTRL_STAT, &ecc_status); in asd_hst_pcix_isr()
1006 else if (ecc_status & UNCOR_ECCERR) in asd_hst_pcix_isr()