Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
A Dnand_toshiba.c32 u8 *ecc_status = buf; in toshiba_nand_benand_read_eccstatus_op() local
40 NAND_OP_8BIT_DATA_IN(chip->ecc.steps, ecc_status, 0), in toshiba_nand_benand_read_eccstatus_op()
55 u8 status, ecc_status[TOSHIBA_NAND_MAX_ECC_STEPS]; in toshiba_nand_benand_eccstatus() local
58 ret = toshiba_nand_benand_read_eccstatus_op(chip, ecc_status); in toshiba_nand_benand_eccstatus()
63 bitflips = ecc_status[i] & TOSHIBA_NAND_ECC_STATUS_MASK; in toshiba_nand_benand_eccstatus()
A Dr852.c466 uint8_t ecc_status, err_byte; in r852_ecc_correct() local
485 ecc_status = (ecc_reg >> 8) & 0xFF; in r852_ecc_correct()
488 if (ecc_status & R852_ECC_FAIL) { in r852_ecc_correct()
495 if (ecc_status & R852_ECC_CORRECTABLE) { in r852_ecc_correct()
500 err_byte, ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
503 1 << (ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
A Dvf610_nfc.c513 u8 ecc_status; in vf610_nfc_correct_data() local
517 ecc_status = vf610_nfc_read(nfc, ecc_status_off) & 0xff; in vf610_nfc_correct_data()
518 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()
520 if (!(ecc_status & ECC_STATUS_MASK)) in vf610_nfc_correct_data()
/linux/drivers/scsi/aic94xx/
A Daic94xx_hwi.c961 u32 ecc_status; in asd_hst_pcix_isr() local
965 pci_read_config_dword(asd_ha->pcidev, ECC_CTRL_STAT, &ecc_status); in asd_hst_pcix_isr()
990 else if (ecc_status & UNCOR_ECCERR) in asd_hst_pcix_isr()

Completed in 15 milliseconds