Searched refs:EIC_CONFIG_FILTEN4 (Results 1 – 2 of 2) sorted by relevance
847 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN4; in hri_eic_set_CONFIG_FILTEN4_bit()855 tmp = (tmp & EIC_CONFIG_FILTEN4) >> EIC_CONFIG_FILTEN4_Pos; in hri_eic_get_CONFIG_FILTEN4_bit()864 tmp &= ~EIC_CONFIG_FILTEN4; in hri_eic_write_CONFIG_FILTEN4_bit()873 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN4; in hri_eic_clear_CONFIG_FILTEN4_bit()880 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN4; in hri_eic_toggle_CONFIG_FILTEN4_bit()
349 #define EIC_CONFIG_FILTEN4 (_U(0x1) << EIC_CONFIG_FILTEN4_Pos) macro