Searched refs:FM_EX_KG_DOUBLE_ECC (Results 1 – 5 of 5) sorted by relevance
322 iowrite32be(FM_EX_KG_DOUBLE_ECC | FM_EX_KG_KEYSIZE_OVERFLOW, in fman_kg_init()326 if (exceptions & FM_EX_KG_DOUBLE_ECC) in fman_kg_init()327 tmp |= FM_EX_KG_DOUBLE_ECC; in fman_kg_init()
57 #define DEFAULT_fmPcdKgErrorExceptions (FM_EX_KG_DOUBLE_ECC | FM_EX_KG_KEYSIZE_OVERFLOW)96 bitMask = FM_EX_KG_DOUBLE_ECC; break; \
1802 tmpReg |= FM_EX_KG_DOUBLE_ECC; in FM_PCD_SetException()1804 tmpReg &= ~FM_EX_KG_DOUBLE_ECC; in FM_PCD_SetException()1924 if (!(p_FmPcd->exceptions & FM_EX_KG_DOUBLE_ECC)) in FM_PCD_ForceIntr()1926 WRITE_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->fmkg_feer, FM_EX_KG_DOUBLE_ECC); in FM_PCD_ForceIntr()
901 if (event & FM_EX_KG_DOUBLE_ECC) in PcdKgErrorException()961 if (p_FmPcd->exceptions & FM_EX_KG_DOUBLE_ECC) in KgInitMaster()
122 #define FM_EX_KG_DOUBLE_ECC 0x80000000 macro