Searched refs:ADSP_CLOCK_SOURCE_COUNT (Results 1 – 2 of 2) sorted by relevance
123 struct adsp_clock_source_desc adsp_clk_src_info[ADSP_CLOCK_SOURCE_COUNT] = {146 if (source < 0 || source >= ADSP_CLOCK_SOURCE_COUNT) { in adsp_clock_source_is_supported()155 if (source < 0 || source >= ADSP_CLOCK_SOURCE_COUNT) { in adsp_clock_source_frequency()
78 #define ADSP_CLOCK_SOURCE_COUNT 5 macro