HomeSort by: relevance | last modified time | path
    Searched defs:cpu_pll_freq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar9344.c 145 const uint32_t cpu_pll_freq = (nint * ref_clk / ref_div) >> out_div; local in function:ar9344_get_freqs
167 freqs->freq_bus = cpu_pll_freq / (post_div + 1);
173 freqs->freq_cpu = cpu_pll_freq / (post_div + 1);
174 freqs->freq_pll = cpu_pll_freq;
185 freqs->freq_mem = cpu_pll_freq / (post_div + 1);
ar9344.c 145 const uint32_t cpu_pll_freq = (nint * ref_clk / ref_div) >> out_div; local in function:ar9344_get_freqs
167 freqs->freq_bus = cpu_pll_freq / (post_div + 1);
173 freqs->freq_cpu = cpu_pll_freq / (post_div + 1);
174 freqs->freq_pll = cpu_pll_freq;
185 freqs->freq_mem = cpu_pll_freq / (post_div + 1);

Completed in 24 milliseconds