Home | History | Annotate | Download | only in ar5211

Lines Matching refs:HAL_BOOL

125 	HAL_BOOL	ah_bIQCalibration;
152 extern HAL_BOOL ar5211Reset(struct ath_hal *, HAL_OPMODE,
153 HAL_CHANNEL *, HAL_BOOL bChannelChange, HAL_STATUS *);
154 extern HAL_BOOL ar5211PhyDisable(struct ath_hal *);
155 extern HAL_BOOL ar5211Disable(struct ath_hal *);
156 extern HAL_BOOL ar5211ChipReset(struct ath_hal *, uint16_t);
157 extern HAL_BOOL ar5211PerCalibration(struct ath_hal *, HAL_CHANNEL *, HAL_BOOL *);
158 extern HAL_BOOL ar5211PerCalibrationN(struct ath_hal *ah, HAL_CHANNEL *chan,
159 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
160 extern HAL_BOOL ar5211ResetCalValid(struct ath_hal *ah, HAL_CHANNEL *chan);
161 extern HAL_BOOL ar5211SetTxPowerLimit(struct ath_hal *, uint32_t limit);
162 extern HAL_BOOL ar5211SetTransmitPower(struct ath_hal *, HAL_CHANNEL *);
163 extern HAL_BOOL ar5211CalNoiseFloor(struct ath_hal *, HAL_CHANNEL_INTERNAL *);
164 extern HAL_BOOL ar5211SetAntennaSwitchInternal(struct ath_hal *,
168 extern HAL_BOOL ar5211ResetDma(struct ath_hal *, HAL_OPMODE);
173 extern HAL_BOOL ar5211SetTxQueueProps(struct ath_hal *ah, int q,
175 extern HAL_BOOL ar5211GetTxQueueProps(struct ath_hal *ah, int q,
179 extern HAL_BOOL ar5211ReleaseTxQueue(struct ath_hal *ah, u_int q);
180 extern HAL_BOOL ar5211ResetTxQueue(struct ath_hal *ah, u_int q);
182 extern HAL_BOOL ar5211SetTxDP(struct ath_hal *, u_int, uint32_t txdp);
183 extern HAL_BOOL ar5211UpdateTxTrigLevel(struct ath_hal *, HAL_BOOL);
184 extern HAL_BOOL ar5211StartTxDma(struct ath_hal *, u_int);
185 extern HAL_BOOL ar5211StopTxDma(struct ath_hal *, u_int);
187 extern HAL_BOOL ar5211IsTxQueueStopped(struct ath_hal *, u_int);
188 extern HAL_BOOL ar5211GetTransmitFilterIndex(struct ath_hal *, uint32_t);
189 extern HAL_BOOL ar5211SetupTxDesc(struct ath_hal *, struct ath_desc *,
195 extern HAL_BOOL ar5211SetupXTxDesc(struct ath_hal *, struct ath_desc *,
199 extern HAL_BOOL ar5211FillTxDesc(struct ath_hal *, struct ath_desc *,
200 u_int segLen, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
210 extern HAL_BOOL ar5211StopDmaReceive(struct ath_hal *);
215 extern HAL_BOOL ar5211ClrMulticastFilterIndex(struct ath_hal *, uint32_t);
216 extern HAL_BOOL ar5211SetMulticastFilterIndex(struct ath_hal *, uint32_t);
219 extern HAL_BOOL ar5211SetupRxDesc(struct ath_hal *, struct ath_desc *,
226 extern HAL_BOOL ar5211SetMacAddress(struct ath_hal *ah, const uint8_t *);
228 extern HAL_BOOL ar5211SetBssIdMask(struct ath_hal *, const uint8_t *);
229 extern HAL_BOOL ar5211EepromRead(struct ath_hal *, u_int off, uint16_t *data);
230 extern HAL_BOOL ar5211EepromWrite(struct ath_hal *, u_int off, uint16_t data);
231 extern HAL_BOOL ar5211SetRegulatoryDomain(struct ath_hal *,
237 extern HAL_BOOL ar5211GpioCfgOutput(struct ath_hal *, uint32_t gpio,
239 extern HAL_BOOL ar5211GpioCfgInput(struct ath_hal *, uint32_t gpio);
240 extern HAL_BOOL ar5211GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
250 extern HAL_BOOL ar5211DetectCardPresent(struct ath_hal *);
254 extern HAL_BOOL ar5211SetSlotTime(struct ath_hal *, u_int);
256 extern HAL_BOOL ar5211SetAckTimeout(struct ath_hal *, u_int);
258 extern HAL_BOOL ar5211SetAckCTSRate(struct ath_hal *, u_int);
260 extern HAL_BOOL ar5211SetCTSTimeout(struct ath_hal *, u_int);
262 extern HAL_BOOL ar5211SetSifsTime(struct ath_hal *, u_int);
264 extern HAL_BOOL ar5211SetDecompMask(struct ath_hal *, uint16_t, int);
270 extern HAL_BOOL ar5211SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
273 extern HAL_BOOL ar5211SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
275 extern HAL_BOOL ar5211GetDiagState(struct ath_hal *ah, int request,
280 extern HAL_BOOL ar5211IsKeyCacheEntryValid(struct ath_hal *, uint16_t);
281 extern HAL_BOOL ar5211ResetKeyCacheEntry(struct ath_hal *, uint16_t entry);
282 extern HAL_BOOL ar5211SetKeyCacheEntry(struct ath_hal *, uint16_t entry,
285 extern HAL_BOOL ar5211SetKeyCacheEntryMac(struct ath_hal *,
288 extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, HAL_POWER_MODE mode,
299 extern HAL_BOOL ar5211IsInterruptPending(struct ath_hal *);
300 extern HAL_BOOL ar5211GetPendingInterrupts(struct ath_hal *, HAL_INT *);
306 extern HAL_BOOL ar5211AniControl(struct ath_hal *, HAL_ANI_CMD, int );