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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c112 CHAN_CENTERS centers; local
114 ar5416GetChannelCenters(ah, chan, &centers);
122 (uint8_t)FREQ2FBIN(centers.synth_center, IEEE80211_IS_CHAN_2GHZ(chan)),
H A Dar9280.c79 CHAN_CENTERS centers; local
85 ar5416GetChannelCenters(ah, chan, &centers);
86 freq = centers.synth_center;
H A Dar9287.c79 CHAN_CENTERS centers; local
84 ar5416GetChannelCenters(ah, chan, &centers);
85 freq = centers.synth_center;
H A Dar9280_olc.c70 CHAN_CENTERS centers; local
72 ar5416GetChannelCenters(ah, chan, &centers);
78 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
H A Dar9285_reset.c426 CHAN_CENTERS centers; local
428 ar5416GetChannelCenters(ah, chan, &centers);
481 freq = centers.ctl_center;
483 freq = centers.ext_center;
485 freq = centers.ctl_center;
668 CHAN_CENTERS centers; local
670 ar5416GetChannelCenters(ah, chan, &centers);
680 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 Dar9287_reset.c161 CHAN_CENTERS centers; local
163 ar5416GetChannelCenters(ah, chan, &centers);
236 freq = centers.ctl_center;
238 freq = centers.ext_center;
240 freq = centers.ctl_center;
H A Dar9280_attach.c592 CHAN_CENTERS centers; local
604 ar5416GetChannelCenters(ah, chan, &centers);
605 freq = centers.synth_center;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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.c540 CHAN_CENTERS centers;
543 ar9300_get_channel_centers(ah, ichan, &centers);
544 if (centers.ctl_center == centers.ext_center) {
549 if (ichan->channel == centers.ext_center) {
H A Dar9300_reset.c219 CHAN_CENTERS *centers)
226 centers->ctl_center = centers->ext_center =
227 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;
245 centers->ctl_center =
246 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT);
247 centers->ext_center =
248 centers
218 ar9300_get_channel_centers(struct ath_hal *ah, const struct ieee80211_channel *chan, CHAN_CENTERS *centers) argument
788 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.h1520 CHAN_CENTERS *centers);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c866 CHAN_CENTERS centers; local
882 ar5416GetChannelCenters(ah, chan, &centers);
883 coef_scaled = clockMhzScaled / centers.synth_center;
1845 CHAN_CENTERS centers; local
1847 ar5416GetChannelCenters(ah, chan, &centers);
1957 freq = centers.ctl_center;
1959 freq = centers.ext_center;
1961 freq = centers.ctl_center;
2111 CHAN_CENTERS centers; local
2113 ar5416GetChannelCenters(ah, chan, &centers);
2171 CHAN_CENTERS centers; local
2452 CHAN_CENTERS centers; local
2634 ar5416GetChannelCenters(struct ath_hal *ah, const struct ieee80211_channel *chan, CHAN_CENTERS *centers) argument
2732 CHAN_CENTERS centers; local
[all...]
H A Dar2133.c134 CHAN_CENTERS centers; local
138 ar5416GetChannelCenters(ah, chan, &centers);
139 freq = centers.synth_center;
H A Dar5416.h321 const struct ieee80211_channel *chan, CHAN_CENTERS *centers);

Completed in 203 milliseconds