Searched refs:AES_INTENSET_GFMCMP (Results 1 – 2 of 2) sorted by relevance
102 ((Aes *)hw)->INTENSET.reg = AES_INTENSET_GFMCMP; in hri_aes_set_INTEN_GFMCMP_bit()107 return (((Aes *)hw)->INTENSET.reg & AES_INTENSET_GFMCMP) >> AES_INTENSET_GFMCMP_Pos; in hri_aes_get_INTEN_GFMCMP_bit()113 ((Aes *)hw)->INTENCLR.reg = AES_INTENSET_GFMCMP; in hri_aes_write_INTEN_GFMCMP_bit()115 ((Aes *)hw)->INTENSET.reg = AES_INTENSET_GFMCMP; in hri_aes_write_INTEN_GFMCMP_bit()121 ((Aes *)hw)->INTENCLR.reg = AES_INTENSET_GFMCMP; in hri_aes_clear_INTEN_GFMCMP_bit()
160 #define AES_INTENSET_GFMCMP (_U(0x1) << AES_INTENSET_GFMCMP_Pos) macro