Home
last modified time | relevance | path

Searched refs:ecc_int (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c1592 u32 ecc_int = hisi_sas_read32(hisi_hba, SAS_ECC_INTR); in fatal_ecc_int_v1_hw() local
1594 if (ecc_int & SAS_ECC_INTR_DQ_ECC1B_MSK) { in fatal_ecc_int_v1_hw()
1601 if (ecc_int & SAS_ECC_INTR_DQ_ECCBAD_MSK) { in fatal_ecc_int_v1_hw()
1610 if (ecc_int & SAS_ECC_INTR_IOST_ECC1B_MSK) { in fatal_ecc_int_v1_hw()
1617 if (ecc_int & SAS_ECC_INTR_IOST_ECCBAD_MSK) { in fatal_ecc_int_v1_hw()
1626 if (ecc_int & SAS_ECC_INTR_ITCT_ECCBAD_MSK) { in fatal_ecc_int_v1_hw()
1635 if (ecc_int & SAS_ECC_INTR_ITCT_ECC1B_MSK) { in fatal_ecc_int_v1_hw()
1642 hisi_sas_write32(hisi_hba, SAS_ECC_INTR, ecc_int | 0x3f); in fatal_ecc_int_v1_hw()
/Linux-v4.19/drivers/edac/
Dthunderx_edac.c188 atomic_t ecc_int; member
416 atomic_set(&lmc->ecc_int, 0); in thunderx_lmc_inject_ecc_write()
430 while (!atomic_read(&lmc->ecc_int) && timeout--) { in thunderx_lmc_inject_ecc_write()
565 atomic_set(&lmc->ecc_int, 1); in thunderx_lmc_err_isr()