Symbol: IS_CHAN_2GHZ
usr/src/uts/common/io/arn/arn_calib.c
324
!(IS_CHAN_2GHZ(chan) && IS_CHAN_HT20(chan)))
usr/src/uts/common/io/arn/arn_eeprom.c
1045
modalIdx = IS_CHAN_2GHZ(chan) ? 1 : 0;
usr/src/uts/common/io/arn/arn_eeprom.c
1058
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
1096
if (IS_CHAN_2GHZ(chan))
usr/src/uts/common/io/arn/arn_eeprom.c
1320
[IS_CHAN_2GHZ(chan)].antennaGainCh[0],
usr/src/uts/common/io/arn/arn_eeprom.c
1322
[IS_CHAN_2GHZ(chan)].antennaGainCh[1]);
usr/src/uts/common/io/arn/arn_eeprom.c
1327
[IS_CHAN_2GHZ(chan)].antennaGainCh[2]);
usr/src/uts/common/io/arn/arn_eeprom.c
1355
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
1459
IS_CHAN_2GHZ(chan), AR5416_NUM_BAND_EDGES);
usr/src/uts/common/io/arn/arn_eeprom.c
1464
i, freq, IS_CHAN_2GHZ(chan),
usr/src/uts/common/io/arn/arn_eeprom.c
1550
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
1569
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
1708
IS_CHAN_2GHZ(chan),
usr/src/uts/common/io/arn/arn_eeprom.c
1714
i, freq, IS_CHAN_2GHZ(chan),
usr/src/uts/common/io/arn/arn_eeprom.c
1822
&(pEepData->modalHeader[IS_CHAN_2GHZ(chan)]);
usr/src/uts/common/io/arn/arn_eeprom.c
1876
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
2009
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
2114
pModal = &(eep->modalHeader[IS_CHAN_2GHZ(chan)]);
usr/src/uts/common/io/arn/arn_eeprom.c
2125
FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan));
usr/src/uts/common/io/arn/arn_eeprom.c
2147
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
2207
pModal = &(eep->modalHeader[IS_CHAN_2GHZ(chan)]);
usr/src/uts/common/io/arn/arn_eeprom.c
2209
txRxAttenLocal = IS_CHAN_2GHZ(chan) ? 23 : 44;
usr/src/uts/common/io/arn/arn_eeprom.c
2325
if (IS_CHAN_2GHZ(chan)) {
usr/src/uts/common/io/arn/arn_eeprom.c
2638
&(eep->modalHeader[IS_CHAN_2GHZ(chan)]);
usr/src/uts/common/io/arn/arn_eeprom.c
581
IS_CHAN_2GHZ(chan)), bChans, numPiers,
usr/src/uts/common/io/arn/arn_eeprom.c
622
IS_CHAN_2GHZ
usr/src/uts/common/io/arn/arn_eeprom.c
749
(uint8_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)),
usr/src/uts/common/io/arn/arn_eeprom.c
790
IS_CHAN_2GHZ
usr/src/uts/common/io/arn/arn_eeprom.c
898
IS_CHAN_2GHZ(chan))) {
usr/src/uts/common/io/arn/arn_eeprom.c
904
IS_CHAN_2GHZ(chan))) {
usr/src/uts/common/io/arn/arn_eeprom.c
909
IS_CHAN_2GHZ(chan))) &&
usr/src/uts/common/io/arn/arn_eeprom.c
911
IS_CHAN_2GHZ(chan)))) {
usr/src/uts/common/io/arn/arn_eeprom.c
924
IS_CHAN_2GHZ(chan));
usr/src/uts/common/io/arn/arn_eeprom.c
926
IS_CHAN_2GHZ(chan));
usr/src/uts/common/io/arn/arn_eeprom.c
955
ath9k_hw_fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) {
usr/src/uts/common/io/arn/arn_eeprom.c
961
IS_CHAN_2GHZ(chan))) {
usr/src/uts/common/io/arn/arn_eeprom.c
967
IS_CHAN_2GHZ(chan))) &&
usr/src/uts/common/io/arn/arn_eeprom.c
970
IS_CHAN_2GHZ(chan)))) {
usr/src/uts/common/io/arn/arn_eeprom.c
983
IS_CHAN_2GHZ(chan));
usr/src/uts/common/io/arn/arn_eeprom.c
985
IS_CHAN_2GHZ(chan));
usr/src/uts/common/io/arn/arn_hw.c
1839
if (!(IS_CHAN_2GHZ(chan) ^ IS_CHAN_5GHZ(chan))) {
usr/src/uts/common/io/arn/arn_hw.c
1967
boolean_t is2GHz = IS_CHAN_2GHZ(chan);
usr/src/uts/common/io/arn/arn_hw.c
2049
denominator = IS_CHAN_2GHZ(chan) ? 44 : 40;
usr/src/uts/common/io/arn/arn_hw.c
2215
boolean_t is2GHz = IS_CHAN_2GHZ(chan);
usr/src/uts/common/io/arn/arn_hw.c
2254
denominator = IS_CHAN_2GHZ(chan) ? 440 : 400;
usr/src/uts/common/io/arn/arn_hw.c
3861
halNumAntConfig = IS_CHAN_2GHZ(chan) ?
usr/src/uts/common/io/arn/arn_phy.c
242
if (IS_CHAN_2GHZ(chan)) {