Lines Matching defs:IS
6 * purpose with or without fee is hereby granted, provided that the above
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
145 * bChannelChange is used to preserve DMA/PCU registers across
174 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
175 if ((IS(chan, CHANNEL_2GHZ) ^ IS(chan,CHANNEL_5GHZ)) == 0) {
181 if ((IS(chan, CHANNEL_OFDM) ^ IS(chan, CHANNEL_CCK)) == 0) {
187 #undef IS
225 * is that, after reset, the TSF is behind
454 * Value is in 100ns increments.
463 * There is an issue if the AP starts the calibration before
706 /* IQCORR_Q_I_COFF is a signed 6 bit number */
710 /* IQCORR_Q_Q_COFF is a signed 5 bit number */
809 * ASSUMES: Writes enabled to analog bus before AGC is active
832 /* Rest of the code is common for 5 GHz and 2.4 GHz. */
945 * Returns: TRUE if the NF is good
980 * it is if'ed for MKK regulatory domain only.
1321 * NOTE: The power is passed in is in units of 0.5 dBm.
1593 /* power for rates 6,9,12,18,24 is all the same */
1639 * If turbo is set, reduce power to keep power
1806 /* Return as Right target if Ratio is greater than 100% (SCALE) */
1841 * See if value is lower than the first value in the list
1851 * See if value is greater than last value in list
1863 * If value is close to the current value of the list
1864 * then target is not between values, it is one of the values