ecc_int           188 drivers/edac/thunderx_edac.c 	atomic_t ecc_int;
ecc_int           416 drivers/edac/thunderx_edac.c 	atomic_set(&lmc->ecc_int, 0);
ecc_int           430 drivers/edac/thunderx_edac.c 	while (!atomic_read(&lmc->ecc_int) && timeout--) {
ecc_int           565 drivers/edac/thunderx_edac.c 	atomic_set(&lmc->ecc_int, 1);
ecc_int          1542 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	u32 ecc_int = hisi_sas_read32(hisi_hba, SAS_ECC_INTR);
ecc_int          1544 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	if (ecc_int & SAS_ECC_INTR_DQ_ECC1B_MSK) {
ecc_int          1551 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	if (ecc_int & SAS_ECC_INTR_DQ_ECCBAD_MSK) {
ecc_int          1560 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	if (ecc_int & SAS_ECC_INTR_IOST_ECC1B_MSK) {
ecc_int          1567 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	if (ecc_int & SAS_ECC_INTR_IOST_ECCBAD_MSK) {
ecc_int          1576 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	if (ecc_int & SAS_ECC_INTR_ITCT_ECCBAD_MSK) {
ecc_int          1585 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	if (ecc_int & SAS_ECC_INTR_ITCT_ECC1B_MSK) {
ecc_int          1592 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	hisi_sas_write32(hisi_hba, SAS_ECC_INTR, ecc_int | 0x3f);