HomeSort by: relevance | last modified time | path
    Searched refs:bChannel (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v14.h 123 uint8_t bChannel;
128 uint8_t bChannel;
133 uint8_t bChannel;
ah_eeprom_v14.c 261 if (ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel == AR5416_BCHAN_UNUSED) {
267 ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel,
ah_eeprom_v4k.c 244 if (ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel == AR5416_BCHAN_UNUSED) {
250 ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].bChannel,
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 1669 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pRdEdgesPower[i].bChannel != AR5416_BCHAN_UNUSED) ; i++) {
1674 if (freq == fbin2freq(pRdEdgesPower[i].bChannel, is2GHz)) {
1677 } else if ((i > 0) && (freq < fbin2freq(pRdEdgesPower[i].bChannel, is2GHz))) {
1678 if (fbin2freq(pRdEdgesPower[i - 1].bChannel, is2GHz) < freq && (pRdEdgesPower[i - 1].tPowerFlag & CAL_CTL_EDGES_FLAG) != 0) {
1711 if (freq <= fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) {
1714 for (i = 0; (i < numChannels) && (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
1715 if (freq == fbin2freq(powInfo[i].bChannel, IS_CHAN_2GHZ(chan))) {
1718 } else if ((freq < fbin2freq(powInfo[i].bChannel, IS_CHAN_2GHZ(chan))) &&
1719 (freq > fbin2freq(powInfo[i - 1].bChannel, IS_CHAN_2GHZ(chan))))
1726 HALASSERT(freq > fbin2freq(powInfo[i - 1].bChannel, IS_CHAN_2GHZ(chan)))
    [all...]
ar9285_reset.c 528 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pRdEdgesPower[i].bChannel != AR5416_BCHAN_UNUSED) ; i++) {
533 if (freq == fbin2freq(pRdEdgesPower[i].bChannel)) {
536 } else if ((i > 0) && (freq < fbin2freq(pRdEdgesPower[i].bChannel))) {
537 if (fbin2freq(pRdEdgesPower[i - 1].bChannel) < freq && (pRdEdgesPower[i - 1].tPowerFlag & CAL_CTL_EDGES_FLAG) != 0) {
  /src/sys/dev/usb/
if_otusreg.h 488 uint8_t bChannel;
493 uint8_t bChannel;
498 uint8_t bChannel;
  /src/sys/dev/ic/
arn5008reg.h 1010 uint8_t bChannel;
1015 uint8_t bChannel;
1020 uint8_t bChannel;
arn5008.c 2642 if (tgt[i].bChannel == AR_BCHAN_UNUSED ||
2643 tgt[i].bChannel > fbin)
2650 else if (hi == nchans || tgt[hi].bChannel == AR_BCHAN_UNUSED)
2656 tgt[lo].bChannel, tgt[lo].tPow2x[i],
2657 tgt[hi].bChannel, tgt[hi].tPow2x[i]);
2674 if (tgt[i].bChannel == AR_BCHAN_UNUSED ||
2675 tgt[i].bChannel > fbin)
2682 else if (hi == nchans || tgt[hi].bChannel == AR_BCHAN_UNUSED)
2688 tgt[lo].bChannel, tgt[lo].tPow2x[i],
2689 tgt[hi].bChannel, tgt[hi].tPow2x[i])
    [all...]

Completed in 43 milliseconds