Lines Matching defs:channel

57 static uint16_t ar5212GetMaxEdgePower(uint16_t channel,
85 /* On channel change, don't reset the PCU registers */
114 * a HW Reset during channel change.
154 * Map public channel to private.
175 /* Preserve certain DMA hardware registers on a channel change */
201 /* Blank the channel survey statistics */
210 /* If the channel change is across the same mode - perform a fast channel change */
213 * Fast channel change can only be used when:
214 * -channel change requested - so it's not the initial reset.
215 * -it's not a change to the current channel -
216 * often called when switching modes on a channel
217 * -the modes of the previous and requested channel are the
235 * Preserve the antenna on a channel change
276 "%s: invalid channel %u/0x%x\n",
288 "%s: invalid channel %u/0x%x\n",
336 if (ichan->channel == 2484) {
383 if (IS_DISABLE_FAST_ADC_CHAN(ichan->channel))
419 /* Restore certain DMA hardware registers on a channel change */
709 * Call the rf backend to change the channel.
723 * This channel change evaluates whether the selected hardware can
724 * perform a synthesizer-only channel change (no reset). If the
738 * Map public channel to private.
989 "%s: invalid channel %u/0x%x; no mapping\n",
1073 * Start IQ calibration if configured channel has changed.
1116 "%s: invalid channel %u/0x%x; no mapping\n",
1330 "%s: invalid channel flags %u/0x%x\n",
1539 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
1609 * given the channel value.
1647 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid channel flags 0x%x\n",
1771 curChanAsSpur = CHAN_TO_SPUR(is2GHz, ichan->channel);
1778 * Check if spur immunity should be performed for this channel
1779 * Should only be performed once per channel and then saved
1786 /* Decide if any spur affects the current channel */
1798 /* Save detected spur (or no spur) for this channel */
1941 /* scale for selected channel bandwidth */
2002 * operating channel and mode.
2131 * operating channel and mode.
2159 /* Get conformance test limit maximum for this channel */
2171 /* Find the minimum of all CTL edge powers that apply to this channel */
2193 /* Find the minimum of all CTL edge powers that apply to this channel */
2489 * Find the maximum conformance test limit for the given channel and CTL info
2492 ar5212GetMaxEdgePower(uint16_t channel, const RD_EDGES_POWER *pRdEdgesPower)
2507 ar5212GetLowerUpperValues(channel, tempChannelList,
2509 /* Get the index for the lower channel */
2512 /* Is lower channel ever outside the rdEdge? */
2515 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) {
2517 * If there's an exact channel match or an inband flag set
2518 * on the lower channel use the given rdEdgePower
2565 * channel, and number of channels
2578 /* Copy the target powers into the temp channel list */
2585 /* Get the indices for the channel */