Searched refs:ath_hal (Results 26 - 50 of 205) sorted by relevance

123456789

/freebsd-10.0-release/tools/tools/ath/ath_ee_v14_print/
H A DMakefile3 .PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9287.h57 extern HAL_BOOL ar9287RfAttach(struct ath_hal *, HAL_STATUS *);
58 extern HAL_BOOL ar9287SetAntennaSwitch(struct ath_hal *, HAL_ANT_SETTING);
H A Dar9287_cal.c44 ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset)
53 ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan)
H A Dar9285.c42 ar9285GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
71 ar9285RfAttach(struct ath_hal *ah, HAL_STATUS *status)
82 ar9285RfProbe(struct ath_hal *ah)
/freebsd-10.0-release/sys/modules/ath_ahb/
H A DMakefile33 .PATH: ${.CURDIR}/../../dev/ath/ath_hal
39 CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h490 extern HAL_BOOL ar9300_update_tx_trig_level(struct ath_hal *,
492 extern u_int16_t ar9300_get_tx_trig_level(struct ath_hal *);
493 extern HAL_BOOL ar9300_set_tx_queue_props(struct ath_hal *ah, int q,
495 extern HAL_BOOL ar9300_get_tx_queue_props(struct ath_hal *ah, int q,
497 extern int ar9300_setup_tx_queue(struct ath_hal *ah, HAL_TX_QUEUE type,
499 extern HAL_BOOL ar9300_release_tx_queue(struct ath_hal *ah, u_int q);
500 extern HAL_BOOL ar9300_reset_tx_queue(struct ath_hal *ah, u_int q);
501 extern u_int32_t ar9300_get_tx_dp(struct ath_hal *ah, u_int q);
502 extern HAL_BOOL ar9300_set_tx_dp(struct ath_hal *ah, u_int q, u_int32_t txdp);
503 extern HAL_BOOL ar9300_start_tx_dma(struct ath_hal *a
[all...]
H A Dar9300eep.h616 extern HAL_BOOL ar9300_eeprom_restore(struct ath_hal *ah);
617 extern int ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr, int /*msize*/);
618 extern int ar9300_eeprom_base_address(struct ath_hal *ah);
619 extern int ar9300_eeprom_volatile(struct ath_hal *ah);
620 extern int ar9300_eeprom_low_limit(struct ath_hal *ah);
632 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature);
636 extern void ar9300_set_target_power_from_eeprom(struct ath_hal *ah, u_int16_t freq,
638 extern HAL_BOOL ar9300_eeprom_set_power_per_rate_table(struct ath_hal *ah,
647 extern int ar9300_transmit_power_reg_write(struct ath_hal *ah, u_int8_t *p_pwr_array);
649 extern u_int8_t ar9300_eeprom_get_legacy_trgt_pwr(struct ath_hal *a
[all...]
H A Dar9300_freebsd.c36 static HAL_BOOL ar9300ClrMulticastFilterIndex(struct ath_hal *ah, uint32_t ix);
37 static HAL_BOOL ar9300SetMulticastFilterIndex(struct ath_hal *ah, uint32_t ix);
40 ar9300SetChainMasks(struct ath_hal *ah, uint32_t tx_chainmask,
51 ar9300GetSlotTime(struct ath_hal *ah)
58 ar9300_freebsd_set_tx_power_limit(struct ath_hal *ah, uint32_t limit)
65 ar9300_attach_freebsd_ops(struct ath_hal *ah)
258 ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode,
282 ar9300_config_pcie_freebsd(struct ath_hal *ah, HAL_BOOL restore,
299 ar9300_eeprom_get_freebsd(struct ath_hal *ah, int param, void *val)
313 ar9300_stop_tx_dma_freebsd(struct ath_hal *a
[all...]
H A Deeprom.diff20 @@ -342,6 +342,8 @@ ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi
29 @@ -372,6 +374,7 @@ ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi
37 @@ -603,6 +606,8 @@ ar9300_eeprom_attach(struct ath_hal *ah)
46 @@ -679,10 +684,14 @@ ar9300_eeprom_attach(struct ath_hal *ah)
61 @@ -704,6 +713,7 @@ ar9300_eeprom_attach(struct ath_hal *ah)
69 @@ -764,13 +774,17 @@ ar9300_eeprom_attach(struct ath_hal *ah)
87 @@ -3743,6 +3757,12 @@ ar9300_calibration_data_read_otp(struct ath_hal *ah, long address,
100 @@ -3802,6 +3822,8 @@ ar9300_calibration_data_read_array(struct ath_hal *ah, int address,
109 @@ -4001,13 +4023,24 @@ ar9300_eeprom_restore_internal_address(struct ath_hal *ah,
136 ar9300_eeprom_restore_from_dram(struct ath_hal *a
[all...]
H A Dar9300_recv.c31 ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype)
44 ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype)
59 ar9300_enable_receive(struct ath_hal *ah)
68 ar9300_set_rx_abort(struct ath_hal *ah, HAL_BOOL set)
107 ar9300_stop_dma_receive(struct ath_hal *ah, u_int timeout)
169 ar9300_start_pcu_receive(struct ath_hal *ah, HAL_BOOL is_scanning)
181 ar9300_stop_pcu_receive(struct ath_hal *ah)
193 struct ath_hal *ah,
205 ar9300_get_rx_filter(struct ath_hal *ah)
222 ar9300_set_rx_filter(struct ath_hal *a
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c34 ar5211GetMacAddress(struct ath_hal *ah, uint8_t *mac)
42 ar5211SetMacAddress(struct ath_hal *ah, const uint8_t *mac)
51 ar5211GetBssIdMask(struct ath_hal *ah, uint8_t *mask)
59 ar5211SetBssIdMask(struct ath_hal *ah, const uint8_t *mask)
68 ar5211EepromRead(struct ath_hal *ah, u_int off, uint16_t *data)
89 ar5211EepromWrite(struct ath_hal *ah, u_int off, uint16_t data)
99 ar5211SetRegulatoryDomain(struct ath_hal *ah,
141 ar5211GetWirelessModes(struct ath_hal *ah)
157 ar5211GetTurboDisable(struct ath_hal *ah)
168 ar5211EnableRfKill(struct ath_hal *a
[all...]
H A Dar5211_recv.c33 ar5211GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype)
44 ar5211SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
57 ar5211EnableReceive(struct ath_hal *ah)
66 ar5211StopDmaReceive(struct ath_hal *ah)
88 ar5211StartPcuReceive(struct ath_hal *ah)
98 ar5211StopPcuReceive(struct ath_hal *ah)
109 ar5211SetMulticastFilter(struct ath_hal *ah, uint32_t filter0, uint32_t filter1)
119 ar5211ClrMulticastFilterIndex(struct ath_hal *ah, uint32_t ix)
139 ar5211SetMulticastFilterIndex(struct ath_hal *ah, uint32_t ix)
159 ar5211GetRxFilter(struct ath_hal *a
[all...]
H A Dar5211_power.c38 ar5211SetPowerModeAwake(struct ath_hal *ah, int setChip)
75 ar5211SetPowerModeSleep(struct ath_hal *ah, int setChip)
88 ar5211SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip)
96 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip)
132 ar5211GetPowerMode(struct ath_hal *ah)
/freebsd-10.0-release/tools/tools/ath/common/
H A Dah_osdep.h53 struct ath_hal;
54 extern u_int32_t OS_GETUPTIME(struct ath_hal *);
55 extern void OS_REG_WRITE(struct ath_hal *, u_int32_t, u_int32_t);
56 extern u_int32_t OS_REG_READ(struct ath_hal *, u_int32_t);
57 extern void OS_MARK(struct ath_hal *, u_int id, u_int32_t value);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c34 ar5210GetMacAddress(struct ath_hal *ah, uint8_t *mac)
42 ar5210SetMacAddress(struct ath_hal *ah, const uint8_t *mac)
51 ar5210GetBssIdMask(struct ath_hal *ah, uint8_t *mask)
59 ar5210SetBssIdMask(struct ath_hal *ah, const uint8_t *mask)
68 ar5210EepromRead(struct ath_hal *ah, u_int off, uint16_t *data)
86 ar5210EepromWrite(struct ath_hal *ah, u_int off, uint16_t data)
96 ar5210SetRegulatoryDomain(struct ath_hal *ah,
129 ar5210GetWirelessModes(struct ath_hal *ah)
140 ar5210EnableRfKill(struct ath_hal *ah)
161 ar5210GpioCfgOutput(struct ath_hal *a
[all...]
H A Dar5210_power.c32 ar5210SetPowerModeAuto(struct ath_hal *ah, int setChip)
49 ar5210SetPowerModeAwake(struct ath_hal *ah, int setChip)
86 ar5210SetPowerModeSleep(struct ath_hal *ah, int setChip)
94 ar5210SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip)
130 ar5210GetPowerMode(struct ath_hal *ah)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_keycache.c39 ar5416ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry)
55 ar5416SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry,
H A Dar5416_eeprom.c35 ar5416EepromRead(struct ath_hal *ah, u_int off, uint16_t *data)
/freebsd-10.0-release/sys/modules/ath_pci/
H A DMakefile33 .PATH: ${.CURDIR}/../../dev/ath/ath_hal
39 CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_eeprom.c35 ar5312EepromRead(struct ath_hal *ah, u_int off, uint16_t *dataIn)
H A Dar5315_gpio.c38 ar5315GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE type)
55 ar5315GpioCfgInput(struct ath_hal *ah, uint32_t gpio)
72 ar5315GpioSet(struct ath_hal *ah, uint32_t gpio, uint32_t val)
91 ar5315GpioGet(struct ath_hal *ah, uint32_t gpio)
108 ar5315GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_phy.c31 ar9130InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
/freebsd-10.0-release/tools/tools/ath/ath_ee_9287_print/
H A DMakefile3 .PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
/freebsd-10.0-release/tools/tools/ath/ath_ee_v4k_print/
H A DMakefile3 .PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_gpio.c39 ar5212GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE type)
57 ar5212GpioCfgInput(struct ath_hal *ah, uint32_t gpio)
72 ar5212GpioSet(struct ath_hal *ah, uint32_t gpio, uint32_t val)
90 ar5212GpioGet(struct ath_hal *ah, uint32_t gpio)
105 ar5212GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel)

Completed in 204 milliseconds

123456789