Searched refs:HAL_BOOL (Results 1 - 25 of 136) sorted by relevance

123456

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_cal.h33 extern void ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset);
34 extern HAL_BOOL ar9285InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
H A Dar9287_cal.h32 extern void ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset);
33 extern HAL_BOOL ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
H A Dar9285_diversity.h33 extern HAL_BOOL ar9285SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
H A Dar9287_reset.h24 extern HAL_BOOL ar9287SetTransmitPower(struct ath_hal *ah,
26 extern HAL_BOOL ar9287SetBoardValues(struct ath_hal *ah,
H A Dar9285.h46 HAL_BOOL ar9285RfAttach(struct ath_hal *, HAL_STATUS *);
48 extern HAL_BOOL ar9285SetTransmitPower(struct ath_hal *,
50 extern HAL_BOOL ar9285SetBoardValues(struct ath_hal *,
H A Dar9285_phy.h41 extern HAL_BOOL ar9285_check_div_comb(struct ath_hal *ah);
H A Dar9287.h59 extern HAL_BOOL ar9287RfAttach(struct ath_hal *, HAL_STATUS *);
60 extern HAL_BOOL ar9287SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
H A Dar9287_cal.c45 ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset)
53 HAL_BOOL
H A Dar9280.h57 HAL_BOOL ar9280RfAttach(struct ath_hal *, HAL_STATUS *);
61 HAL_BOOL ar9280SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_interrupts.c38 HAL_BOOL
H A Dar5312.h43 extern HAL_BOOL ar5312IsInterruptPending(struct ath_hal *ah);
46 extern HAL_BOOL ar5312GpioCfgOutput(struct ath_hal *, uint32_t gpio,
48 extern HAL_BOOL ar5312GpioCfgInput(struct ath_hal *, uint32_t gpio);
49 extern HAL_BOOL ar5312GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
54 extern HAL_BOOL ar5315GpioCfgOutput(struct ath_hal *, uint32_t gpio,
56 extern HAL_BOOL ar5315GpioCfgInput(struct ath_hal *, uint32_t gpio);
57 extern HAL_BOOL ar5315GpioSet(struct ath_hal *, uint32_t gpio, uint32_t val);
62 extern HAL_BOOL ar5312DetectCardPresent(struct ath_hal *ah);
66 extern HAL_BOOL ar5312Reset(struct ath_hal *ah, HAL_OPMODE opmode,
68 HAL_BOOL bChannelChang
[all...]
H A Dar5312_power.c41 static HAL_BOOL
73 HAL_BOOL
121 HAL_BOOL
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_stub_funcs.h11 extern HAL_BOOL ar9300_Stub_ChipTest(struct ath_hal *ah);
12 extern HAL_BOOL ar9300_Stub_GetChannelEdges(struct ath_hal *ah,
14 extern HAL_BOOL ar9300_Stub_FillCapabilityInfo(struct ath_hal *ah);
25 extern HAL_BOOL ar9300_Stub_IsInterruptPending(struct ath_hal *ah);
26 extern HAL_BOOL ar9300_Stub_GetPendingInterrupts(struct ath_hal *ah, HAL_INT *);
31 extern HAL_BOOL ar9300_Stub_IsKeyCacheEntryValid(struct ath_hal *, uint16_t entry);
32 extern HAL_BOOL ar9300_Stub_ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry);
33 extern HAL_BOOL ar9300_Stub_SetKeyCacheEntryMac(struct ath_hal *,
35 extern HAL_BOOL ar9300_Stub_SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry,
39 extern HAL_BOOL ar9300_Stub_SetMacAddres
[all...]
H A Dar9300_freebsd.h5 extern HAL_BOOL ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode,
6 struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
8 extern void ar9300_config_pcie_freebsd(struct ath_hal *, HAL_BOOL, HAL_BOOL);
11 extern HAL_BOOL ar9300_stop_tx_dma_freebsd(struct ath_hal *ah, u_int q);
16 extern HAL_BOOL ar9300_stop_dma_receive_freebsd(struct ath_hal *ah);
17 extern HAL_BOOL ar9300_get_pending_interrupts_freebsd(struct ath_hal *ah,
21 extern HAL_BOOL ar9300_per_calibration_freebsd(struct ath_hal *ah,
23 HAL_BOOL longCal, HAL_BOOL *isCalDon
[all...]
H A Dar9300.h128 HAL_BOOL (*set_channel)(struct ath_hal *, struct ieee80211_channel *);
129 HAL_BOOL (*get_chip_power_lim)(struct ath_hal *ah,
155 HAL_BOOL must_restore;
156 HAL_BOOL ofdms_turn;
183 HAL_BOOL phy_noise_spur; /* based on OFDM/CCK Phy errors */
434 HAL_BOOL ah_chip_full_sleep;
473 HAL_BOOL ah_get_plcp_hdr; /* setting about MISC_SEL_EVM */
498 HAL_BOOL ah_eep_enabled; /* EEPROM bit for capability */
510 HAL_BOOL ah_bt_coex_single_ant; /* Single or dual antenna configuration */
515 HAL_BOOL ah_bt_coex_enable
[all...]
H A Dar9300_stub_funcs.c60 HAL_BOOL
68 HAL_BOOL
77 HAL_BOOL
123 HAL_BOOL
131 HAL_BOOL
164 HAL_BOOL
172 HAL_BOOL
180 HAL_BOOL
189 HAL_BOOL
205 HAL_BOOL
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211.h126 HAL_BOOL ah_bIQCalibration;
150 extern HAL_BOOL ar5211Reset(struct ath_hal *, HAL_OPMODE,
151 struct ieee80211_channel *, HAL_BOOL bChannelChange,
154 extern HAL_BOOL ar5211PhyDisable(struct ath_hal *);
155 extern HAL_BOOL ar5211Disable(struct ath_hal *);
156 extern HAL_BOOL ar5211ChipReset(struct ath_hal *,
158 extern HAL_BOOL ar5211PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
159 extern HAL_BOOL ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
160 u_int chainMask, HAL_BOOL longCa
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210.h133 extern HAL_BOOL ar5210Reset(struct ath_hal *, HAL_OPMODE,
134 struct ieee80211_channel *, HAL_BOOL bChannelChange,
137 extern HAL_BOOL ar5210PhyDisable(struct ath_hal *);
138 extern HAL_BOOL ar5210Disable(struct ath_hal *);
139 extern HAL_BOOL ar5210ChipReset(struct ath_hal *, struct ieee80211_channel *);
140 extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
141 extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
142 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDon
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_lna_div.h56 HAL_BOOL scan;
57 HAL_BOOL scan_not_start;
69 HAL_BOOL alt_good;
76 HAL_BOOL first_ratio;
77 HAL_BOOL second_ratio;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416.h87 HAL_BOOL (*ah_cal_initcal)(struct ath_hal *,
90 HAL_BOOL is_reset);
97 HAL_BOOL (*ah_setPowerCalTable) (struct ath_hal *ah,
149 HAL_BOOL ah_btCoexSingleAnt; /* Single or dual antenna configuration */
155 HAL_BOOL ah_btCoexEnabled; /* If Bluetooth coexistence is enabled */
169 extern HAL_BOOL ar2133RfAttach(struct ath_hal *, HAL_STATUS *);
179 extern HAL_BOOL ar5416FillCapabilityInfo(struct ath_hal *ah);
182 const struct ar5212AniParams *, HAL_BOOL ena);
184 extern HAL_BOOL ar5416AniControl(struct ath_hal *, HAL_ANI_CMD cmd, int param);
185 extern HAL_BOOL ar5416AniSetParam
[all...]
H A Dar5416_cal.h107 HAL_BOOL ar5416InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
108 HAL_BOOL ar5416InitCal(struct ath_hal *, const struct ieee80211_channel *);
109 HAL_BOOL ar5416PerCalibration(struct ath_hal *, struct ieee80211_channel *,
110 HAL_BOOL *isIQdone);
111 HAL_BOOL ar5416PerCalibrationN(struct ath_hal *, struct ieee80211_channel *,
112 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
113 HAL_BOOL ar5416ResetCalValid(struct ath_hal *,
H A Dar5416_keycache.c40 HAL_BOOL
56 HAL_BOOL
H A Dar5416_eeprom.c36 HAL_BOOL
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212.h139 HAL_BOOL (*setChannel)(struct ath_hal *,
141 HAL_BOOL (*setRfRegs)(struct ath_hal *,
144 HAL_BOOL (*setPowerTable)(struct ath_hal *ah,
147 HAL_BOOL (*getChannelMaxMinPower)(struct ath_hal *ah,
278 HAL_BOOL ah_diversity; /* fast diversity setting */
289 HAL_BOOL ah_cwCalRequire; /* for ap51 */
290 HAL_BOOL ah_tpcEnabled; /* per-packet tpc enabled */
291 HAL_BOOL ah_phyPowerOn; /* PHY power state */
292 HAL_BOOL ah_isHb63; /* cached HB63 check */
321 HAL_BOOL ah_hasHwPhyCounter
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h96 } HAL_BOOL; typedef in typeref:enum:__anon27
565 HAL_BOOL valid; /* if the stats are valid*/
1249 HAL_BOOL __ahdecl(*ah_reset)(struct ath_hal *, HAL_OPMODE,
1251 HAL_BOOL bChannelChange,
1254 HAL_BOOL __ahdecl(*ah_phyDisable)(struct ath_hal *);
1255 HAL_BOOL __ahdecl(*ah_disable)(struct ath_hal *);
1256 void __ahdecl(*ah_configPCIE)(struct ath_hal *, HAL_BOOL restore,
1257 HAL_BOOL power_off);
1260 HAL_BOOL __ahdecl(*ah_perCalibration)(struct ath_hal*,
1261 struct ieee80211_channel *, HAL_BOOL *);
[all...]

Completed in 138 milliseconds

123456