Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dr852.c472 uint8_t ecc_status, err_byte; in r852_ecc_correct() local
491 ecc_status = (ecc_reg >> 8) & 0xFF; in r852_ecc_correct()
494 if (ecc_status & R852_ECC_FAIL) { in r852_ecc_correct()
501 if (ecc_status & R852_ECC_CORRECTABLE) { in r852_ecc_correct()
506 err_byte, ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
509 1 << (ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
Dvf610_nfc.c525 u8 ecc_status; in vf610_nfc_correct_data() local
529 ecc_status = vf610_nfc_read(nfc, ecc_status_off) & 0xff; in vf610_nfc_correct_data()
530 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()
532 if (!(ecc_status & ECC_STATUS_MASK)) in vf610_nfc_correct_data()
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_hwi.c979 u32 ecc_status; in asd_hst_pcix_isr() local
983 pci_read_config_dword(asd_ha->pcidev, ECC_CTRL_STAT, &ecc_status); in asd_hst_pcix_isr()
1008 else if (ecc_status & UNCOR_ECCERR) in asd_hst_pcix_isr()