Searched refs:EIC_CONFIG_FILTEN2 (Results 1 – 2 of 2) sorted by relevance
767 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN2; in hri_eic_set_CONFIG_FILTEN2_bit()775 tmp = (tmp & EIC_CONFIG_FILTEN2) >> EIC_CONFIG_FILTEN2_Pos; in hri_eic_get_CONFIG_FILTEN2_bit()784 tmp &= ~EIC_CONFIG_FILTEN2; in hri_eic_write_CONFIG_FILTEN2_bit()793 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN2; in hri_eic_clear_CONFIG_FILTEN2_bit()800 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN2; in hri_eic_toggle_CONFIG_FILTEN2_bit()
315 #define EIC_CONFIG_FILTEN2 (_U(0x1) << EIC_CONFIG_FILTEN2_Pos) macro