Searched refs:centers (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c110 CHAN_CENTERS centers; local
112 ar5416GetChannelCenters(ah, chan, &centers);
120 (uint8_t)FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GHZ(chan)),
H A Dar9280.c77 CHAN_CENTERS centers; local
83 ar5416GetChannelCenters(ah, chan, &centers);
84 freq = centers.synth_center;
H A Dar9280_olc.c68 CHAN_CENTERS centers; local
70 ar5416GetChannelCenters(ah, chan, &centers);
76 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
H A Dar9287.c77 CHAN_CENTERS centers; local
82 ar5416GetChannelCenters(ah, chan, &centers);
83 freq = centers.synth_center;
H A Dar9285_reset.c424 CHAN_CENTERS centers; local
426 ar5416GetChannelCenters(ah, chan, &centers);
479 freq = centers.ctl_center;
481 freq = centers.ext_center;
483 freq = centers.ctl_center;
666 CHAN_CENTERS centers; local
668 ar5416GetChannelCenters(ah, chan, &centers);
678 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
713 vpdTableI[i][j] = (uint8_t)(ath_ee_interpolate((uint16_t)FREQ2FBIN(centers.synth_center,
H A Dar9287_reset.c160 CHAN_CENTERS centers; local
162 ar5416GetChannelCenters(ah, chan, &centers);
235 freq = centers.ctl_center;
237 freq = centers.ext_center;
239 freq = centers.ctl_center;
H A Dar9280_attach.c590 CHAN_CENTERS centers; local
602 ar5416GetChannelCenters(ah, chan, &centers);
603 freq = centers.synth_center;
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c87 CHAN_CENTERS centers; local
99 ar9300_get_channel_centers(ah, chan, &centers);
100 freq = centers.synth_center;
H A Dar9300_radar.c515 CHAN_CENTERS centers;
518 ar9300_get_channel_centers(ah, ichan, &centers);
519 if (centers.ctl_center == centers.ext_center) {
524 if (ichan->channel == centers.ext_center) {
H A Dar9300_reset.c197 CHAN_CENTERS *centers)
204 centers->ctl_center = centers->ext_center =
205 centers->synth_center = ichan->channel;
216 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT;
219 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT;
223 centers->ctl_center =
224 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT);
225 centers->ext_center =
226 centers
196 ar9300_get_channel_centers(struct ath_hal *ah, const struct ieee80211_channel *chan, CHAN_CENTERS *centers) argument
736 CHAN_CENTERS centers; local
[all...]
H A Dar9300_eeprom.c2331 CHAN_CENTERS centers; local
2344 ar9300_get_channel_centers(ah, chan, &centers);
2428 freq = centers.synth_center;
2430 freq = centers.ext_center;
2432 freq = centers.ctl_center;
3008 CHAN_CENTERS centers;
3010 ar9300_get_channel_centers(ah, chan, &centers);
3012 reset_freq_bin = FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GHZ(chan));
H A Dar9300.h1496 CHAN_CENTERS *centers);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c852 CHAN_CENTERS centers; local
868 ar5416GetChannelCenters(ah, chan, &centers);
869 coef_scaled = clockMhzScaled / centers.synth_center;
1833 CHAN_CENTERS centers; local
1835 ar5416GetChannelCenters(ah, chan, &centers);
1945 freq = centers.ctl_center;
1947 freq = centers.ext_center;
1949 freq = centers.ctl_center;
2099 CHAN_CENTERS centers; local
2101 ar5416GetChannelCenters(ah, chan, &centers);
2159 CHAN_CENTERS centers; local
2440 CHAN_CENTERS centers; local
2622 ar5416GetChannelCenters(struct ath_hal *ah, const struct ieee80211_channel *chan, CHAN_CENTERS *centers) argument
2720 CHAN_CENTERS centers; local
[all...]
H A Dar2133.c132 CHAN_CENTERS centers; local
136 ar5416GetChannelCenters(ah, chan, &centers);
137 freq = centers.synth_center;
H A Dar5416.h322 const struct ieee80211_channel *chan, CHAN_CENTERS *centers);

Completed in 186 milliseconds