Searched refs:bChannel (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c213 if (l->bChannel == 0xff)
215 printf(" bChannel: %d;", l->bChannel);
226 if (l->bChannel == 0xff)
228 printf(" bChannel: %d;", l->bChannel);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c195 if (l->bChannel == 0xff)
197 printf(" bChannel: %d;", l->bChannel);
208 if (l->bChannel == 0xff)
210 printf(" bChannel: %d;", l->bChannel);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h127 uint8_t bChannel; member in struct:CalTargetPowerLegacy
132 uint8_t bChannel; member in struct:CalTargetPowerHt
137 uint8_t bChannel; member in struct:CalCtlEdges
H A Dah_eeprom_9287.c254 if (ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel == AR5416_BCHAN_UNUSED) {
260 ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel,
H A Dah_eeprom_v14.c291 if (ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel == AR5416_BCHAN_UNUSED) {
297 ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel,
H A Dah_eeprom_v4k.c243 if (ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel == AR5416_BCHAN_UNUSED) {
249 ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel,
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c304 if (l->bChannel == 0xff)
306 printf(" bChannel: %d;", l->bChannel);
317 if (l->bChannel == 0xff)
319 printf(" bChannel: %d;", l->bChannel);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2066 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pRdEdgesPower[i].bChannel != AR5416_BCHAN_UNUSED) ; i++) {
2071 if (freq == fbin2freq(pRdEdgesPower[i].bChannel, is2GHz)) {
2074 } else if ((i > 0) && (freq < fbin2freq(pRdEdgesPower[i].bChannel, is2GHz))) {
2075 if (fbin2freq(pRdEdgesPower[i - 1].bChannel, is2GHz) < freq && (pRdEdgesPower[i - 1].tPowerFlag & CAL_CTL_EDGES_FLAG) != 0) {
2108 if (freq <= fbin2freq(powInfo[0].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) {
2111 for (i = 0; (i < numChannels) && (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
2112 if (freq == fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) {
2115 } else if ((freq < fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) &&
2116 (freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))))
2123 HALASSERT(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GH
[all...]
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h817 uint8_t bChannel; member in struct:CalTargetPowerLegacy
822 uint8_t bChannel; member in struct:CalTargetPowerHt
827 uint8_t bChannel; member in struct:CalCtlEdges

Completed in 194 milliseconds