Searched refs:ath5k_hw (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dani.h89 void ath5k_ani_init(struct ath5k_hw *ah, enum ath5k_ani_mode mode);
90 void ath5k_ani_mib_intr(struct ath5k_hw *ah);
91 void ath5k_ani_calibration(struct ath5k_hw *ah);
92 void ath5k_ani_phy_error_report(struct ath5k_hw *ah,
96 void ath5k_ani_set_noise_immunity_level(struct ath5k_hw *ah, int level);
97 void ath5k_ani_set_spur_immunity_level(struct ath5k_hw *ah, int level);
98 void ath5k_ani_set_firstep_level(struct ath5k_hw *ah, int level);
99 void ath5k_ani_set_ofdm_weak_signal_detection(struct ath5k_hw *ah, bool on);
100 void ath5k_ani_set_cck_weak_signal_detection(struct ath5k_hw *ah, bool on);
102 void ath5k_ani_print_counters(struct ath5k_hw *a
[all...]
H A Dath5k.h1021 struct ath5k_hw { struct
1129 int (*ah_setup_tx_desc)(struct ath5k_hw *, struct ath5k_desc *,
1133 int (*ah_proc_tx_desc)(struct ath5k_hw *, struct ath5k_desc *,
1135 int (*ah_proc_rx_desc)(struct ath5k_hw *, struct ath5k_desc *,
1145 void ath5k_hw_detach(struct ath5k_hw *ah);
1157 int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial);
1158 int ath5k_hw_on_hold(struct ath5k_hw *ah);
1159 int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode,
1161 int ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val,
1166 void ath5k_hw_start_rx_dma(struct ath5k_hw *a
[all...]
H A Dgpio.c31 void ath5k_hw_set_ledstate(struct ath5k_hw *ah, unsigned int state)
81 int ath5k_hw_set_gpio_input(struct ath5k_hw *ah, u32 gpio)
96 int ath5k_hw_set_gpio_output(struct ath5k_hw *ah, u32 gpio)
111 u32 ath5k_hw_get_gpio(struct ath5k_hw *ah, u32 gpio)
124 int ath5k_hw_set_gpio(struct ath5k_hw *ah, u32 gpio, u32 val)
145 void ath5k_hw_set_gpio_intr(struct ath5k_hw *ah, unsigned int gpio,
H A Dpcu.c41 * @ah: The &struct ath5k_hw
46 int ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype op_mode)
116 * @ah: The &struct ath5k_hw
124 void ath5k_hw_update_mib_counters(struct ath5k_hw *ah)
139 * @ah: The &struct ath5k_hw
148 void ath5k_hw_set_ack_bitrate_high(struct ath5k_hw *ah, bool high)
169 * @ah: The &struct ath5k_hw
172 static int ath5k_hw_set_ack_timeout(struct ath5k_hw *ah, unsigned int timeout)
187 * @ah: The &struct ath5k_hw
190 static int ath5k_hw_set_cts_timeout(struct ath5k_hw *a
[all...]
H A Dani.c57 ath5k_ani_set_noise_immunity_level(struct ath5k_hw *ah, int level)
96 ath5k_ani_set_spur_immunity_level(struct ath5k_hw *ah, int level)
121 ath5k_ani_set_firstep_level(struct ath5k_hw *ah, int level)
145 ath5k_ani_set_ofdm_weak_signal_detection(struct ath5k_hw *ah, bool on)
186 ath5k_ani_set_cck_weak_signal_detection(struct ath5k_hw *ah, bool on)
209 ath5k_ani_raise_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as,
295 ath5k_ani_lower_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as)
362 ath5k_hw_ani_get_listen_time(struct ath5k_hw *ah, struct ath5k_ani_state *as)
402 ath5k_ani_save_and_clear_phy_errors(struct ath5k_hw *ah,
446 ath5k_ani_period_restart(struct ath5k_hw *a
[all...]
H A Ddebug.h65 struct ath5k_hw;
150 ath5k_debug_printrxbuffs(struct ath5k_softc *sc, struct ath5k_hw *ah);
186 ath5k_debug_printrxbuffs(struct ath5k_softc *sc, struct ath5k_hw *ah) {}
H A Ddma.c47 * @ah: The &struct ath5k_hw
49 void ath5k_hw_start_rx_dma(struct ath5k_hw *ah)
58 * @ah: The &struct ath5k_hw
60 int ath5k_hw_stop_rx_dma(struct ath5k_hw *ah)
80 * @ah: The &struct ath5k_hw
82 u32 ath5k_hw_get_rxdp(struct ath5k_hw *ah)
87 void ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr)
100 * @ah: The &struct ath5k_hw
112 int ath5k_hw_start_tx_dma(struct ath5k_hw *ah, unsigned int queue)
163 * @ah: The &struct ath5k_hw
[all...]
H A Drfkill.c58 struct ath5k_hw *ah = sc->ah;
88 ath5k_rfkill_hw_start(struct ath5k_hw *ah)
108 ath5k_rfkill_hw_stop(struct ath5k_hw *ah)
H A Dcaps.c33 int ath5k_hw_set_capabilities(struct ath5k_hw *ah)
111 int ath5k_hw_get_capability(struct ath5k_hw *ah,
160 int ath5k_hw_enable_pspoll(struct ath5k_hw *ah, u8 *bssid,
172 int ath5k_hw_disable_pspoll(struct ath5k_hw *ah)
H A Dphy.c35 static unsigned int ath5k_hw_rfb_op(struct ath5k_hw *ah,
142 int ath5k_hw_rfgain_opt_init(struct ath5k_hw *ah)
165 static void ath5k_hw_request_rfgain_probe(struct ath5k_hw *ah)
185 static u32 ath5k_hw_rf_gainf_corr(struct ath5k_hw *ah)
242 static bool ath5k_hw_rf_check_gainf_readback(struct ath5k_hw *ah)
296 static s8 ath5k_hw_rf_gainf_adjust(struct ath5k_hw *ah)
366 enum ath5k_rfgain ath5k_hw_gainf_calibrate(struct ath5k_hw *ah)
429 int ath5k_hw_rfgain_init(struct ath5k_hw *ah, unsigned int freq)
491 int ath5k_hw_rfregs_init(struct ath5k_hw *ah, struct ieee80211_channel *channel,
817 bool ath5k_channel_ok(struct ath5k_hw *a
[all...]
H A Dqcu.c31 int ath5k_hw_get_tx_queueprops(struct ath5k_hw *ah, int queue,
41 int ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue,
63 int ath5k_hw_setup_tx_queue(struct ath5k_hw *ah, enum ath5k_tx_queue queue_type,
144 u32 ath5k_hw_num_tx_pending(struct ath5k_hw *ah, unsigned int queue)
171 void ath5k_hw_release_tx_queue(struct ath5k_hw *ah, unsigned int queue)
185 int ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue)
511 int ath5k_hw_set_slot_time(struct ath5k_hw *ah, unsigned int slot_time)
H A Ddesc.c37 ath5k_hw_setup_2word_tx_desc(struct ath5k_hw *ah, struct ath5k_desc *desc,
175 static int ath5k_hw_setup_4word_tx_desc(struct ath5k_hw *ah,
289 ath5k_hw_setup_mrr_tx_desc(struct ath5k_hw *ah, struct ath5k_desc *desc,
341 static int ath5k_hw_proc_2word_tx_status(struct ath5k_hw *ah,
393 static int ath5k_hw_proc_4word_tx_status(struct ath5k_hw *ah,
486 int ath5k_hw_setup_rx_desc(struct ath5k_hw *ah, struct ath5k_desc *desc,
517 static int ath5k_hw_proc_5210_rx_status(struct ath5k_hw *ah,
600 static int ath5k_hw_proc_5212_rx_status(struct ath5k_hw *ah,
670 * Init function pointers inside ath5k_hw struct
672 int ath5k_hw_init_desc_functions(struct ath5k_hw *a
[all...]
H A Deeprom.c34 static int ath5k_hw_eeprom_read(struct ath5k_hw *ah, u32 offset, u16 *data)
96 ath5k_eeprom_init_header(struct ath5k_hw *ah)
201 static int ath5k_eeprom_read_ants(struct ath5k_hw *ah, u32 *offset,
261 static int ath5k_eeprom_read_modes(struct ath5k_hw *ah, u32 *offset,
480 ath5k_eeprom_init_modes(struct ath5k_hw *ah)
523 ath5k_eeprom_read_freq_list(struct ath5k_hw *ah, int *offset, int max,
562 ath5k_eeprom_init_11a_pcal_freq(struct ath5k_hw *ah, int offset)
615 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset)
659 ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp)
680 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *a
[all...]
H A Dreset.c38 int ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val,
59 * @ah: the &struct ath5k_hw
71 static inline int ath5k_hw_write_ofdm_timings(struct ath5k_hw *ah,
130 * @ah: the &struct ath5k_hw
146 static inline void ath5k_hw_write_rate_duration(struct ath5k_hw *ah,
199 static int ath5k_hw_nic_reset(struct ath5k_hw *ah, u32 val)
241 static int ath5k_hw_set_power(struct ath5k_hw *ah, enum ath5k_power_mode mode,
331 int ath5k_hw_on_hold(struct ath5k_hw *ah)
383 int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial)
519 static void ath5k_hw_set_sleep_clock(struct ath5k_hw *a
[all...]
H A Dbase.c293 static unsigned int ath5k_copy_channels(struct ath5k_hw *ah,
333 struct ath5k_hw *ah = sc->ah;
351 static int ath5k_beaconq_setup(struct ath5k_hw *ah);
377 static inline u64 ath5k_extend_tsf(struct ath5k_hw *ah, u32 rstamp)
454 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv;
460 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv;
614 /*If we passed the test malloc a ath5k_hw struct*/
615 sc->ah = kzalloc(sizeof(struct ath5k_hw), GFP_KERNE
[all...]
H A Dattach.c33 * @ah: The &struct ath5k_hw
35 static int ath5k_hw_post(struct ath5k_hw *ah)
107 struct ath5k_hw *ah = sc->ah;
142 /*Fill the ath5k_hw struct with the needed functions*/
349 * ath5k_hw_detach - Free the ath5k_hw struct
351 * @ah: The &struct ath5k_hw
353 void ath5k_hw_detach(struct ath5k_hw *ah)
H A Dbase.h161 struct ath5k_hw *ah; /* Atheros HW */
H A Ddebug.c203 struct ath5k_hw *ah = sc->ah;
253 struct ath5k_hw *ah = sc->ah;
951 ath5k_debug_printrxbuffs(struct ath5k_softc *sc, struct ath5k_hw *ah)
H A Dinitvals.c1368 static void ath5k_hw_ini_registers(struct ath5k_hw *ah, unsigned int size,
1396 static void ath5k_hw_ini_mode_registers(struct ath5k_hw *ah,
1410 int ath5k_hw_write_initvals(struct ath5k_hw *ah, u8 mode, bool change_channel)

Completed in 74 milliseconds