Searched refs:IS_CMU_OUTPUT_HIGH_DIV (Results 1 – 6 of 6) sorted by relevance
296 #define IS_CMU_OUTPUT_HIGH_DIV(x) (((x) == ALD_CMU_OUTPUT_DIV_1) || \ macro
480 #define IS_CMU_OUTPUT_HIGH_DIV(x) (((x) == CMU_OUTPUT_DIV_1) || \ macro
704 assert_param(IS_CMU_OUTPUT_HIGH_DIV(div)); in ald_cmu_output_high_clock_config()
581 #define IS_CMU_OUTPUT_HIGH_DIV(x) (((x) == CMU_OUTPUT_DIV_1) || \ macro
862 assert_param(IS_CMU_OUTPUT_HIGH_DIV(div)); in ald_cmu_output_high_clock_config()
844 assert_param(IS_CMU_OUTPUT_HIGH_DIV(div)); in ald_cmu_output_high_clock_config()
Completed in 14 milliseconds