Searched refs:EIC_CONFIG_FILTEN6 (Results 1 – 2 of 2) sorted by relevance
927 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN6; in hri_eic_set_CONFIG_FILTEN6_bit()935 tmp = (tmp & EIC_CONFIG_FILTEN6) >> EIC_CONFIG_FILTEN6_Pos; in hri_eic_get_CONFIG_FILTEN6_bit()944 tmp &= ~EIC_CONFIG_FILTEN6; in hri_eic_write_CONFIG_FILTEN6_bit()953 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN6; in hri_eic_clear_CONFIG_FILTEN6_bit()960 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN6; in hri_eic_toggle_CONFIG_FILTEN6_bit()
383 #define EIC_CONFIG_FILTEN6 (_U(0x1) << EIC_CONFIG_FILTEN6_Pos) macro