Home
last modified time | relevance | path

Searched refs:bChannel (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/otus/hal/
Dhpmain.c3030 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pCtlEdges[i].bChannel != AR5416_BCHAN_UNUSED) ; i++)
3036 if (freq == fbin2freq(pCtlEdges[i].bChannel, is2GHz))
3044 else if ((i > 0) && (freq < fbin2freq(pCtlEdges[i].bChannel, is2GHz)))
3046 if (fbin2freq(pCtlEdges[i - 1].bChannel, is2GHz) < freq && pCtlEdges[i - 1].flag)
3061 if (freq > fbin2freq(pCtlEdges[i - 1].bChannel, is2GHz) && pCtlEdges[i - 1].flag)
3122 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pCtlEdges[i].bChannel != AR5416_BCHAN_UNUSED) ; i++)
3124 if (freq == fbin2freq(pCtlEdges[i].bChannel, is2GHz))
3487 if (eepromImage->calTargetPowerCck[i].bChannel != 0xff)
3489 fbinArray[i] = eepromImage->calTargetPowerCck[i].bChannel;
3504 eepromImage->calTargetPowerCck[index].bChannel,
[all …]
Dhpusb.h370 A_UINT8 bChannel; member
375 A_UINT8 bChannel; member
381 A_UINT8 bChannel; member
387 A_UINT8 bChannel; member
/drivers/net/wireless/ath9k/
Deeprom.c853 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel, in ath9k_hw_get_legacy_target_powers()
858 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) { in ath9k_hw_get_legacy_target_powers()
859 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel, in ath9k_hw_get_legacy_target_powers()
863 } else if ((freq < ath9k_hw_fbin2freq(powInfo[i].bChannel, in ath9k_hw_get_legacy_target_powers()
865 (freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel, in ath9k_hw_get_legacy_target_powers()
878 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers()
880 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, in ath9k_hw_get_legacy_target_powers()
908 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) { in ath9k_hw_get_target_powers()
912 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) { in ath9k_hw_get_target_powers()
913 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel, in ath9k_hw_get_target_powers()
[all …]
Dhw.h650 u8 bChannel; member
655 u8 bChannel; member
662 u8 bChannel; member
667 u8 bChannel; member