Searched refs:ADSP_CPU_CLOCK_FREQ_DEFAULT (Results 1 – 2 of 2) sorted by relevance
112 platform_cpu_clocks[i].default_freq = ADSP_CPU_CLOCK_FREQ_DEFAULT; in adsp_clock_init()113 platform_cpu_clocks[i].current_freq = ADSP_CPU_CLOCK_FREQ_DEFAULT; in adsp_clock_init()
49 #define ADSP_CPU_CLOCK_FREQ_DEFAULT DT_PROP(DT_NODELABEL(clkctl), adsp_clkctl_freq_default) macro