HomeSort by: relevance | last modified time | path
    Searched refs:freqs (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar5315.c 153 ar5315_get_freqs(struct arfreqs *freqs)
173 freqs->freq_ref = 40000000;
176 freqs->freq_pll = (freqs->freq_ref / refdiv) * div2 * fbdiv;
180 [0] = freqs->freq_pll / pll_divide_table[AR5315_PLLC_CLKM(pllc)],
181 [1] = freqs->freq_pll / pll_divide_table[AR5315_PLLC_CLKM(pllc)],
184 [2] = freqs->freq_pll / pll_divide_table[AR5315_PLLC_CLKC(pllc)],
187 [3] = freqs->freq_ref, /* use original reference clock */
193 freqs->freq_bus = pllout[AR5315_CLOCKCTL_SELECT(amba_clkctl)] / ambadiv;
198 freqs->freq_cpu = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] / cpudiv
    [all...]
ar9344.c 121 ar9344_get_freqs(struct arfreqs *freqs)
134 freqs->freq_ref = ref_clk;
165 freqs->freq_bus = ddr_pll_freq / (post_div + 1);
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;
176 freqs->freq_cpu = ddr_pll_freq / (post_div + 1);
177 freqs->freq_pll = ddr_pll_freq;
183 freqs->freq_mem = ddr_pll_freq / (post_div + 1);
185 freqs->freq_mem = cpu_pll_freq / (post_div + 1)
    [all...]
ar5312.c 134 ar5312_get_freqs(struct arfreqs *freqs)
168 freqs->freq_cpu = cpufreq;
169 freqs->freq_bus = cpufreq / 4;
170 freqs->freq_mem = 0;
171 freqs->freq_ref = 40000000;
172 freqs->freq_pll = 40000000;
ar7100.c 150 ar7100_get_freqs(struct arfreqs *freqs)
167 freqs->freq_bus = bus_freq;
168 freqs->freq_cpu = cpu_freq;
169 freqs->freq_mem = ddr_freq;
170 freqs->freq_pll = pll_freq;
171 freqs->freq_ref = ref_freq;
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 231 static uint8_t freqs[4]; variable
276 freqs[0] = frequency;
425 freqs[i++] = FREQ_ANY;
428 freqs[i++] = FREQ_16K;
431 freqs[i++] = FREQ_32K;
434 freqs[i++] = FREQ_44_1K;
437 freqs[i++] = FREQ_48K;
490 frequency |= freqs[j];
  /src/sys/dev/ic/
arn9380.c 523 static const int16_t freqs[] = { 2420, 2440, 2464, 2480 }; local
528 for (i = 0; i < __arraycount(freqs); i++) {
529 spur = freqs[i] - c->ic_freq;
533 if (i == __arraycount(freqs)) {
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 1524 ; sampling freqs:
1635 ; sampling freqs:
1728 ; sampling freqs:
1860 ; sampling freqs:
1954 ; sampling freqs:
  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 2471 REG_DMN_FREQ_BAND *fband = AH_NULL,*freqs; local
2497 freqs = &regDmn5GhzTurboFreq[0];
2513 freqs = &regDmn5GhzFreq[0];
2519 freqs = &regDmn2GhzFreq[0];
2535 freqs = &regDmn2Ghz11gFreq[0];
2541 freqs = &regDmn2Ghz11gTurboFreq[0];
2547 freqs = &regDmn5GhzTurboFreq[0];
2571 fband = &freqs[b];
  /src/sys/dev/usb/
if_run.c 3511 const struct rt5592_freqs *freqs; local
3518 freqs = (tmp & RT5592_SEL_XTAL) ?
3522 for (i = 0; rt2860_rf2850[i].chan != chan; i++, freqs++);
3535 run_rt3070_rf_write(sc, 8, freqs->n & 0xff);
3538 rf |= ((freqs->n & 0x0100) >> 8) << 4;
3544 rf |= (freqs->k & 0x0f);
3550 rf |= ((freqs->m - 0x8) & 0x3) << 2;
3554 rf |= (((freqs->m - 0x8) & 0x4) >> 2) << 7;
3560 rf |= (freqs->r - 0x1);
uaudio.c 2479 uaudio_get_rates(struct uaudio_softc *sc, int mode, u_int *freqs, u_int len)
2515 if (freqs[i] == freq)
2528 freqs[n] = freq;

Completed in 36 milliseconds