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

/freebsd-11-stable/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.c591 CHAN_CENTERS centers; local
603 ar5416GetChannelCenters(ah, chan, &centers);
604 freq = centers.synth_center;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c87 CHAN_CENTERS centers; local
101 ar9300_get_channel_centers(ah, chan, &centers);
102 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.c196 CHAN_CENTERS *centers)
203 centers->ctl_center = centers->ext_center =
204 centers->synth_center = ichan->channel;
215 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT;
218 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT;
222 centers->ctl_center =
223 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT);
224 centers->ext_center =
225 centers
195 ar9300_get_channel_centers(struct ath_hal *ah, const struct ieee80211_channel *chan, CHAN_CENTERS *centers) argument
765 CHAN_CENTERS centers; local
[all...]
H A Dar9300_eeprom.c2557 CHAN_CENTERS centers; local
2574 ar9300_get_channel_centers(ah, chan, &centers);
2669 freq = centers.synth_center;
2671 freq = centers.ext_center;
2673 freq = centers.ctl_center;
3250 CHAN_CENTERS centers;
3252 ar9300_get_channel_centers(ah, chan, &centers);
3254 reset_freq_bin = FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GHZ(chan));
H A Dar9300.h1531 CHAN_CENTERS *centers);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c855 CHAN_CENTERS centers; local
871 ar5416GetChannelCenters(ah, chan, &centers);
872 coef_scaled = clockMhzScaled / centers.synth_center;
1836 CHAN_CENTERS centers; local
1838 ar5416GetChannelCenters(ah, chan, &centers);
1948 freq = centers.ctl_center;
1950 freq = centers.ext_center;
1952 freq = centers.ctl_center;
2102 CHAN_CENTERS centers; local
2104 ar5416GetChannelCenters(ah, chan, &centers);
2162 CHAN_CENTERS centers; local
2443 CHAN_CENTERS centers; local
2625 ar5416GetChannelCenters(struct ath_hal *ah, const struct ieee80211_channel *chan, CHAN_CENTERS *centers) argument
2723 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.h324 const struct ieee80211_channel *chan, CHAN_CENTERS *centers);

Completed in 134 milliseconds