Searched refs:ecc_status (Results 1 – 5 of 5) sorted by relevance
470 uint8_t ecc_status, err_byte; in r852_ecc_correct() local489 ecc_status = (ecc_reg >> 8) & 0xFF; in r852_ecc_correct()492 if (ecc_status & R852_ECC_FAIL) { in r852_ecc_correct()499 if (ecc_status & R852_ECC_CORRECTABLE) { in r852_ecc_correct()504 err_byte, ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()507 1 << (ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
562 u8 ecc_status; in vf610_nfc_correct_data() local566 ecc_status = vf610_nfc_read(nfc, ecc_status_off) & 0xff; in vf610_nfc_correct_data()567 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()569 if (!(ecc_status & ECC_STATUS_MASK)) in vf610_nfc_correct_data()
1417 unsigned int ecc_status; in atmel_nand_correct() local1421 ecc_status = ecc_readl(host->ecc, SR); in atmel_nand_correct()1424 if (likely(!(ecc_status & ATMEL_ECC_RECERR))) in atmel_nand_correct()1434 if (ecc_status & ATMEL_ECC_MULERR) { in atmel_nand_correct()1451 if (ecc_status & ATMEL_ECC_ECCERR) { in atmel_nand_correct()
674 uint16_t ecc_status = get_ecc_status_v1(host); in mxc_nand_correct_data_v1() local676 if (((ecc_status & 0x3) == 2) || ((ecc_status >> 2) == 2)) { in mxc_nand_correct_data_v1()
977 u32 ecc_status; in asd_hst_pcix_isr() local981 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()