Home | History | Annotate | Download | only in ar5210

Lines Matching refs:HAL_BOOL

130 extern	HAL_BOOL ar5210Reset(struct ath_hal *, HAL_OPMODE,
131 HAL_CHANNEL *, HAL_BOOL bChannelChange, HAL_STATUS *);
133 extern HAL_BOOL ar5210PhyDisable(struct ath_hal *);
134 extern HAL_BOOL ar5210Disable(struct ath_hal *);
135 extern HAL_BOOL ar5210ChipReset(struct ath_hal *, HAL_CHANNEL *);
136 extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, HAL_CHANNEL *, HAL_BOOL *);
137 extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, HAL_CHANNEL *chan,
138 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
139 extern HAL_BOOL ar5210ResetCalValid(struct ath_hal *ah, HAL_CHANNEL *chan);
143 extern HAL_BOOL ar5210SetTxPowerLimit(struct ath_hal *, uint32_t limit);
144 extern HAL_BOOL ar5210SetTransmitPower(struct ath_hal *, HAL_CHANNEL *);
145 extern HAL_BOOL ar5210CalNoiseFloor(struct ath_hal *, HAL_CHANNEL_INTERNAL *);
146 extern HAL_BOOL ar5210ResetDma(struct ath_hal *, HAL_OPMODE);
148 extern HAL_BOOL ar5210SetTxQueueProps(struct ath_hal *ah, int q,
150 extern HAL_BOOL ar5210GetTxQueueProps(struct ath_hal *ah, int q,
154 extern HAL_BOOL ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q);
155 extern HAL_BOOL ar5210ResetTxQueue(struct ath_hal *ah, u_int q);
157 extern HAL_BOOL ar5210SetTxDP(struct ath_hal *, u_int, uint32_t txdp);
158 extern HAL_BOOL ar5210UpdateTxTrigLevel(struct ath_hal *, HAL_BOOL);
160 extern HAL_BOOL ar5210StartTxDma(struct ath_hal *, u_int);
161 extern HAL_BOOL ar5210StopTxDma(struct ath_hal *, u_int);
162 extern HAL_BOOL ar5210SetupTxDesc(struct ath_hal *, struct ath_desc *,
168 extern HAL_BOOL ar5210SetupXTxDesc(struct ath_hal *, struct ath_desc *,
172 extern HAL_BOOL ar5210FillTxDesc(struct ath_hal *, struct ath_desc *,
173 u_int segLen, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
183 extern HAL_BOOL ar5210StopDmaReceive(struct ath_hal *);
188 extern HAL_BOOL ar5210ClrMulticastFilterIndex(struct ath_hal *, uint32_t);
189 extern HAL_BOOL ar5210SetMulticastFilterIndex(struct ath_hal *, uint32_t);
192 extern HAL_BOOL ar5210SetupRxDesc(struct ath_hal *, struct ath_desc *,
199 extern HAL_BOOL ar5210SetMacAddress(struct ath_hal *ah, const uint8_t *);
201 extern HAL_BOOL ar5210SetBssIdMask(struct ath_hal *, const uint8_t *);
202 extern HAL_BOOL ar5210EepromRead(struct ath_hal *, u_int off, uint16_t *data);
203 extern HAL_BOOL ar5210EepromWrite(struct ath_hal *, u_int off, uint16_t data);
204 extern HAL_BOOL ar5210SetRegulatoryDomain(struct ath_hal *,
208 extern HAL_BOOL ar5210GpioCfgInput(struct ath_hal *, uint32_t gpio);
209 extern HAL_BOOL ar5210GpioCfgOutput(struct ath_hal *, uint32_t gpio,
212 extern HAL_BOOL ar5210GpioSet(struct ath_hal *, uint32_t gpio, uint32_t);
218 extern HAL_BOOL ar5210SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
225 extern HAL_BOOL ar5210DetectCardPresent(struct ath_hal *);
230 extern HAL_BOOL ar5210SetSifsTime(struct ath_hal *, u_int);
232 extern HAL_BOOL ar5210SetSlotTime(struct ath_hal *, u_int);
234 extern HAL_BOOL ar5210SetAckTimeout(struct ath_hal *, u_int);
236 extern HAL_BOOL ar5210SetAckCTSRate(struct ath_hal *, u_int);
238 extern HAL_BOOL ar5210SetCTSTimeout(struct ath_hal *, u_int);
240 extern HAL_BOOL ar5210SetDecompMask(struct ath_hal *, uint16_t, int);
244 extern HAL_BOOL ar5210SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
246 extern HAL_BOOL ar5210GetDiagState(struct ath_hal *ah, int request,
251 extern HAL_BOOL ar5210IsKeyCacheEntryValid(struct ath_hal *, uint16_t);
252 extern HAL_BOOL ar5210ResetKeyCacheEntry(struct ath_hal *, uint16_t entry);
253 extern HAL_BOOL ar5210SetKeyCacheEntry(struct ath_hal *, uint16_t entry,
255 extern HAL_BOOL ar5210SetKeyCacheEntryMac(struct ath_hal *,
258 extern HAL_BOOL ar5210SetPowerMode(struct ath_hal *, HAL_POWER_MODE mode,
269 extern HAL_BOOL ar5210IsInterruptPending(struct ath_hal *);
270 extern HAL_BOOL ar5210GetPendingInterrupts(struct ath_hal *, HAL_INT *);
276 extern HAL_BOOL ar5210AniControl(struct ath_hal *, HAL_ANI_CMD, int );