Searched refs:IS_RMU_STATE_CLEAR (Results 1 – 6 of 6) sorted by relevance
90 assert_param(IS_RMU_STATE_CLEAR(state)); in ald_rmu_clear_reset_status()
103 assert_param(IS_RMU_STATE_CLEAR(state)); in ald_rmu_clear_reset_status()
102 assert_param(IS_RMU_STATE_CLEAR(state)); in ald_rmu_clear_reset_status()
146 #define IS_RMU_STATE_CLEAR(x) (((x) == ALD_RMU_RST_POR) || \ macro
221 #define IS_RMU_STATE_CLEAR(x) (((x) == RMU_RST_POR) || \ macro
228 #define IS_RMU_STATE_CLEAR(x) (((x) == RMU_RST_POR) || \ macro
Completed in 19 milliseconds