Searched refs:EIC_CONFIG_FILTEN7 (Results 1 – 2 of 2) sorted by relevance
967 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN7; in hri_eic_set_CONFIG_FILTEN7_bit()975 tmp = (tmp & EIC_CONFIG_FILTEN7) >> EIC_CONFIG_FILTEN7_Pos; in hri_eic_get_CONFIG_FILTEN7_bit()984 tmp &= ~EIC_CONFIG_FILTEN7; in hri_eic_write_CONFIG_FILTEN7_bit()993 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN7; in hri_eic_clear_CONFIG_FILTEN7_bit()1000 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN7; in hri_eic_toggle_CONFIG_FILTEN7_bit()
400 #define EIC_CONFIG_FILTEN7 (_U(0x1) << EIC_CONFIG_FILTEN7_Pos) macro