Home | History | Annotate | Download | only in ar5416

Lines Matching refs:HAL_BOOL

93 extern	HAL_BOOL ar2133RfAttach(struct ath_hal *, HAL_STATUS *);
105 extern HAL_BOOL ar5416FillCapabilityInfo(struct ath_hal *ah);
111 const struct ar5212AniParams *, HAL_BOOL ena);
113 extern HAL_BOOL ar5416AniControl(struct ath_hal *, HAL_ANI_CMD cmd, int param);
114 extern HAL_BOOL ar5416AniSetParams(struct ath_hal *,
129 extern HAL_BOOL ar5416EepromRead(struct ath_hal *, u_int off, uint16_t *data);
130 extern HAL_BOOL ar5416EepromWrite(struct ath_hal *, u_int off, uint16_t data);
132 extern HAL_BOOL ar5416IsInterruptPending(struct ath_hal *ah);
133 extern HAL_BOOL ar5416GetPendingInterrupts(struct ath_hal *, HAL_INT *masked);
136 extern HAL_BOOL ar5416GpioCfgOutput(struct ath_hal *, uint32_t gpio,
138 extern HAL_BOOL ar5416GpioCfgInput(struct ath_hal *, uint32_t gpio);
139 extern HAL_BOOL ar5416GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
146 extern HAL_BOOL ar5416SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
147 extern HAL_BOOL ar5416SetDecompMask(struct ath_hal *, uint16_t, int);
155 extern HAL_BOOL ar5416GetDiagState(struct ath_hal *ah, int request,
159 extern HAL_BOOL ar5416SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,
162 extern HAL_BOOL ar5416GetPowerStatus(struct ath_hal *ah);
164 extern HAL_BOOL ar5416ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry);
165 extern HAL_BOOL ar5416SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry,
170 extern HAL_BOOL ar5416SetupRxDesc(struct ath_hal *,
176 extern HAL_BOOL ar5416Reset(struct ath_hal *ah, HAL_OPMODE opmode,
177 HAL_CHANNEL *chan, HAL_BOOL bChannelChange, HAL_STATUS *status);
178 extern HAL_BOOL ar5416PhyDisable(struct ath_hal *ah);
180 extern HAL_BOOL ar5416Disable(struct ath_hal *ah);
181 extern HAL_BOOL ar5416ChipReset(struct ath_hal *ah, HAL_CHANNEL *);
182 extern HAL_BOOL ar5416SetResetReg(struct ath_hal *, uint32_t type);
183 extern HAL_BOOL ar5416SetBoardValues(struct ath_hal *, HAL_CHANNEL *);
184 extern HAL_BOOL ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
185 extern HAL_BOOL ar5416SetTransmitPower(struct ath_hal *,
187 extern HAL_BOOL ar5416GetChipPowerLimits(struct ath_hal *ah,
195 uint16_t numRates, HAL_BOOL isHt40Target);
200 uint16_t numRates, HAL_BOOL isExtTarget);
203 extern HAL_BOOL ar5416StopTxDma(struct ath_hal *ah, u_int q);
204 extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
210 extern HAL_BOOL ar5416SetupXTxDesc(struct ath_hal *, struct ath_desc *,
214 extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
215 u_int segLen, HAL_BOOL firstSeg, HAL_BOOL lastSeg,