sys/dev/netif/ath/ath/if_ath.c
5369
HAL_BOOL longCal, isCalDone = AH_TRUE;
sys/dev/netif/ath/ath/if_ath.c
5370
HAL_BOOL aniCal, shortCal = AH_FALSE;
sys/dev/netif/ath/ath/if_ath_beacon.c
398
HAL_BOOL ret;
sys/dev/netif/ath/ath/if_ath_lna_div.c
219
static HAL_BOOL
sys/dev/netif/ath/ath/if_ath_lna_div.c
724
HAL_BOOL short_scan = AH_FALSE;
sys/dev/netif/ath/ath/if_ath_lna_div.h
54
HAL_BOOL scan;
sys/dev/netif/ath/ath/if_ath_lna_div.h
55
HAL_BOOL scan_not_start;
sys/dev/netif/ath/ath/if_ath_lna_div.h
67
HAL_BOOL alt_good;
sys/dev/netif/ath/ath/if_ath_lna_div.h
74
HAL_BOOL first_ratio;
sys/dev/netif/ath/ath/if_ath_lna_div.h
75
HAL_BOOL second_ratio;
sys/dev/netif/ath/ath/if_ath_tx.c
1572
HAL_BOOL shortPreamble;
sys/dev/netif/ath/ath/if_ath_tx_ht.c
536
HAL_BOOL shortPreamble = AH_FALSE;
sys/dev/netif/ath/ath/if_athvar.h
835
HAL_BOOL sc_doresetcal; /* Yes, we're doing a reset cal atm */
sys/dev/netif/ath/ath_hal/ah.c
1011
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
1264
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
1313
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
1404
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
227
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
235
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
287
uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble)
sys/dev/netif/ath/ath_hal/ah.c
325
HAL_BOOL isht40, HAL_BOOL isShortGI)
sys/dev/netif/ath/ath_hal/ah.c
353
HAL_BOOL shortPreamble)
sys/dev/netif/ath/ath_hal/ah.c
799
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
879
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.c
950
HAL_BOOL
sys/dev/netif/ath/ath_hal/ah.h
1114
HAL_BOOL bt_single_ant;
sys/dev/netif/ath/ath_hal/ah.h
1185
HAL_BOOL bt_txstate_extend;
sys/dev/netif/ath/ath_hal/ah.h
1191
HAL_BOOL bt_txframe_extend;
sys/dev/netif/ath/ath_hal/ah.h
1202
HAL_BOOL bt_quiet_collision;
sys/dev/netif/ath/ath_hal/ah.h
1207
HAL_BOOL bt_rxclear_polarity;
sys/dev/netif/ath/ath_hal/ah.h
1229
HAL_BOOL bt_hold_rxclear;
sys/dev/netif/ath/ath_hal/ah.h
1356
HAL_BOOL __ahdecl(*ah_reset)(struct ath_hal *, HAL_OPMODE,
sys/dev/netif/ath/ath_hal/ah.h
1358
HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ah.h
1361
HAL_BOOL __ahdecl(*ah_phyDisable)(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ah.h
1362
HAL_BOOL __ahdecl(*ah_disable)(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ah.h
1363
void __ahdecl(*ah_configPCIE)(struct ath_hal *, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ah.h
1364
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ah.h
1367
HAL_BOOL __ahdecl(*ah_perCalibration)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1368
struct ieee80211_channel *, HAL_BOOL *);
sys/dev/netif/ath/ath_hal/ah.h
1369
HAL_BOOL __ahdecl(*ah_perCalibrationN)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1371
HAL_BOOL longCal, HAL_BOOL *isCalDone);
sys/dev/netif/ath/ath_hal/ah.h
1372
HAL_BOOL __ahdecl(*ah_resetCalValid)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1374
HAL_BOOL __ahdecl(*ah_setTxPower)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1376
HAL_BOOL __ahdecl(*ah_setTxPowerLimit)(struct ath_hal *, uint32_t);
sys/dev/netif/ath/ath_hal/ah.h
1377
HAL_BOOL __ahdecl(*ah_setBoardValues)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1381
HAL_BOOL __ahdecl(*ah_updateTxTrigLevel)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1382
HAL_BOOL incTrigLevel);
sys/dev/netif/ath/ath_hal/ah.h
1385
HAL_BOOL __ahdecl(*ah_setTxQueueProps)(struct ath_hal *, int q,
sys/dev/netif/ath/ath_hal/ah.h
1387
HAL_BOOL __ahdecl(*ah_getTxQueueProps)(struct ath_hal *, int q,
sys/dev/netif/ath/ath_hal/ah.h
1389
HAL_BOOL __ahdecl(*ah_releaseTxQueue)(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ah.h
1390
HAL_BOOL __ahdecl(*ah_resetTxQueue)(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ah.h
1392
HAL_BOOL __ahdecl(*ah_setTxDP)(struct ath_hal*, u_int, uint32_t txdp);
sys/dev/netif/ath/ath_hal/ah.h
1394
HAL_BOOL __ahdecl(*ah_startTxDma)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1395
HAL_BOOL __ahdecl(*ah_stopTxDma)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1396
HAL_BOOL __ahdecl(*ah_setupTxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1404
HAL_BOOL __ahdecl(*ah_setupXTxDesc)(struct ath_hal *, struct ath_desc*,
sys/dev/netif/ath/ath_hal/ah.h
1408
HAL_BOOL __ahdecl(*ah_fillTxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1410
u_int descId, u_int qcuId, HAL_BOOL firstSeg,
sys/dev/netif/ath/ath_hal/ah.h
1411
HAL_BOOL lastSeg, const struct ath_desc *);
sys/dev/netif/ath/ath_hal/ah.h
1416
HAL_BOOL __ahdecl(*ah_getTxCompletionRates)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1433
HAL_BOOL __ahdecl(*ah_stopDmaReceive)(struct ath_hal*);
sys/dev/netif/ath/ath_hal/ah.h
1438
HAL_BOOL __ahdecl(*ah_setMulticastFilterIndex)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1440
HAL_BOOL __ahdecl(*ah_clrMulticastFilterIndex)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1444
HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1462
HAL_BOOL __ahdecl(*ah_setCapability)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1465
HAL_BOOL __ahdecl(*ah_getDiagState)(struct ath_hal *, int request,
sys/dev/netif/ath/ath_hal/ah.h
1469
HAL_BOOL __ahdecl(*ah_setMacAddress)(struct ath_hal *, const uint8_t*);
sys/dev/netif/ath/ath_hal/ah.h
1471
HAL_BOOL __ahdecl(*ah_setBssIdMask)(struct ath_hal *, const uint8_t*);
sys/dev/netif/ath/ath_hal/ah.h
1472
HAL_BOOL __ahdecl(*ah_setRegulatoryDomain)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1477
HAL_BOOL __ahdecl(*ah_gpioCfgOutput)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1479
HAL_BOOL __ahdecl(*ah_gpioCfgInput)(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ah.h
1481
HAL_BOOL __ahdecl(*ah_gpioSet)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1488
HAL_BOOL __ahdecl(*ah_detectCardPresent)(struct ath_hal*);
sys/dev/netif/ath/ath_hal/ah.h
1495
HAL_BOOL __ahdecl(*ah_setAntennaSwitch)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1497
HAL_BOOL __ahdecl(*ah_setSifsTime)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1499
HAL_BOOL __ahdecl(*ah_setSlotTime)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1501
HAL_BOOL __ahdecl(*ah_setAckTimeout)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1503
HAL_BOOL __ahdecl(*ah_setAckCTSRate)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1505
HAL_BOOL __ahdecl(*ah_setCTSTimeout)(struct ath_hal*, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1507
HAL_BOOL __ahdecl(*ah_setDecompMask)(struct ath_hal*, uint16_t, int);
sys/dev/netif/ath/ath_hal/ah.h
1520
HAL_BOOL __ahdecl(*ah_getDfsDefaultThresh)(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ah.h
1522
HAL_BOOL __ahdecl(*ah_procRadarEvent)(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ah.h
1525
HAL_BOOL __ahdecl(*ah_isFastClockEnabled)(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ah.h
1534
HAL_BOOL __ahdecl(*ah_spectralIsEnabled)(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ah.h
1535
HAL_BOOL __ahdecl(*ah_spectralIsActive)(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ah.h
1540
HAL_BOOL __ahdecl(*ah_resetKeyCacheEntry)(struct ath_hal*, uint16_t);
sys/dev/netif/ath/ath_hal/ah.h
1541
HAL_BOOL __ahdecl(*ah_isKeyCacheEntryValid)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1543
HAL_BOOL __ahdecl(*ah_setKeyCacheEntry)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1546
HAL_BOOL __ahdecl(*ah_setKeyCacheEntryMac)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1550
HAL_BOOL __ahdecl(*ah_setPowerMode)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah.h
1568
HAL_BOOL __ahdecl(*ah_chainTxDesc)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1573
u_int, HAL_CIPHER, uint8_t, HAL_BOOL,
sys/dev/netif/ath/ath_hal/ah.h
1574
HAL_BOOL, HAL_BOOL);
sys/dev/netif/ath/ath_hal/ah.h
1575
HAL_BOOL __ahdecl(*ah_setupFirstTxDesc)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1578
HAL_BOOL __ahdecl(*ah_setupLastTxDesc)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1606
HAL_BOOL __ahdecl(*ah_getMibCycleCounts) (struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1617
HAL_BOOL __ahdecl(*ah_isInterruptPending)(struct ath_hal*);
sys/dev/netif/ath/ath_hal/ah.h
1618
HAL_BOOL __ahdecl(*ah_getPendingInterrupts)(struct ath_hal*, HAL_INT*);
sys/dev/netif/ath/ath_hal/ah.h
1641
HAL_BOOL __ahdecl(*ah_btMciSendMessage)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1643
HAL_BOOL, HAL_BOOL);
sys/dev/netif/ath/ath_hal/ah.h
1709
HAL_BOOL enableExtendedChannels);
sys/dev/netif/ath/ath_hal/ah.h
1718
HAL_BOOL enableExtendedChannels);
sys/dev/netif/ath/ath_hal/ah.h
1758
uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble);
sys/dev/netif/ath/ath_hal/ah.h
1764
int streams, HAL_BOOL isht40, HAL_BOOL isShortGI);
sys/dev/netif/ath/ath_hal/ah.h
1771
uint16_t rateix, HAL_BOOL shortPreamble);
sys/dev/netif/ath/ath_hal/ah.h
1791
HAL_BOOL __ahdecl ath_hal_EepromDataRead(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ah.h
550
HAL_BOOL valid; /* if the stats are valid*/
sys/dev/netif/ath/ath_hal/ah_eeprom.h
117
HAL_BOOL flag;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
137
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
205
v9287EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
224
fbin2freq(uint8_t fbin, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
297
HAL_BOOL need_swap;
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
77
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
93
v1EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
175
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
247
v14EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
262
fbin2freq(uint8_t fbin, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
338
HAL_BOOL need_swap;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1012
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1109
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
136
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1499
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1717
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1745
legacyEepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
178
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
274
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
440
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
677
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
68
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
730
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
739
HAL_BOOL ret = AH_FALSE;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
810
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
916
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
387
HAL_BOOL ee_disableXr5;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
388
HAL_BOOL ee_disableXr2;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
131
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
198
v4kEepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
214
fbin2freq(uint8_t fbin, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
287
HAL_BOOL need_swap;
sys/dev/netif/ath/ath_hal/ah_internal.h
114
HAL_BOOL (*probe)(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ah_internal.h
115
HAL_BOOL (*attach)(struct ath_hal *ah, HAL_STATUS *ecode);
sys/dev/netif/ath/ath_hal/ah_internal.h
353
HAL_BOOL (*ah_getChannelEdges)(struct ath_hal*,
sys/dev/netif/ath/ath_hal/ah_internal.h
357
HAL_BOOL (*ah_eepromRead)(struct ath_hal *, u_int off,
sys/dev/netif/ath/ath_hal/ah_internal.h
359
HAL_BOOL (*ah_eepromWrite)(struct ath_hal *, u_int off,
sys/dev/netif/ath/ath_hal/ah_internal.h
361
HAL_BOOL (*ah_getChipPowerLimits)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah_internal.h
373
uint16_t (*ah_getSpurChan)(struct ath_hal *, int, HAL_BOOL);
sys/dev/netif/ath/ath_hal/ah_internal.h
374
HAL_BOOL (*ah_eepromDiag)(struct ath_hal *, int request,
sys/dev/netif/ath/ath_hal/ah_internal.h
418
HAL_BOOL ah_rfkillEnabled; /* enable/disable RfKill */
sys/dev/netif/ath/ath_hal/ah_internal.h
535
extern HAL_BOOL ath_hal_setTxQProps(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ah_internal.h
537
extern HAL_BOOL ath_hal_getTxQProps(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ah_internal.h
609
extern HAL_BOOL ath_hal_wait(struct ath_hal *, u_int reg,
sys/dev/netif/ath/ath_hal/ah_internal.h
611
extern HAL_BOOL ath_hal_waitfor(struct ath_hal *, u_int reg,
sys/dev/netif/ath/ath_hal/ah_internal.h
742
extern HAL_BOOL ath_hal_setcapability(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ah_internal.h
887
extern HAL_BOOL ath_hal_getdiagstate(struct ath_hal *ah, int request,
sys/dev/netif/ath/ath_hal/ah_internal.h
976
extern HAL_BOOL ath_ee_getLowerUpperIndex(uint8_t target, uint8_t *pList,
sys/dev/netif/ath/ath_hal/ah_internal.h
978
extern HAL_BOOL ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax,
sys/dev/netif/ath/ath_hal/ah_regdomain.c
139
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_regdomain.c
156
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_regdomain.c
248
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_regdomain.c
368
HAL_BOOL enableExtendedChannels,
sys/dev/netif/ath/ath_hal/ah_regdomain.c
601
HAL_BOOL enableExtendedChannels)
sys/dev/netif/ath/ath_hal/ah_regdomain.c
635
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ah_regdomain.c
696
HAL_BOOL enableExtendedChannels)
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
131
extern HAL_BOOL ar5210Reset(struct ath_hal *, HAL_OPMODE,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
132
struct ieee80211_channel *, HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
135
extern HAL_BOOL ar5210PhyDisable(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
136
extern HAL_BOOL ar5210Disable(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
137
extern HAL_BOOL ar5210ChipReset(struct ath_hal *, struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
138
extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
139
extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
140
u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
141
extern HAL_BOOL ar5210ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
145
extern HAL_BOOL ar5210SetTxPowerLimit(struct ath_hal *, uint32_t limit);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
146
extern HAL_BOOL ar5210SetTransmitPower(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
148
extern HAL_BOOL ar5210CalNoiseFloor(struct ath_hal *, HAL_CHANNEL_INTERNAL *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
149
extern HAL_BOOL ar5210ResetDma(struct ath_hal *, HAL_OPMODE);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
151
extern HAL_BOOL ar5210SetTxQueueProps(struct ath_hal *ah, int q,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
153
extern HAL_BOOL ar5210GetTxQueueProps(struct ath_hal *ah, int q,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
157
extern HAL_BOOL ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
158
extern HAL_BOOL ar5210ResetTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
160
extern HAL_BOOL ar5210SetTxDP(struct ath_hal *, u_int, uint32_t txdp);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
161
extern HAL_BOOL ar5210UpdateTxTrigLevel(struct ath_hal *, HAL_BOOL);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
163
extern HAL_BOOL ar5210StartTxDma(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
164
extern HAL_BOOL ar5210StopTxDma(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
165
extern HAL_BOOL ar5210SetupTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
171
extern HAL_BOOL ar5210SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
175
extern HAL_BOOL ar5210FillTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
177
u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
183
extern HAL_BOOL ar5210GetTxCompletionRates(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
195
extern HAL_BOOL ar5210StopDmaReceive(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
200
extern HAL_BOOL ar5210ClrMulticastFilterIndex(struct ath_hal *, uint32_t);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
201
extern HAL_BOOL ar5210SetMulticastFilterIndex(struct ath_hal *, uint32_t);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
204
extern HAL_BOOL ar5210SetupRxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
211
extern HAL_BOOL ar5210SetMacAddress(struct ath_hal *ah, const uint8_t *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
213
extern HAL_BOOL ar5210SetBssIdMask(struct ath_hal *, const uint8_t *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
214
extern HAL_BOOL ar5210EepromRead(struct ath_hal *, u_int off, uint16_t *data);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
215
extern HAL_BOOL ar5210EepromWrite(struct ath_hal *, u_int off, uint16_t data);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
216
extern HAL_BOOL ar5210SetRegulatoryDomain(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
220
extern HAL_BOOL ar5210GpioCfgInput(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
221
extern HAL_BOOL ar5210GpioCfgOutput(struct ath_hal *, uint32_t gpio,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
224
extern HAL_BOOL ar5210GpioSet(struct ath_hal *, uint32_t gpio, uint32_t);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
230
extern HAL_BOOL ar5210SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
237
extern HAL_BOOL ar5210DetectCardPresent(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
242
extern HAL_BOOL ar5210SetSifsTime(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
244
extern HAL_BOOL ar5210SetSlotTime(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
246
extern HAL_BOOL ar5210SetAckTimeout(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
248
extern HAL_BOOL ar5210SetAckCTSRate(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
250
extern HAL_BOOL ar5210SetCTSTimeout(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
252
extern HAL_BOOL ar5210SetDecompMask(struct ath_hal *, uint16_t, int);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
256
extern HAL_BOOL ar5210SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
258
extern HAL_BOOL ar5210GetDiagState(struct ath_hal *ah, int request,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
262
extern HAL_BOOL ar5210GetMibCycleCounts(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
270
extern HAL_BOOL ar5210IsKeyCacheEntryValid(struct ath_hal *, uint16_t);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
271
extern HAL_BOOL ar5210ResetKeyCacheEntry(struct ath_hal *, uint16_t entry);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
272
extern HAL_BOOL ar5210SetKeyCacheEntry(struct ath_hal *, uint16_t entry,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
274
extern HAL_BOOL ar5210SetKeyCacheEntryMac(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
277
extern HAL_BOOL ar5210SetPowerMode(struct ath_hal *, uint32_t powerRequest,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
289
extern HAL_BOOL ar5210IsInterruptPending(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
290
extern HAL_BOOL ar5210GetPendingInterrupts(struct ath_hal *, HAL_INT *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
296
extern HAL_BOOL ar5210AniControl(struct ath_hal *, HAL_ANI_CMD, int );
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
179
static HAL_BOOL ar5210FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
31
static HAL_BOOL ar5210GetChannelEdges(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
314
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
327
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
33
static HAL_BOOL ar5210GetChipPowerLimits(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
340
ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
352
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
36
static void ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
37
HAL_BOOL power_on);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_interrupts.c
30
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_interrupts.c
41
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_keycache.c
108
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_keycache.c
42
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_keycache.c
56
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_keycache.c
76
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
160
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
175
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
190
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
298
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
395
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
41
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
419
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
445
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
470
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
502
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
517
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
543
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
558
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
58
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
597
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
624
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
631
HAL_BOOL ok;
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
667
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
67
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
85
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
95
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_power.c
48
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_power.c
93
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
117
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
137
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
182
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
64
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
356
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
365
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
389
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
449
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
452
HAL_BOOL longCal, HAL_BOOL *isCalDone)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
56
static HAL_BOOL ar5210SetResetReg(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
570
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
572
HAL_BOOL *isIQdone)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
577
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
58
static HAL_BOOL ar5210SetChannel(struct ath_hal *, struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
586
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
590
HAL_BOOL rt;
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
69
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
71
struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
721
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
732
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
834
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
922
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
955
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
122
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
153
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
281
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
328
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
329
ar5210UpdateTxTrigLevel(struct ath_hal *ah, HAL_BOOL bIncTrigLevel)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
35
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
366
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
427
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
476
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
51
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
527
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
548
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
551
u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
633
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
124
HAL_BOOL ah_bIQCalibration;
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
148
extern HAL_BOOL ar5211Reset(struct ath_hal *, HAL_OPMODE,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
149
struct ieee80211_channel *, HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
152
extern HAL_BOOL ar5211PhyDisable(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
153
extern HAL_BOOL ar5211Disable(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
154
extern HAL_BOOL ar5211ChipReset(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
156
extern HAL_BOOL ar5211PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
157
extern HAL_BOOL ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
158
u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
159
extern HAL_BOOL ar5211ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
160
extern HAL_BOOL ar5211SetTxPowerLimit(struct ath_hal *, uint32_t limit);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
161
extern HAL_BOOL ar5211CalNoiseFloor(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
163
extern HAL_BOOL ar5211SetAntennaSwitchInternal(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
167
extern HAL_BOOL ar5211ResetDma(struct ath_hal *, HAL_OPMODE);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
172
extern HAL_BOOL ar5211SetTxQueueProps(struct ath_hal *ah, int q,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
174
extern HAL_BOOL ar5211GetTxQueueProps(struct ath_hal *ah, int q,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
178
extern HAL_BOOL ar5211ReleaseTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
179
extern HAL_BOOL ar5211ResetTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
181
extern HAL_BOOL ar5211SetTxDP(struct ath_hal *, u_int, uint32_t txdp);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
182
extern HAL_BOOL ar5211UpdateTxTrigLevel(struct ath_hal *, HAL_BOOL);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
183
extern HAL_BOOL ar5211StartTxDma(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
184
extern HAL_BOOL ar5211StopTxDma(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
186
extern HAL_BOOL ar5211IsTxQueueStopped(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
187
extern HAL_BOOL ar5211GetTransmitFilterIndex(struct ath_hal *, uint32_t);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
188
extern HAL_BOOL ar5211SetupTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
194
extern HAL_BOOL ar5211SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
198
extern HAL_BOOL ar5211FillTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
200
u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
206
extern HAL_BOOL ar5211GetTxCompletionRates(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
218
extern HAL_BOOL ar5211StopDmaReceive(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
223
extern HAL_BOOL ar5211ClrMulticastFilterIndex(struct ath_hal *, uint32_t);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
224
extern HAL_BOOL ar5211SetMulticastFilterIndex(struct ath_hal *, uint32_t);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
227
extern HAL_BOOL ar5211SetupRxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
234
extern HAL_BOOL ar5211SetMacAddress(struct ath_hal *ah, const uint8_t *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
236
extern HAL_BOOL ar5211SetBssIdMask(struct ath_hal *, const uint8_t *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
237
extern HAL_BOOL ar5211EepromRead(struct ath_hal *, u_int off, uint16_t *data);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
238
extern HAL_BOOL ar5211EepromWrite(struct ath_hal *, u_int off, uint16_t data);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
239
extern HAL_BOOL ar5211SetRegulatoryDomain(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
245
extern HAL_BOOL ar5211GpioCfgOutput(struct ath_hal *, uint32_t gpio,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
247
extern HAL_BOOL ar5211GpioCfgInput(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
248
extern HAL_BOOL ar5211GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
258
extern HAL_BOOL ar5211DetectCardPresent(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
262
extern HAL_BOOL ar5211SetSlotTime(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
264
extern HAL_BOOL ar5211SetAckTimeout(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
266
extern HAL_BOOL ar5211SetAckCTSRate(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
268
extern HAL_BOOL ar5211SetCTSTimeout(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
270
extern HAL_BOOL ar5211SetSifsTime(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
272
extern HAL_BOOL ar5211SetDecompMask(struct ath_hal *, uint16_t, int);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
278
extern HAL_BOOL ar5211SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
281
extern HAL_BOOL ar5211SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
283
extern HAL_BOOL ar5211GetDiagState(struct ath_hal *ah, int request,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
287
extern HAL_BOOL ar5211GetMibCycleCounts(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
295
extern HAL_BOOL ar5211IsKeyCacheEntryValid(struct ath_hal *, uint16_t);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
296
extern HAL_BOOL ar5211ResetKeyCacheEntry(struct ath_hal *, uint16_t entry);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
297
extern HAL_BOOL ar5211SetKeyCacheEntry(struct ath_hal *, uint16_t entry,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
300
extern HAL_BOOL ar5211SetKeyCacheEntryMac(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
303
extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, uint32_t powerRequest,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
315
extern HAL_BOOL ar5211IsInterruptPending(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
316
extern HAL_BOOL ar5211GetPendingInterrupts(struct ath_hal *, HAL_INT *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
322
extern HAL_BOOL ar5211AniControl(struct ath_hal *, HAL_ANI_CMD, int );
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
179
static HAL_BOOL ar5211ChipTest(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
180
static HAL_BOOL ar5211FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
31
static HAL_BOOL ar5211GetChannelEdges(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
33
static HAL_BOOL ar5211GetChipPowerLimits(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
36
static void ar5211ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
37
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
386
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
432
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
450
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
463
ar5211ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
475
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_interrupts.c
33
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_interrupts.c
48
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_keycache.c
114
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_keycache.c
46
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_keycache.c
60
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_keycache.c
80
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
156
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
194
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
212
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
230
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
391
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
41
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
422
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
447
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
472
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
504
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
519
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
545
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
560
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
58
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
609
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
641
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
665
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
67
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
706
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
88
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
98
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_power.c
37
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_power.c
95
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
118
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
138
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
178
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
65
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1032
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
107
static HAL_BOOL ar5211SetResetReg(struct ath_hal *ah, uint32_t resetMask);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
108
static HAL_BOOL ar5211SetChannel(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
112
static HAL_BOOL ar5211IsNfGood(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1138
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
114
static HAL_BOOL ar5211SetRf6and7(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
116
static HAL_BOOL ar5211SetBoardValues(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
120
static HAL_BOOL ar5211SetTransmitPower(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1202
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
127
static HAL_BOOL ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1299
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
131
uint16_t targetLeft, uint16_t targetRight, HAL_BOOL scaleUp);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1312
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
141
static HAL_BOOL ar5211InvalidGainReadback(struct ath_hal *, GAIN_VALUES *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
142
static HAL_BOOL ar5211IsGainAdjustNeeded(struct ath_hal *, const GAIN_VALUES *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1514
HAL_BOOL paPreDEnable = 0;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
154
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
156
struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1734
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1766
HAL_BOOL scaleUp)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1927
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
2017
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
560
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
569
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
593
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
640
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
642
u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
733
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
735
HAL_BOOL *isIQdone)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
740
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
750
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
754
HAL_BOOL rt;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
784
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
891
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
920
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
957
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
198
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
232
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
37
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
38
ar5211UpdateTxTrigLevel(struct ath_hal *ah, HAL_BOOL bIncTrigLevel)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
412
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
432
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
475
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
509
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
557
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
578
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
581
u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
672
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
79
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
95
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
164
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
296
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
501
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
642
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
724
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
758
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
90
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
141
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
273
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
479
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
622
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
704
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
736
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
81
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
157
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
293
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
498
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
640
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
722
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
754
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
77
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
151
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
294
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
498
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
603
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
685
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
717
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
84
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
217
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
389
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
50
static HAL_BOOL ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue,
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
579
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
627
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
683
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
715
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
76
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
177
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
343
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
50
static HAL_BOOL getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs,
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
606
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
765
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
77
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
852
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
884
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
137
HAL_BOOL (*setChannel)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
139
HAL_BOOL (*setRfRegs)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
142
HAL_BOOL (*setPowerTable)(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
145
HAL_BOOL (*getChannelMaxMinPower)(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
276
HAL_BOOL ah_diversity; /* fast diversity setting */
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
287
HAL_BOOL ah_cwCalRequire; /* for ap51 */
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
288
HAL_BOOL ah_tpcEnabled; /* per-packet tpc enabled */
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
289
HAL_BOOL ah_phyPowerOn; /* PHY power state */
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
290
HAL_BOOL ah_isHb63; /* cached HB63 check */
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
319
HAL_BOOL ah_hasHwPhyCounters; /* Hardware has phy counters */
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
326
HAL_BOOL (*ah_aniControl) (struct ath_hal *, HAL_ANI_CMD cmd, int param);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
436
extern HAL_BOOL ar5212ChipTest(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
437
extern HAL_BOOL ar5212GetChannelEdges(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
439
extern HAL_BOOL ar5212FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
450
extern HAL_BOOL ar5212IsInterruptPending(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
451
extern HAL_BOOL ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
456
extern HAL_BOOL ar5212IsKeyCacheEntryValid(struct ath_hal *, uint16_t entry);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
457
extern HAL_BOOL ar5212ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
458
extern HAL_BOOL ar5212SetKeyCacheEntryMac(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
460
extern HAL_BOOL ar5212SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
464
extern HAL_BOOL ar5212SetMacAddress(struct ath_hal *ah, const uint8_t *);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
466
extern HAL_BOOL ar5212SetBssIdMask(struct ath_hal *, const uint8_t *);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
467
extern HAL_BOOL ar5212EepromRead(struct ath_hal *, u_int off, uint16_t *data);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
468
extern HAL_BOOL ar5212EepromWrite(struct ath_hal *, u_int off, uint16_t data);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
469
extern HAL_BOOL ar5212SetRegulatoryDomain(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
473
extern HAL_BOOL ar5212GpioCfgOutput(struct ath_hal *, uint32_t gpio,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
475
extern HAL_BOOL ar5212GpioCfgInput(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
476
extern HAL_BOOL ar5212GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
488
extern HAL_BOOL ar5212DetectCardPresent(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
492
extern HAL_BOOL ar5212IsJapanChannelSpreadSupported(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
497
extern HAL_BOOL ar5212SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
498
extern HAL_BOOL ar5212IsSleepAfterBeaconBroken(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
499
extern HAL_BOOL ar5212SetSifsTime(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
501
extern HAL_BOOL ar5212SetSlotTime(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
503
extern HAL_BOOL ar5212SetAckTimeout(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
505
extern HAL_BOOL ar5212SetAckCTSRate(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
507
extern HAL_BOOL ar5212SetCTSTimeout(struct ath_hal *, u_int);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
509
extern HAL_BOOL ar5212SetDecompMask(struct ath_hal *, uint16_t, int);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
512
extern HAL_BOOL ar5212Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
520
extern HAL_BOOL ar5212SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
522
extern HAL_BOOL ar5212GetDiagState(struct ath_hal *ah, int request,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
527
extern HAL_BOOL ar5212GetMibCycleCounts(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
531
extern HAL_BOOL ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
534
extern HAL_BOOL ar5212GetPowerStatus(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
539
extern HAL_BOOL ar5212StopDmaReceive(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
544
extern HAL_BOOL ar5212ClrMulticastFilterIndex(struct ath_hal *, uint32_t ix);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
545
extern HAL_BOOL ar5212SetMulticastFilterIndex(struct ath_hal *, uint32_t ix);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
548
extern HAL_BOOL ar5212SetupRxDesc(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
554
extern HAL_BOOL ar5212Reset(struct ath_hal *ah, HAL_OPMODE opmode,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
555
struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
557
extern HAL_BOOL ar5212SetChannel(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
560
extern HAL_BOOL ar5212PhyDisable(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
561
extern HAL_BOOL ar5212Disable(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
562
extern HAL_BOOL ar5212ChipReset(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
564
extern HAL_BOOL ar5212PerCalibration(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
565
struct ieee80211_channel *chan, HAL_BOOL *isIQdone);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
566
extern HAL_BOOL ar5212PerCalibrationN(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
568
HAL_BOOL longCal, HAL_BOOL *isCalDone);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
569
extern HAL_BOOL ar5212ResetCalValid(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
576
extern HAL_BOOL ar5212SetAntennaSwitchInternal(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
578
extern HAL_BOOL ar5212SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
579
extern HAL_BOOL ar5212GetChipPowerLimits(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
585
extern HAL_BOOL ar5212UpdateTxTrigLevel(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
586
HAL_BOOL IncTrigLevel);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
587
extern HAL_BOOL ar5212SetTxQueueProps(struct ath_hal *ah, int q,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
589
extern HAL_BOOL ar5212GetTxQueueProps(struct ath_hal *ah, int q,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
593
extern HAL_BOOL ar5212ReleaseTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
594
extern HAL_BOOL ar5212ResetTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
596
extern HAL_BOOL ar5212SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
597
extern HAL_BOOL ar5212StartTxDma(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
599
extern HAL_BOOL ar5212StopTxDma(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
600
extern HAL_BOOL ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
606
extern HAL_BOOL ar5212SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
610
extern HAL_BOOL ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
612
u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
618
extern HAL_BOOL ar5212GetTxCompletionRates(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
630
const struct ar5212AniParams *, HAL_BOOL ena);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
634
extern HAL_BOOL ar5212AniControl(struct ath_hal *, HAL_ANI_CMD cmd, int param);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
635
extern HAL_BOOL ar5212AniSetParams(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
647
extern HAL_BOOL ar5212IsNFCalInProgress(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
648
extern HAL_BOOL ar5212WaitNFCalComplete(struct ath_hal *ah, int i);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
650
extern HAL_BOOL ar5212GetDfsDefaultThresh(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
653
extern HAL_BOOL ar5212ProcessRadarEvent(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
656
extern HAL_BOOL ar5212IsFastClockEnabled(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_ani.c
151
const struct ar5212AniParams *params5, HAL_BOOL enable)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_ani.c
180
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_ani.c
185
HAL_BOOL ena = (ahp->ah_procPhyErr & HAL_ANI_ENA) != 0;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_ani.c
219
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
283
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
32
static void ar5212ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
33
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
601
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
647
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
676
ar5212ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
707
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_eeprom.c
35
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_gpio.c
38
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_gpio.c
56
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_gpio.c
71
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c
35
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c
54
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_keycache.c
109
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_keycache.c
153
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_keycache.c
51
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_keycache.c
65
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1049
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1134
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1149
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1268
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1349
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1395
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1414
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
345
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
393
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
426
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
43
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
441
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
447
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
472
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
497
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
529
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
544
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
571
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
60
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
662
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
76
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
929
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_power.c
119
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_power.c
174
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_power.c
37
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
126
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
146
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
219
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
64
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1101
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1103
HAL_BOOL *isIQdone)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1108
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1130
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1133
HAL_BOOL status;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
116
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
119
HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1197
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1201
HAL_BOOL rt;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1309
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
139
HAL_BOOL isBmode = AH_FALSE;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1509
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1596
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1611
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1760
HAL_BOOL is2GHz = IEEE80211_IS_CHAN_2GHZ(chan);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1987
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1993
HAL_BOOL isBmode;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2004
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2133
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2135
int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2351
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
35
static HAL_BOOL ar5212SetResetReg(struct ath_hal *, uint32_t resetMask);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
37
HAL_BOOL ar5212IsSpurChannel(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
39
HAL_BOOL ar5212ChannelChange(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
42
HAL_BOOL ar5212SetBoardValues(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
46
HAL_BOOL ar5212SetTransmitPower(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
48
static HAL_BOOL ar5212SetRateTable(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
51
HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
711
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
728
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
73
HAL_BOOL bChannelChange, int writes)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
734
HAL_BOOL txStopped = AH_TRUE;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
832
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
841
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
860
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
971
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
974
u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
982
HAL_BOOL isBmode = AH_FALSE;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
122
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
178
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
102
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
230
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
268
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
45
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
46
ar5212UpdateTxTrigLevel(struct ath_hal *ah, HAL_BOOL bIncTrigLevel)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
524
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
544
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
588
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
688
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
760
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
804
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
807
u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
85
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
962
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
156
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
336
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
542
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
684
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
768
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
77
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
800
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
41
extern HAL_BOOL ar5312IsInterruptPending(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
44
extern HAL_BOOL ar5312GpioCfgOutput(struct ath_hal *, uint32_t gpio,
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
46
extern HAL_BOOL ar5312GpioCfgInput(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
47
extern HAL_BOOL ar5312GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
52
extern HAL_BOOL ar5315GpioCfgOutput(struct ath_hal *, uint32_t gpio,
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
54
extern HAL_BOOL ar5315GpioCfgInput(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
55
extern HAL_BOOL ar5315GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
60
extern HAL_BOOL ar5312DetectCardPresent(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
64
extern HAL_BOOL ar5312Reset(struct ath_hal *ah, HAL_OPMODE opmode,
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
66
HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
69
extern HAL_BOOL ar5312ChipReset(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
71
extern HAL_BOOL ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
73
extern HAL_BOOL ar5312PhyDisable(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
74
extern HAL_BOOL ar5312Disable(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
75
extern HAL_BOOL ar5312MacReset(struct ath_hal *ah, unsigned int RCMask);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
77
extern HAL_BOOL ar5312GetPowerStatus(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
80
extern HAL_BOOL ar5312EepromRead(struct ath_hal *, u_int off, uint16_t *data);
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h
81
extern HAL_BOOL ar5312EepromWrite(struct ath_hal *, u_int off, uint16_t data);
sys/dev/netif/ath/ath_hal/ar5312/ar5312_attach.c
286
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_attach.c
33
static HAL_BOOL ar5312GetMacAddr(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5312/ar5312_eeprom.c
34
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_gpio.c
37
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_gpio.c
54
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_gpio.c
71
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_interrupts.c
37
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_misc.c
56
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_power.c
119
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_power.c
39
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_power.c
71
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
40
extern HAL_BOOL ar5212SetTransmitPower(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
44
extern HAL_BOOL ar5212SetBoardValues(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
48
extern HAL_BOOL ar5212IsSpurChannel(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
50
extern HAL_BOOL ar5212ChannelChange(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
53
static HAL_BOOL ar5312SetResetReg(struct ath_hal *, uint32_t resetMask);
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
57
HAL_BOOL bChannelChange, int writes)
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
584
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
593
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
612
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
733
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
737
HAL_BOOL rt;
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
766
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
88
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
91
HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5312/ar5315_gpio.c
37
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5315_gpio.c
54
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5312/ar5315_gpio.c
71
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
124
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
256
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
327
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
362
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
527
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
581
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
101
HAL_BOOL (*ah_setPowerCalTable) (struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
153
HAL_BOOL ah_btCoexSingleAnt; /* Single or dual antenna configuration */
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
159
HAL_BOOL ah_btCoexEnabled; /* If Bluetooth coexistence is enabled */
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
173
extern HAL_BOOL ar2133RfAttach(struct ath_hal *, HAL_STATUS *);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
183
extern HAL_BOOL ar5416FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
186
const struct ar5212AniParams *, HAL_BOOL ena);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
188
extern HAL_BOOL ar5416AniControl(struct ath_hal *, HAL_ANI_CMD cmd, int param);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
189
extern HAL_BOOL ar5416AniSetParams(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
222
extern HAL_BOOL ar5416EepromRead(struct ath_hal *, u_int off, uint16_t *data);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
223
extern HAL_BOOL ar5416EepromWrite(struct ath_hal *, u_int off, uint16_t data);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
225
extern HAL_BOOL ar5416IsInterruptPending(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
226
extern HAL_BOOL ar5416GetPendingInterrupts(struct ath_hal *, HAL_INT *masked);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
229
extern HAL_BOOL ar5416GpioCfgOutput(struct ath_hal *, uint32_t gpio,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
231
extern HAL_BOOL ar5416GpioCfgInput(struct ath_hal *, uint32_t gpio);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
232
extern HAL_BOOL ar5416GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
242
extern HAL_BOOL ar5416SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
243
extern HAL_BOOL ar5416SetDecompMask(struct ath_hal *, uint16_t, int);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
245
extern HAL_BOOL ar5416GetMibCycleCounts(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
256
extern HAL_BOOL ar5416SetCapability(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
259
extern HAL_BOOL ar5416GetDiagState(struct ath_hal *ah, int request,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
262
extern HAL_BOOL ar5416SetRifsDelay(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
263
const struct ieee80211_channel *chan, HAL_BOOL enable);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
266
extern HAL_BOOL ar5416GetDfsDefaultThresh(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
269
extern HAL_BOOL ar5416ProcessRadarEvent(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
272
extern HAL_BOOL ar5416IsFastClockEnabled(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
277
extern HAL_BOOL ar5416IsSpectralActive(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
278
extern HAL_BOOL ar5416IsSpectralEnabled(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
284
extern HAL_BOOL ar5416SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
287
extern HAL_BOOL ar5416GetPowerStatus(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
289
extern HAL_BOOL ar5416ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
290
extern HAL_BOOL ar5416SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
295
extern HAL_BOOL ar5416StopDmaReceive(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
298
extern HAL_BOOL ar5416SetupRxDesc(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
304
extern HAL_BOOL ar5416Reset(struct ath_hal *ah, HAL_OPMODE opmode,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
306
HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
309
extern HAL_BOOL ar5416PhyDisable(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
311
extern HAL_BOOL ar5416Disable(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
312
extern HAL_BOOL ar5416ChipReset(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
315
extern HAL_BOOL ar5416SetBoardValues(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
317
extern HAL_BOOL ar5416SetResetReg(struct ath_hal *, uint32_t type);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
318
extern HAL_BOOL ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
319
extern HAL_BOOL ar5416SetTransmitPower(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
321
extern HAL_BOOL ar5416GetChipPowerLimits(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
338
uint16_t numRates, HAL_BOOL isHt40Target);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
343
uint16_t numRates, HAL_BOOL isExtTarget);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
349
CAL_CTL_EDGES *pRdEdgesPower, HAL_BOOL is2GHz);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
369
extern HAL_BOOL ar5416SetPowerCalTable(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
375
extern HAL_BOOL ar5416StopTxDma(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
376
extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
382
extern HAL_BOOL ar5416SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
386
extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
388
u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
392
extern HAL_BOOL ar5416GetTxCompletionRates(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
395
extern HAL_BOOL ar5416ResetTxQueue(struct ath_hal *ah, u_int q);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
399
extern HAL_BOOL ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
403
HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
404
extern HAL_BOOL ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
407
extern HAL_BOOL ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
409
extern HAL_BOOL ar5416SetGlobalTxTimeout(struct ath_hal *ah, u_int tu);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
91
HAL_BOOL (*ah_cal_initcal)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
94
HAL_BOOL is_reset);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_ani.c
132
const struct ar5212AniParams *params5, HAL_BOOL enable)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_ani.c
172
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
307
HAL_BOOL rfStatus;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
33
static void ar5416ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
34
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
521
ar5416ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
661
HAL_BOOL is2GHz = IEEE80211_IS_CHAN_2GHZ(chan);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
888
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c
55
HAL_BOOL rxClearPolarity = btconf->bt_rxclear_polarity;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
154
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
161
HAL_BOOL isCalDone;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
201
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
243
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
338
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
388
uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
443
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
445
u_int rxchainmask, HAL_BOOL longcal, HAL_BOOL *isCalDone)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
534
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
536
HAL_BOOL *isIQdone)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
546
HAL_BOOL isCalDone;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
554
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
63
static OS_INLINE HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
105
HAL_BOOL ar5416InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
106
HAL_BOOL ar5416InitCal(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
107
HAL_BOOL ar5416PerCalibration(struct ath_hal *, struct ieee80211_channel *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
108
HAL_BOOL *isIQdone);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
109
HAL_BOOL ar5416PerCalibrationN(struct ath_hal *, struct ieee80211_channel *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
110
u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.h
111
HAL_BOOL ar5416ResetCalValid(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_eeprom.c
34
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
136
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
160
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
83
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c
33
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c
67
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_keycache.c
38
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_keycache.c
54
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
191
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
198
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
215
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
482
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
529
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
561
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
563
HAL_BOOL enable)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
566
HAL_BOOL is_chan_2g = AH_FALSE;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
567
HAL_BOOL is_ht40 = AH_FALSE;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
614
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_power.c
124
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_power.c
36
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
232
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
236
HAL_BOOL doDfsExtCh;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
237
HAL_BOOL doDfsEnhanced;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
238
HAL_BOOL doDfsCombinedRssi;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
426
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
53
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
139
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
72
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
75
HAL_BOOL status;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1047
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1243
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1262
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1276
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1297
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1343
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1609
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1802
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1945
HAL_BOOL isHt40CtlMode = (pCtlMode[ctlMode] == CTL_5GHT40) ||
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2041
fbin2freq(uint8_t fbin, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2060
ar5416GetMaxEdgePower(uint16_t freq, CAL_CTL_EDGES *pRdEdgesPower, HAL_BOOL is2GHz)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2096
HAL_BOOL isHt40Target)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2156
HAL_BOOL isExtTarget)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2337
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2441
HAL_BOOL match;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
488
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
50
static HAL_BOOL ar5416ChannelChange(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
54
static HAL_BOOL ar5416SetResetPowerOn(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
55
static HAL_BOOL ar5416SetReset(struct ath_hal *ah, int type);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
56
static HAL_BOOL ar5416SetPowerPerRateTable(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
75
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
775
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
78
HAL_BOOL bChannelChange,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
903
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
913
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
170
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
179
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1091
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1238
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
159
ar5416RateToRateTable(struct ath_hal *ah, uint8_t rate, HAL_BOOL is_ht40)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
225
uint16_t txPower, HAL_BOOL is_ht40)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
321
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
33
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
427
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
453
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
456
u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
517
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
527
HAL_BOOL firstSeg,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
528
HAL_BOOL lastSeg,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
529
HAL_BOOL lastAggr)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
612
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
673
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
824
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
280
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
65
static HAL_BOOL ar9130FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
81
HAL_BOOL rfStatus;
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
125
HAL_BOOL rfStatus;
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
308
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
60
static HAL_BOOL ar9160FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
231
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
244
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
279
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
41
static HAL_BOOL ar9280GetChannelMaxMinPower(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
414
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
452
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
72
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280.h
55
HAL_BOOL ar9280RfAttach(struct ath_hal *, HAL_STATUS *);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.h
59
HAL_BOOL ar9280SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
159
HAL_BOOL rfStatus;
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
426
ar9280ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
598
HAL_BOOL is2GHz = IEEE80211_IS_CHAN_2GHZ(chan);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
64
static void ar9280ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
65
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
67
static HAL_BOOL ar9280FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
875
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
927
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
281
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
67
HAL_BOOL match;
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.h
46
extern HAL_BOOL ar9280SetPowerCalTable(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar9002/ar9285.c
70
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285.c
81
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285.h
44
HAL_BOOL ar9285RfAttach(struct ath_hal *, HAL_STATUS *);
sys/dev/netif/ath/ath_hal/ar9002/ar9285.h
46
extern HAL_BOOL ar9285SetTransmitPower(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar9002/ar9285.h
48
extern HAL_BOOL ar9285SetBoardValues(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
144
HAL_BOOL rfStatus;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
400
ar9285ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
522
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
69
static void ar9285ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
70
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
72
static HAL_BOOL ar9285FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
153
ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
164
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
203
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
214
HAL_BOOL retv = AH_TRUE;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
260
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
49
ar9285_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.h
31
extern void ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.h
32
extern HAL_BOOL ar9285InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_diversity.c
61
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_diversity.h
31
extern HAL_BOOL ar9285SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.c
82
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.h
39
extern HAL_BOOL ar9285_check_div_comb(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
243
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
395
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
476
HAL_BOOL isHt40CtlMode = (pCtlMode[ctlMode] == CTL_5GHT40) ||
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
54
static HAL_BOOL ar9285SetPowerPerRateTable(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
563
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
60
static HAL_BOOL ar9285SetPowerCalTable(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
664
HAL_BOOL match;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
71
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
173
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
186
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
221
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
356
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
394
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
41
static HAL_BOOL ar9287GetChannelMaxMinPower(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
72
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287.h
57
extern HAL_BOOL ar9287RfAttach(struct ath_hal *, HAL_STATUS *);
sys/dev/netif/ath/ath_hal/ar9002/ar9287.h
58
extern HAL_BOOL ar9287SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
122
HAL_BOOL rfStatus;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
371
ar9287ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
428
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
477
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
68
static void ar9287ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
69
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
71
static HAL_BOOL ar9287FillCapabilityInfo(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.c
44
ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset)
sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.c
52
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.h
30
extern void ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.h
31
extern HAL_BOOL ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
109
HAL_BOOL match;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
126
static HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
232
HAL_BOOL isHt40CtlMode = (pCtlMode[ctlMode] == CTL_5GHT40) ||
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
327
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
451
HAL_BOOL
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.h
22
extern HAL_BOOL ar9287SetTransmitPower(struct ath_hal *ah,
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.h
24
extern HAL_BOOL ar9287SetBoardValues(struct ath_hal *ah,
tools/tools/ath/athrd/athrd.c
1027
HAL_BOOL showall = AH_FALSE;
tools/tools/ath/athrd/athrd.c
1028
HAL_BOOL extendedChanMode = AH_TRUE;
tools/tools/ath/athrd/athrd.c
1470
static HAL_BOOL
tools/tools/ath/athrd/athrd.c
166
static HAL_BOOL
tools/tools/ath/athrd/athrd.c
50
HAL_BOOL Amode = 1;
tools/tools/ath/athrd/athrd.c
51
HAL_BOOL Bmode = 1;
tools/tools/ath/athrd/athrd.c
52
HAL_BOOL Gmode = 1;
tools/tools/ath/athrd/athrd.c
53
HAL_BOOL HT20mode = 1;
tools/tools/ath/athrd/athrd.c
534
static HAL_BOOL
tools/tools/ath/athrd/athrd.c
54
HAL_BOOL HT40mode = 1;
tools/tools/ath/athrd/athrd.c
55
HAL_BOOL turbo5Disable = AH_FALSE;
tools/tools/ath/athrd/athrd.c
56
HAL_BOOL turbo2Disable = AH_FALSE;
tools/tools/ath/athrd/athrd.c
727
static HAL_BOOL
tools/tools/ath/athrd/athrd.c
786
static HAL_BOOL
tools/tools/ath/athrd/athrd.c
963
static HAL_BOOL
tools/tools/ath/athrd/athrd.c
968
static HAL_BOOL