Searched refs:AES_INTFLAG_GFMCMP (Results 1 – 2 of 2) sorted by relevance
165 return (((Aes *)hw)->INTFLAG.reg & AES_INTFLAG_GFMCMP) >> AES_INTFLAG_GFMCMP_Pos; in hri_aes_get_INTFLAG_GFMCMP_bit()170 ((Aes *)hw)->INTFLAG.reg = AES_INTFLAG_GFMCMP; in hri_aes_clear_INTFLAG_GFMCMP_bit()185 return (((Aes *)hw)->INTFLAG.reg & AES_INTFLAG_GFMCMP) >> AES_INTFLAG_GFMCMP_Pos; in hri_aes_get_interrupt_GFMCMP_bit()190 ((Aes *)hw)->INTFLAG.reg = AES_INTFLAG_GFMCMP; in hri_aes_clear_interrupt_GFMCMP_bit()
181 #define AES_INTFLAG_GFMCMP (_U(0x1) << AES_INTFLAG_GFMCMP_Pos) macro