Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/fman/
Dfman.c160 #define BMI_ERR_INTR_EN_STORAGE_PROFILE_ECC 0x80000000 macro
879 BMI_ERR_INTR_EN_STORAGE_PROFILE_ECC | in bmi_init()
886 tmp_reg |= BMI_ERR_INTR_EN_STORAGE_PROFILE_ECC; in bmi_init()
1033 tmp |= BMI_ERR_INTR_EN_STORAGE_PROFILE_ECC; in set_exception()
1035 tmp &= ~BMI_ERR_INTR_EN_STORAGE_PROFILE_ECC; in set_exception()
1217 if (event & BMI_ERR_INTR_EN_STORAGE_PROFILE_ECC) in bmi_err_event()