Searched refs:ecc_int (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/edac/
H A Dthunderx_edac.c188 atomic_t ecc_int; member in struct:thunderx_lmc
416 atomic_set(&lmc->ecc_int, 0);
430 while (!atomic_read(&lmc->ecc_int) && timeout--) {
565 atomic_set(&lmc->ecc_int, 1);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1530 u32 ecc_int = hisi_sas_read32(hisi_hba, SAS_ECC_INTR); local
1532 if (ecc_int & SAS_ECC_INTR_DQ_ECC1B_MSK) {
1539 if (ecc_int & SAS_ECC_INTR_DQ_ECCBAD_MSK) {
1548 if (ecc_int & SAS_ECC_INTR_IOST_ECC1B_MSK) {
1555 if (ecc_int & SAS_ECC_INTR_IOST_ECCBAD_MSK) {
1564 if (ecc_int & SAS_ECC_INTR_ITCT_ECCBAD_MSK) {
1573 if (ecc_int & SAS_ECC_INTR_ITCT_ECC1B_MSK) {
1580 hisi_sas_write32(hisi_hba, SAS_ECC_INTR, ecc_int | 0x3f);

Completed in 134 milliseconds