Searched refs:synth_center (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c122 (uint8_t)FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GHZ(chan)),
H A Dar9280.c86 freq = centers.synth_center;
H A Dar9280_olc.c78 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
H A Dar9287.c85 freq = centers.synth_center;
H A Dar9285_reset.c680 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
715 vpdTableI[i][j] = (uint8_t)(ath_ee_interpolate((uint16_t)FREQ2FBIN(centers.synth_center,
H A Dar9280_attach.c605 freq = centers.synth_center;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c102 freq = centers.synth_center;
H A Dar9300_reset.c227 centers->synth_center = ichan->channel;
238 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT;
241 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT;
246 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT);
248 centers->synth_center +
805 coef_scaled = clock_mhz_scaled / centers.synth_center;
H A Dar9300.h121 u_int16_t synth_center; member in struct:__anon8959
H A Dar9300_eeprom.c2669 freq = centers.synth_center;
3282 reset_freq_bin = FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GHZ(chan));
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c883 coef_scaled = clockMhzScaled / centers.synth_center;
2114 freq = isHt40Target ? centers.synth_center : centers.ctl_center;
2464 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
2495 vpdTableI[i][j] = (uint8_t)(ath_ee_interpolate((uint16_t)FREQ2FBIN(centers.synth_center,
2640 centers->synth_center = freq;
2646 centers->synth_center += HT40_CHANNEL_CENTER_SHIFT;
2648 centers->synth_center + HT40_CHANNEL_CENTER_SHIFT;
2650 centers->synth_center -= HT40_CHANNEL_CENTER_SHIFT;
2652 centers->synth_center - HT40_CHANNEL_CENTER_SHIFT;
2736 resetFreqBin = FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GH
[all...]
H A Dar2133.c139 freq = centers.synth_center;
H A Dar5416.h31 uint16_t synth_center; member in struct:__anon11517

Completed in 258 milliseconds