Lines Matching defs:channel

47 	uint16_t	channel5111;	/* 11a channel for 5111 */
121 PCDACS_EEPROM *pSrcStruct, uint16_t channel);
127 static uint16_t ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue,
129 static HAL_BOOL ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue,
138 uint16_t channel, const PCDACS_EEPROM *pSrcStruct,
154 * a HW Reset during channel change.
179 "%s: opmode %u channel %u/0x%x %s channel\n",
185 * Map public channel to private.
204 /* Preserve certain DMA hardware registers on a channel change */
236 * Preserve the antenna on a channel change
266 "%s: invalid channel %u/0x%x\n",
278 "%s: invalid channel %u/0x%x\n",
334 /* On channel change, don't reset the PCU registers */
364 /* Restore certain DMA hardware registers on a channel change */
434 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: unable to set channel\n",
657 "%s: invalid channel %u/0x%x; no mapping\n",
781 * Takes the MHz channel value and sets the Channel value
879 "NF with runTime %d failed to end on channel %d\n",
910 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
951 * Peform the noisefloor calibration and check for any constant channel
1022 for (i = 0; c->channel <= adjust5111[i].freqLow; i++)
1101 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
1156 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
1202 * given the channel value
1224 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
1312 * operating channel and mode.
1349 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
1372 * this channel. Organize the transmit power values into a
1377 uint16_t channel)
1408 /* Fill out the power values for this channel */
1410 pScaledUpDbm[j] = ar5211GetScaledPower(channel, pPcdacValues[j], pSrcStruct);
1492 * operating channel and mode.
1541 /* Get the index for this channel */
1562 /* get the index for the channel */
1695 ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue,
1705 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue))
1709 ar5211GetLowerUpperValues(channel, pSrcStruct->pChannelList,
1727 return ar5211GetInterpolatedValue(channel, lFreq, rFreq,
1735 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue,
1744 if (pChannelData->channelValue == channel) {
1867 * Get the upper and lower pcdac given the channel and the pcdac
1871 ar5211GetLowerUpperPcdacs(uint16_t pcdac, uint16_t channel,
1878 /* Find the channel information */
1881 if (pChannelData->channelValue == channel)