Symbol: athn_softc
sys/dev/cardbus/if_athn_cardbus.c
110
struct athn_softc *sc = &csc->sc_sc;
sys/dev/cardbus/if_athn_cardbus.c
154
struct athn_softc *sc = &csc->sc_sc;
sys/dev/cardbus/if_athn_cardbus.c
173
athn_cardbus_enable(struct athn_softc *sc)
sys/dev/cardbus/if_athn_cardbus.c
199
athn_cardbus_disable(struct athn_softc *sc)
sys/dev/cardbus/if_athn_cardbus.c
215
athn_cardbus_power(struct athn_softc *sc, int why)
sys/dev/cardbus/if_athn_cardbus.c
266
athn_cardbus_read(struct athn_softc *sc, uint32_t addr)
sys/dev/cardbus/if_athn_cardbus.c
274
athn_cardbus_write(struct athn_softc *sc, uint32_t addr, uint32_t val)
sys/dev/cardbus/if_athn_cardbus.c
282
athn_cardbus_write_barrier(struct athn_softc *sc)
sys/dev/cardbus/if_athn_cardbus.c
54
struct athn_softc sc_sc;
sys/dev/cardbus/if_athn_cardbus.c
71
int athn_cardbus_enable(struct athn_softc *);
sys/dev/cardbus/if_athn_cardbus.c
72
void athn_cardbus_disable(struct athn_softc *);
sys/dev/cardbus/if_athn_cardbus.c
73
void athn_cardbus_power(struct athn_softc *, int);
sys/dev/cardbus/if_athn_cardbus.c
75
uint32_t athn_cardbus_read(struct athn_softc *, uint32_t);
sys/dev/cardbus/if_athn_cardbus.c
76
void athn_cardbus_write(struct athn_softc *, uint32_t, uint32_t);
sys/dev/cardbus/if_athn_cardbus.c
77
void athn_cardbus_write_barrier(struct athn_softc *);
sys/dev/ic/ar5008.c
100
void ar5008_init_chains(struct athn_softc *);
sys/dev/ic/ar5008.c
101
void ar5008_set_rxchains(struct athn_softc *);
sys/dev/ic/ar5008.c
102
void ar5008_read_noisefloor(struct athn_softc *, int16_t *, int16_t *);
sys/dev/ic/ar5008.c
103
void ar5008_write_noisefloor(struct athn_softc *, int16_t *, int16_t *);
sys/dev/ic/ar5008.c
104
int ar5008_get_noisefloor(struct athn_softc *);
sys/dev/ic/ar5008.c
105
void ar5008_apply_noisefloor(struct athn_softc *);
sys/dev/ic/ar5008.c
106
void ar5008_bb_load_noisefloor(struct athn_softc *);
sys/dev/ic/ar5008.c
107
void ar5008_do_noisefloor_calib(struct athn_softc *);
sys/dev/ic/ar5008.c
108
void ar5008_init_noisefloor_calib(struct athn_softc *);
sys/dev/ic/ar5008.c
1089
ar5008_rx_intr(struct athn_softc *sc)
sys/dev/ic/ar5008.c
109
void ar5008_do_calib(struct athn_softc *);
sys/dev/ic/ar5008.c
110
void ar5008_next_calib(struct athn_softc *);
sys/dev/ic/ar5008.c
1101
ar5008_tx_process(struct athn_softc *sc, int qid)
sys/dev/ic/ar5008.c
111
void ar5008_calib_iq(struct athn_softc *);
sys/dev/ic/ar5008.c
112
void ar5008_calib_adc_gain(struct athn_softc *);
sys/dev/ic/ar5008.c
113
void ar5008_calib_adc_dc_off(struct athn_softc *);
sys/dev/ic/ar5008.c
114
void ar5008_write_txpower(struct athn_softc *, int16_t *);
sys/dev/ic/ar5008.c
115
void ar5008_set_viterbi_mask(struct athn_softc *, int);
sys/dev/ic/ar5008.c
116
void ar5008_hw_init(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
119
void ar5008_get_pdadcs(struct athn_softc *, uint8_t, struct athn_pier *,
sys/dev/ic/ar5008.c
121
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
1210
ar5008_tx_intr(struct athn_softc *sc)
sys/dev/ic/ar5008.c
123
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
1242
ar5008_swba_intr(struct athn_softc *sc)
sys/dev/ic/ar5008.c
125
void ar5008_set_noise_immunity_level(struct athn_softc *, int);
sys/dev/ic/ar5008.c
126
void ar5008_enable_ofdm_weak_signal(struct athn_softc *);
sys/dev/ic/ar5008.c
127
void ar5008_disable_ofdm_weak_signal(struct athn_softc *);
sys/dev/ic/ar5008.c
128
void ar5008_set_cck_weak_signal(struct athn_softc *, int);
sys/dev/ic/ar5008.c
129
void ar5008_set_firstep_level(struct athn_softc *, int);
sys/dev/ic/ar5008.c
130
void ar5008_set_spur_immunity_level(struct athn_softc *, int);
sys/dev/ic/ar5008.c
135
int athn_txtime(struct athn_softc *, int, int, u_int);
sys/dev/ic/ar5008.c
136
void athn_inc_tx_trigger_level(struct athn_softc *);
sys/dev/ic/ar5008.c
1360
ar5008_intr(struct athn_softc *sc)
sys/dev/ic/ar5008.c
137
int athn_tx_pending(struct athn_softc *, int);
sys/dev/ic/ar5008.c
138
void athn_stop_tx_dma(struct athn_softc *, int);
sys/dev/ic/ar5008.c
140
void athn_config_pcie(struct athn_softc *);
sys/dev/ic/ar5008.c
141
void athn_config_nonpcie(struct athn_softc *);
sys/dev/ic/ar5008.c
143
uint8_t ar5416_get_rf_rev(struct athn_softc *);
sys/dev/ic/ar5008.c
144
void ar5416_reset_addac(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
145
void ar5416_rf_reset(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
146
void ar5416_reset_bb_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
147
void ar9280_reset_rx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
1473
ar5008_tx(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni,
sys/dev/ic/ar5008.c
148
void ar9280_reset_tx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
152
ar5008_attach(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1828
ar5008_set_rf_mode(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5008.c
1846
ar5008_synth_delay(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1859
ar5008_rf_bus_request(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1875
ar5008_rf_bus_release(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1886
ar5008_set_phy(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
1915
ar5008_set_delta_slope(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
1943
ar5008_enable_antenna_diversity(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1951
ar5008_init_baseband(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1963
ar5008_disable_phy(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1970
ar5008_init_chains(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1989
ar5008_set_rxchains(struct athn_softc *sc)
sys/dev/ic/ar5008.c
1999
ar5008_read_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar5008.c
2025
ar5008_write_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar5008.c
2043
ar5008_get_noisefloor(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2066
ar5008_bb_load_noisefloor(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2103
ar5008_apply_noisefloor(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2127
ar5008_do_noisefloor_calib(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2136
ar5008_init_noisefloor_calib(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2143
ar5008_do_calib(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2167
ar5008_next_calib(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2185
ar5008_calib_iq(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2253
ar5008_calib_adc_gain(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2304
ar5008_calib_adc_dc_off(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2359
ar5008_write_txpower(struct athn_softc *sc, int16_t power[ATHN_POWER_COUNT])
sys/dev/ic/ar5008.c
2410
ar5008_set_viterbi_mask(struct athn_softc *sc, int bin)
sys/dev/ic/ar5008.c
2513
ar5008_hw_init(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
2671
ar5008_get_pdadcs(struct athn_softc *sc, uint8_t fbin,
sys/dev/ic/ar5008.c
2779
ar5008_get_lg_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
279
ar5008_read_eep_word(struct athn_softc *sc, uint32_t addr, uint16_t *val)
sys/dev/ic/ar5008.c
2810
ar5008_get_ht_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
2844
ar5008_set_noise_immunity_level(struct athn_softc *sc, int level)
sys/dev/ic/ar5008.c
2866
ar5008_enable_ofdm_weak_signal(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2895
ar5008_disable_ofdm_weak_signal(struct athn_softc *sc)
sys/dev/ic/ar5008.c
2924
ar5008_set_cck_weak_signal(struct athn_softc *sc, int high)
sys/dev/ic/ar5008.c
2935
ar5008_set_firstep_level(struct athn_softc *sc, int level)
sys/dev/ic/ar5008.c
2946
ar5008_set_spur_immunity_level(struct athn_softc *sc, int level)
sys/dev/ic/ar5008.c
299
ar5008_read_rom(struct athn_softc *sc)
sys/dev/ic/ar5008.c
350
ar5008_swap_rom(struct athn_softc *sc)
sys/dev/ic/ar5008.c
371
ar5008_gpio_read(struct athn_softc *sc, int pin)
sys/dev/ic/ar5008.c
380
ar5008_gpio_write(struct athn_softc *sc, int pin, int set)
sys/dev/ic/ar5008.c
409
ar5008_gpio_config_input(struct athn_softc *sc, int pin)
sys/dev/ic/ar5008.c
426
ar5008_gpio_config_output(struct athn_softc *sc, int pin, int type)
sys/dev/ic/ar5008.c
455
ar5008_rfsilent_init(struct athn_softc *sc)
sys/dev/ic/ar5008.c
474
ar5008_dma_alloc(struct athn_softc *sc)
sys/dev/ic/ar5008.c
490
ar5008_dma_free(struct athn_softc *sc)
sys/dev/ic/ar5008.c
497
ar5008_tx_alloc(struct athn_softc *sc)
sys/dev/ic/ar5008.c
555
ar5008_tx_free(struct athn_softc *sc)
sys/dev/ic/ar5008.c
580
ar5008_rx_alloc(struct athn_softc *sc)
sys/dev/ic/ar5008.c
62
int ar5008_attach(struct athn_softc *);
sys/dev/ic/ar5008.c
63
int ar5008_read_eep_word(struct athn_softc *, uint32_t, uint16_t *);
sys/dev/ic/ar5008.c
64
int ar5008_read_rom(struct athn_softc *);
sys/dev/ic/ar5008.c
65
void ar5008_swap_rom(struct athn_softc *);
sys/dev/ic/ar5008.c
66
int ar5008_gpio_read(struct athn_softc *, int);
sys/dev/ic/ar5008.c
661
ar5008_rx_free(struct athn_softc *sc)
sys/dev/ic/ar5008.c
67
void ar5008_gpio_write(struct athn_softc *, int, int);
sys/dev/ic/ar5008.c
68
void ar5008_gpio_config_input(struct athn_softc *, int);
sys/dev/ic/ar5008.c
69
void ar5008_gpio_config_output(struct athn_softc *, int, int);
sys/dev/ic/ar5008.c
691
ar5008_rx_enable(struct athn_softc *sc)
sys/dev/ic/ar5008.c
70
void ar5008_rfsilent_init(struct athn_softc *);
sys/dev/ic/ar5008.c
71
int ar5008_dma_alloc(struct athn_softc *);
sys/dev/ic/ar5008.c
72
void ar5008_dma_free(struct athn_softc *);
sys/dev/ic/ar5008.c
727
ar5008_rx_radiotap(struct athn_softc *sc, struct mbuf *m,
sys/dev/ic/ar5008.c
73
int ar5008_tx_alloc(struct athn_softc *);
sys/dev/ic/ar5008.c
74
void ar5008_tx_free(struct athn_softc *);
sys/dev/ic/ar5008.c
75
int ar5008_rx_alloc(struct athn_softc *);
sys/dev/ic/ar5008.c
76
void ar5008_rx_free(struct athn_softc *);
sys/dev/ic/ar5008.c
77
void ar5008_rx_enable(struct athn_softc *);
sys/dev/ic/ar5008.c
78
void ar5008_rx_radiotap(struct athn_softc *, struct mbuf *,
sys/dev/ic/ar5008.c
790
ar5008_ccmp_decap(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/dev/ic/ar5008.c
80
int ar5008_ccmp_decap(struct athn_softc *, struct mbuf *,
sys/dev/ic/ar5008.c
82
void ar5008_rx_intr(struct athn_softc *);
sys/dev/ic/ar5008.c
83
int ar5008_tx_process(struct athn_softc *, int);
sys/dev/ic/ar5008.c
84
void ar5008_tx_intr(struct athn_softc *);
sys/dev/ic/ar5008.c
85
int ar5008_swba_intr(struct athn_softc *);
sys/dev/ic/ar5008.c
857
ar5008_rx_process(struct athn_softc *sc, struct mbuf_list *ml)
sys/dev/ic/ar5008.c
86
int ar5008_intr(struct athn_softc *);
sys/dev/ic/ar5008.c
88
int ar5008_tx(struct athn_softc *, struct mbuf *, struct ieee80211_node *,
sys/dev/ic/ar5008.c
90
void ar5008_set_rf_mode(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
91
int ar5008_rf_bus_request(struct athn_softc *);
sys/dev/ic/ar5008.c
92
void ar5008_rf_bus_release(struct athn_softc *);
sys/dev/ic/ar5008.c
93
void ar5008_set_phy(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
95
void ar5008_set_delta_slope(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
97
void ar5008_enable_antenna_diversity(struct athn_softc *);
sys/dev/ic/ar5008.c
98
void ar5008_init_baseband(struct athn_softc *);
sys/dev/ic/ar5008.c
99
void ar5008_disable_phy(struct athn_softc *);
sys/dev/ic/ar5416.c
101
void ar5008_set_viterbi_mask(struct athn_softc *, int);
sys/dev/ic/ar5416.c
102
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
104
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
106
void ar9280_olpc_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
111
ar5416_attach(struct athn_softc *sc)
sys/dev/ic/ar5416.c
139
ar5416_setup(struct athn_softc *sc)
sys/dev/ic/ar5416.c
153
ar5416_swap_rom(struct athn_softc *sc)
sys/dev/ic/ar5416.c
175
ar5416_get_spur_chans(struct athn_softc *sc, int is2ghz)
sys/dev/ic/ar5416.c
183
ar5416_set_synth(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
237
ar5416_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
335
ar5416_init_calib(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
366
ar5416_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
427
ar5416_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
526
ar5416_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
63
int ar5416_attach(struct athn_softc *);
sys/dev/ic/ar5416.c
64
void ar5416_setup(struct athn_softc *);
sys/dev/ic/ar5416.c
65
void ar5416_swap_rom(struct athn_softc *);
sys/dev/ic/ar5416.c
67
ar5416_get_spur_chans(struct athn_softc *, int);
sys/dev/ic/ar5416.c
678
ar5416_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
68
int ar5416_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
71
uint8_t ar5416_get_rf_rev(struct athn_softc *);
sys/dev/ic/ar5416.c
72
void ar5416_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
737
ar5416_get_rf_rev(struct athn_softc *sc)
sys/dev/ic/ar5416.c
74
int ar5416_init_calib(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
76
void ar5416_set_power_calib(struct athn_softc *,
sys/dev/ic/ar5416.c
78
void ar5416_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
782
ar5416_rw_bank6tpc(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
80
void ar5416_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
807
ar5416_rf_reset(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
83
void ar5416_rw_bank6tpc(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
85
void ar5416_rf_reset(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
858
ar5416_reset_bb_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
86
void ar5416_reset_bb_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
87
void ar5416_force_bias(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
876
ar5416_force_bias(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
88
void ar9160_rw_addac(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
90
void ar5416_reset_addac(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
908
ar9160_rw_addac(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
91
void ar5416_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
942
ar5416_reset_addac(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
97
int ar5008_attach(struct athn_softc *);
sys/dev/ic/ar5416.c
98
void ar5008_write_txpower(struct athn_softc *, int16_t power[]);
sys/dev/ic/ar5416.c
99
void ar5008_get_pdadcs(struct athn_softc *, uint8_t, struct athn_pier *,
sys/dev/ic/ar9003.c
101
void ar9003_enable_antenna_diversity(struct athn_softc *);
sys/dev/ic/ar9003.c
102
void ar9003_init_baseband(struct athn_softc *);
sys/dev/ic/ar9003.c
103
void ar9003_disable_phy(struct athn_softc *);
sys/dev/ic/ar9003.c
104
void ar9003_init_chains(struct athn_softc *);
sys/dev/ic/ar9003.c
105
void ar9003_set_rxchains(struct athn_softc *);
sys/dev/ic/ar9003.c
106
void ar9003_read_noisefloor(struct athn_softc *, int16_t *, int16_t *);
sys/dev/ic/ar9003.c
1060
ar9003_rx_intr(struct athn_softc *sc, int qid)
sys/dev/ic/ar9003.c
107
void ar9003_write_noisefloor(struct athn_softc *, int16_t *, int16_t *);
sys/dev/ic/ar9003.c
1072
ar9003_tx_process(struct athn_softc *sc)
sys/dev/ic/ar9003.c
108
int ar9003_get_noisefloor(struct athn_softc *);
sys/dev/ic/ar9003.c
109
void ar9003_apply_noisefloor(struct athn_softc *);
sys/dev/ic/ar9003.c
110
void ar9003_bb_load_noisefloor(struct athn_softc *);
sys/dev/ic/ar9003.c
111
void ar9003_do_noisefloor_calib(struct athn_softc *);
sys/dev/ic/ar9003.c
112
void ar9003_init_noisefloor_calib(struct athn_softc *);
sys/dev/ic/ar9003.c
113
int ar9003_init_calib(struct athn_softc *);
sys/dev/ic/ar9003.c
114
void ar9003_do_calib(struct athn_softc *);
sys/dev/ic/ar9003.c
115
void ar9003_next_calib(struct athn_softc *);
sys/dev/ic/ar9003.c
116
void ar9003_calib_iq(struct athn_softc *);
sys/dev/ic/ar9003.c
1161
ar9003_tx_intr(struct athn_softc *sc)
sys/dev/ic/ar9003.c
117
int ar9003_get_iq_corr(struct athn_softc *, int32_t *, int32_t *);
sys/dev/ic/ar9003.c
1179
ar9003_swba_intr(struct athn_softc *sc)
sys/dev/ic/ar9003.c
118
int ar9003_calib_tx_iq(struct athn_softc *);
sys/dev/ic/ar9003.c
119
void ar9003_paprd_calib(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
120
int ar9003_get_desired_txgain(struct athn_softc *, int, int);
sys/dev/ic/ar9003.c
121
void ar9003_force_txgain(struct athn_softc *, uint32_t);
sys/dev/ic/ar9003.c
122
void ar9003_set_training_gain(struct athn_softc *, int);
sys/dev/ic/ar9003.c
123
int ar9003_paprd_tx_tone(struct athn_softc *);
sys/dev/ic/ar9003.c
124
int ar9003_compute_predistortion(struct athn_softc *, const uint32_t *,
sys/dev/ic/ar9003.c
126
void ar9003_enable_predistorter(struct athn_softc *, int);
sys/dev/ic/ar9003.c
127
void ar9003_paprd_enable(struct athn_softc *);
sys/dev/ic/ar9003.c
128
void ar9003_paprd_tx_tone_done(struct athn_softc *);
sys/dev/ic/ar9003.c
129
void ar9003_write_txpower(struct athn_softc *, int16_t *);
sys/dev/ic/ar9003.c
130
void ar9003_reset_rx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
131
void ar9003_reset_tx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
1310
ar9003_intr(struct athn_softc *sc)
sys/dev/ic/ar9003.c
132
void ar9003_hw_init(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
134
void ar9003_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
137
void ar9003_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
1392
ar9003_tx(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni,
sys/dev/ic/ar9003.c
140
void ar9003_set_noise_immunity_level(struct athn_softc *, int);
sys/dev/ic/ar9003.c
141
void ar9003_enable_ofdm_weak_signal(struct athn_softc *);
sys/dev/ic/ar9003.c
142
void ar9003_disable_ofdm_weak_signal(struct athn_softc *);
sys/dev/ic/ar9003.c
143
void ar9003_set_cck_weak_signal(struct athn_softc *, int);
sys/dev/ic/ar9003.c
144
void ar9003_set_firstep_level(struct athn_softc *, int);
sys/dev/ic/ar9003.c
145
void ar9003_set_spur_immunity_level(struct athn_softc *, int);
sys/dev/ic/ar9003.c
150
int athn_txtime(struct athn_softc *, int, int, u_int);
sys/dev/ic/ar9003.c
151
void athn_inc_tx_trigger_level(struct athn_softc *);
sys/dev/ic/ar9003.c
152
int athn_tx_pending(struct athn_softc *, int);
sys/dev/ic/ar9003.c
153
void athn_stop_tx_dma(struct athn_softc *, int);
sys/dev/ic/ar9003.c
155
void athn_config_pcie(struct athn_softc *);
sys/dev/ic/ar9003.c
156
void athn_config_nonpcie(struct athn_softc *);
sys/dev/ic/ar9003.c
161
ar9003_attach(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1770
ar9003_set_rf_mode(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
1785
ar9003_synth_delay(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1798
ar9003_rf_bus_request(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1814
ar9003_rf_bus_release(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1825
ar9003_set_phy(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
1853
ar9003_set_delta_slope(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
1881
ar9003_enable_antenna_diversity(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1889
ar9003_init_baseband(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1901
ar9003_disable_phy(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1908
ar9003_init_chains(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1929
ar9003_set_rxchains(struct athn_softc *sc)
sys/dev/ic/ar9003.c
1939
ar9003_read_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar9003.c
1959
ar9003_write_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar9003.c
1977
ar9003_get_noisefloor(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2000
ar9003_bb_load_noisefloor(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2034
ar9003_apply_noisefloor(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2058
ar9003_do_noisefloor_calib(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2067
ar9003_init_noisefloor_calib(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2074
ar9003_init_calib(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2119
ar9003_do_calib(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2140
ar9003_next_calib(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2152
ar9003_calib_iq(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2219
ar9003_get_iq_corr(struct athn_softc *sc, int32_t res[6], int32_t coeff[2])
sys/dev/ic/ar9003.c
2338
ar9003_calib_tx_iq(struct athn_softc *sc)
sys/dev/ic/ar9003.c
235
ar9003_read_eep_word(struct athn_softc *sc, uint32_t addr, uint16_t *val)
sys/dev/ic/ar9003.c
2423
ar9003_paprd_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
2540
ar9003_get_desired_txgain(struct athn_softc *sc, int chain, int pow)
sys/dev/ic/ar9003.c
2574
ar9003_force_txgain(struct athn_softc *sc, uint32_t txgain)
sys/dev/ic/ar9003.c
259
ar9003_read_eep_data(struct athn_softc *sc, uint32_t addr, void *buf, int len)
sys/dev/ic/ar9003.c
2605
ar9003_set_training_gain(struct athn_softc *sc, int chain)
sys/dev/ic/ar9003.c
2622
ar9003_paprd_tx_tone(struct athn_softc *sc)
sys/dev/ic/ar9003.c
2673
ar9003_compute_predistortion(struct athn_softc *sc, const uint32_t *lo,
sys/dev/ic/ar9003.c
2922
ar9003_enable_predistorter(struct athn_softc *sc, int chain)
sys/dev/ic/ar9003.c
2950
ar9003_paprd_enable(struct athn_softc *sc)
sys/dev/ic/ar9003.c
296
ar9003_read_otp_word(struct athn_softc *sc, uint32_t addr, uint32_t *val)
sys/dev/ic/ar9003.c
2964
ar9003_paprd_tx_tone_done(struct athn_softc *sc)
sys/dev/ic/ar9003.c
3001
ar9003_write_txpower(struct athn_softc *sc, int16_t power[ATHN_POWER_COUNT])
sys/dev/ic/ar9003.c
3069
ar9003_reset_rx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
3087
ar9003_reset_tx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
3105
ar9003_hw_init(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
318
ar9003_read_otp_data(struct athn_softc *sc, uint32_t addr, void *buf, int len)
sys/dev/ic/ar9003.c
3195
ar9003_get_lg_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
3227
ar9003_get_ht_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
3262
ar9003_set_noise_immunity_level(struct athn_softc *sc, int level)
sys/dev/ic/ar9003.c
3283
ar9003_enable_ofdm_weak_signal(struct athn_softc *sc)
sys/dev/ic/ar9003.c
3312
ar9003_disable_ofdm_weak_signal(struct athn_softc *sc)
sys/dev/ic/ar9003.c
3341
ar9003_set_cck_weak_signal(struct athn_softc *sc, int high)
sys/dev/ic/ar9003.c
3352
ar9003_set_firstep_level(struct athn_softc *sc, int level)
sys/dev/ic/ar9003.c
3363
ar9003_set_spur_immunity_level(struct athn_softc *sc, int level)
sys/dev/ic/ar9003.c
338
ar9003_find_rom(struct athn_softc *sc)
sys/dev/ic/ar9003.c
378
ar9003_restore_rom_block(struct athn_softc *sc, uint8_t alg, uint8_t ref,
sys/dev/ic/ar9003.c
426
ar9003_read_rom(struct athn_softc *sc)
sys/dev/ic/ar9003.c
501
ar9003_gpio_read(struct athn_softc *sc, int pin)
sys/dev/ic/ar9003.c
509
ar9003_gpio_write(struct athn_softc *sc, int pin, int set)
sys/dev/ic/ar9003.c
524
ar9003_gpio_config_input(struct athn_softc *sc, int pin)
sys/dev/ic/ar9003.c
536
ar9003_gpio_config_output(struct athn_softc *sc, int pin, int type)
sys/dev/ic/ar9003.c
557
ar9003_rfsilent_init(struct athn_softc *sc)
sys/dev/ic/ar9003.c
576
ar9003_dma_alloc(struct athn_softc *sc)
sys/dev/ic/ar9003.c
596
ar9003_dma_free(struct athn_softc *sc)
sys/dev/ic/ar9003.c
604
ar9003_tx_alloc(struct athn_softc *sc)
sys/dev/ic/ar9003.c
62
int ar9003_attach(struct athn_softc *);
sys/dev/ic/ar9003.c
63
int ar9003_read_eep_word(struct athn_softc *, uint32_t, uint16_t *);
sys/dev/ic/ar9003.c
64
int ar9003_read_eep_data(struct athn_softc *, uint32_t, void *, int);
sys/dev/ic/ar9003.c
65
int ar9003_read_otp_word(struct athn_softc *, uint32_t, uint32_t *);
sys/dev/ic/ar9003.c
66
int ar9003_read_otp_data(struct athn_softc *, uint32_t, void *, int);
sys/dev/ic/ar9003.c
67
int ar9003_find_rom(struct athn_softc *);
sys/dev/ic/ar9003.c
68
int ar9003_restore_rom_block(struct athn_softc *, uint8_t, uint8_t,
sys/dev/ic/ar9003.c
686
ar9003_tx_free(struct athn_softc *sc)
sys/dev/ic/ar9003.c
70
int ar9003_read_rom(struct athn_softc *);
sys/dev/ic/ar9003.c
71
int ar9003_gpio_read(struct athn_softc *, int);
sys/dev/ic/ar9003.c
72
void ar9003_gpio_write(struct athn_softc *, int, int);
sys/dev/ic/ar9003.c
720
ar9003_rx_alloc(struct athn_softc *sc, int qid, int count)
sys/dev/ic/ar9003.c
73
void ar9003_gpio_config_input(struct athn_softc *, int);
sys/dev/ic/ar9003.c
74
void ar9003_gpio_config_output(struct athn_softc *, int, int);
sys/dev/ic/ar9003.c
75
void ar9003_rfsilent_init(struct athn_softc *);
sys/dev/ic/ar9003.c
76
int ar9003_dma_alloc(struct athn_softc *);
sys/dev/ic/ar9003.c
77
void ar9003_dma_free(struct athn_softc *);
sys/dev/ic/ar9003.c
78
int ar9003_tx_alloc(struct athn_softc *);
sys/dev/ic/ar9003.c
780
ar9003_rx_free(struct athn_softc *sc, int qid)
sys/dev/ic/ar9003.c
79
void ar9003_tx_free(struct athn_softc *);
sys/dev/ic/ar9003.c
799
ar9003_reset_txsring(struct athn_softc *sc)
sys/dev/ic/ar9003.c
80
int ar9003_rx_alloc(struct athn_softc *, int, int);
sys/dev/ic/ar9003.c
81
void ar9003_rx_free(struct athn_softc *, int);
sys/dev/ic/ar9003.c
811
ar9003_rx_enable(struct athn_softc *sc)
sys/dev/ic/ar9003.c
82
void ar9003_reset_txsring(struct athn_softc *);
sys/dev/ic/ar9003.c
83
void ar9003_rx_enable(struct athn_softc *);
sys/dev/ic/ar9003.c
84
void ar9003_rx_radiotap(struct athn_softc *, struct mbuf *,
sys/dev/ic/ar9003.c
852
ar9003_rx_radiotap(struct athn_softc *sc, struct mbuf *m,
sys/dev/ic/ar9003.c
86
int ar9003_rx_process(struct athn_softc *, int, struct mbuf_list *);
sys/dev/ic/ar9003.c
87
void ar9003_rx_intr(struct athn_softc *, int);
sys/dev/ic/ar9003.c
88
int ar9003_tx_process(struct athn_softc *);
sys/dev/ic/ar9003.c
89
void ar9003_tx_intr(struct athn_softc *);
sys/dev/ic/ar9003.c
90
int ar9003_swba_intr(struct athn_softc *);
sys/dev/ic/ar9003.c
91
int ar9003_intr(struct athn_softc *);
sys/dev/ic/ar9003.c
912
ar9003_rx_process(struct athn_softc *sc, int qid, struct mbuf_list *ml)
sys/dev/ic/ar9003.c
92
int ar9003_tx(struct athn_softc *, struct mbuf *, struct ieee80211_node *,
sys/dev/ic/ar9003.c
94
void ar9003_set_rf_mode(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
95
int ar9003_rf_bus_request(struct athn_softc *);
sys/dev/ic/ar9003.c
96
void ar9003_rf_bus_release(struct athn_softc *);
sys/dev/ic/ar9003.c
97
void ar9003_set_phy(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
99
void ar9003_set_delta_slope(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
119
ar9280_setup(struct athn_softc *sc)
sys/dev/ic/ar9280.c
176
ar9280_set_synth(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
240
ar9280_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
419
ar9280_olpc_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
466
ar9280_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
542
ar9280_reset_rx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9280.c
557
ar9280_reset_tx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9280.c
572
ar9280_olpc_init(struct athn_softc *sc)
sys/dev/ic/ar9280.c
587
ar9280_olpc_temp_compensation(struct athn_softc *sc)
sys/dev/ic/ar9280.c
64
int ar9280_attach(struct athn_softc *);
sys/dev/ic/ar9280.c
65
void ar9280_setup(struct athn_softc *);
sys/dev/ic/ar9280.c
66
int ar9280_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
68
void ar9280_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
70
void ar9280_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
72
void ar9280_olpc_get_pdadcs(struct athn_softc *,
sys/dev/ic/ar9280.c
74
void ar9280_reset_rx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9280.c
75
void ar9280_reset_tx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9280.c
76
void ar9280_olpc_init(struct athn_softc *);
sys/dev/ic/ar9280.c
77
void ar9280_olpc_temp_compensation(struct athn_softc *);
sys/dev/ic/ar9280.c
82
int ar5008_attach(struct athn_softc *);
sys/dev/ic/ar9280.c
83
void ar5008_set_viterbi_mask(struct athn_softc *, int);
sys/dev/ic/ar9280.c
84
void ar5416_swap_rom(struct athn_softc *);
sys/dev/ic/ar9280.c
85
void ar5416_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
88
ar5416_get_spur_chans(struct athn_softc *, int);
sys/dev/ic/ar9280.c
92
ar9280_attach(struct athn_softc *sc)
sys/dev/ic/ar9285.c
103
ar9285_attach(struct athn_softc *sc)
sys/dev/ic/ar9285.c
139
ar9285_setup(struct athn_softc *sc)
sys/dev/ic/ar9285.c
169
ar9285_swap_rom(struct athn_softc *sc)
sys/dev/ic/ar9285.c
186
ar9285_get_spur_chans(struct athn_softc *sc, int is2ghz)
sys/dev/ic/ar9285.c
195
ar9285_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
408
ar9285_pa_calib(struct athn_softc *sc)
sys/dev/ic/ar9285.c
510
ar9271_pa_calib(struct athn_softc *sc)
sys/dev/ic/ar9285.c
595
ar9285_cl_cal(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
640
ar9271_load_ani(struct athn_softc *sc)
sys/dev/ic/ar9285.c
65
int ar9285_attach(struct athn_softc *);
sys/dev/ic/ar9285.c
657
ar9285_init_calib(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
66
void ar9285_setup(struct athn_softc *);
sys/dev/ic/ar9285.c
67
void ar9285_swap_rom(struct athn_softc *);
sys/dev/ic/ar9285.c
68
const struct ar_spur_chan *ar9285_get_spur_chans(struct athn_softc *, int);
sys/dev/ic/ar9285.c
69
void ar9285_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
71
void ar9285_pa_calib(struct athn_softc *);
sys/dev/ic/ar9285.c
711
ar9285_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
72
void ar9271_pa_calib(struct athn_softc *);
sys/dev/ic/ar9285.c
73
int ar9285_cl_cal(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
742
ar9285_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9285.c
75
void ar9271_load_ani(struct athn_softc *);
sys/dev/ic/ar9285.c
76
int ar9285_init_calib(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
78
void ar9285_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
795
ar9285_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
80
void ar9285_set_power_calib(struct athn_softc *,
sys/dev/ic/ar9285.c
82
void ar9285_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
88
int ar5008_attach(struct athn_softc *);
sys/dev/ic/ar9285.c
89
void ar5008_write_txpower(struct athn_softc *, int16_t power[]);
sys/dev/ic/ar9285.c
90
void ar5008_get_pdadcs(struct athn_softc *, uint8_t, struct athn_pier *,
sys/dev/ic/ar9285.c
92
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
94
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
96
int ar9280_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
98
void ar9280_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
101
ar9287_attach(struct athn_softc *sc)
sys/dev/ic/ar9287.c
127
ar9287_setup(struct athn_softc *sc)
sys/dev/ic/ar9287.c
140
ar9287_swap_rom(struct athn_softc *sc)
sys/dev/ic/ar9287.c
159
ar9287_get_spur_chans(struct athn_softc *sc, int is2ghz)
sys/dev/ic/ar9287.c
168
ar9287_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
270
ar9287_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
314
ar9287_olpc_get_pdgain(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
342
ar9287_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9287.c
438
ar9287_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
539
ar9287_olpc_init(struct athn_softc *sc)
sys/dev/ic/ar9287.c
554
ar9287_olpc_temp_compensation(struct athn_softc *sc)
sys/dev/ic/ar9287.c
590
ar9287_1_3_enable_async_fifo(struct athn_softc *sc)
sys/dev/ic/ar9287.c
604
ar9287_1_3_setup_async_fifo(struct athn_softc *sc)
sys/dev/ic/ar9287.c
64
int ar9287_attach(struct athn_softc *);
sys/dev/ic/ar9287.c
65
void ar9287_setup(struct athn_softc *);
sys/dev/ic/ar9287.c
66
void ar9287_swap_rom(struct athn_softc *);
sys/dev/ic/ar9287.c
67
const struct ar_spur_chan *ar9287_get_spur_chans(struct athn_softc *, int);
sys/dev/ic/ar9287.c
68
void ar9287_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
70
void ar9287_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
72
void ar9287_olpc_get_pdgain(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
74
void ar9287_set_power_calib(struct athn_softc *,
sys/dev/ic/ar9287.c
76
void ar9287_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
78
void ar9287_olpc_init(struct athn_softc *);
sys/dev/ic/ar9287.c
79
void ar9287_olpc_temp_compensation(struct athn_softc *);
sys/dev/ic/ar9287.c
80
void ar9287_1_3_enable_async_fifo(struct athn_softc *);
sys/dev/ic/ar9287.c
81
void ar9287_1_3_setup_async_fifo(struct athn_softc *);
sys/dev/ic/ar9287.c
86
int ar5008_attach(struct athn_softc *);
sys/dev/ic/ar9287.c
87
void ar5008_write_txpower(struct athn_softc *, int16_t power[]);
sys/dev/ic/ar9287.c
88
void ar5008_get_pdadcs(struct athn_softc *, uint8_t, struct athn_pier *,
sys/dev/ic/ar9287.c
90
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
92
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
94
int ar9280_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
96
void ar9280_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
101
ar9380_attach(struct athn_softc *sc)
sys/dev/ic/ar9380.c
128
ar9380_setup(struct athn_softc *sc)
sys/dev/ic/ar9380.c
202
ar9380_get_rom_template(struct athn_softc *sc, uint8_t ref)
sys/dev/ic/ar9380.c
214
ar9380_swap_rom(struct athn_softc *sc)
sys/dev/ic/ar9380.c
245
ar9380_get_paprd_masks(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
260
ar9380_set_synth(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
295
ar9380_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
445
ar9380_init_swreg(struct athn_softc *sc)
sys/dev/ic/ar9380.c
462
ar9485_pmu_write(struct athn_softc *sc, uint32_t addr, uint32_t val)
sys/dev/ic/ar9380.c
481
ar9485_init_swreg(struct athn_softc *sc)
sys/dev/ic/ar9380.c
505
ar9380_spur_mitigate_cck(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
546
ar9380_spur_mitigate_ofdm(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
61
int ar9380_attach(struct athn_softc *);
sys/dev/ic/ar9380.c
62
void ar9380_setup(struct athn_softc *);
sys/dev/ic/ar9380.c
63
const uint8_t *ar9380_get_rom_template(struct athn_softc *, uint8_t);
sys/dev/ic/ar9380.c
64
void ar9380_swap_rom(struct athn_softc *);
sys/dev/ic/ar9380.c
65
int ar9380_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
67
void ar9380_get_paprd_masks(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
684
ar9380_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
69
void ar9380_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
693
ar9380_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
71
void ar9380_init_swreg(struct athn_softc *);
sys/dev/ic/ar9380.c
72
int ar9485_pmu_write(struct athn_softc *, uint32_t, uint32_t);
sys/dev/ic/ar9380.c
73
void ar9485_init_swreg(struct athn_softc *);
sys/dev/ic/ar9380.c
74
void ar9380_spur_mitigate_cck(struct athn_softc *,
sys/dev/ic/ar9380.c
76
void ar9380_spur_mitigate_ofdm(struct athn_softc *,
sys/dev/ic/ar9380.c
78
void ar9380_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
80
void ar9380_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
806
ar9380_get_correction(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
82
void ar9380_get_correction(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
837
ar9380_set_correction(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9380.c
84
void ar9380_set_correction(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9380.c
90
int ar9003_attach(struct athn_softc *);
sys/dev/ic/ar9380.c
91
void ar9003_write_txpower(struct athn_softc *, int16_t power[]);
sys/dev/ic/ar9380.c
92
void ar9003_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
95
void ar9003_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athn.c
100
void athn_filter_noisefloor(struct athn_softc *);
sys/dev/ic/athn.c
101
void athn_start_noisefloor_calib(struct athn_softc *, int);
sys/dev/ic/athn.c
1020
struct athn_softc *sc = ic->ic_softc;
sys/dev/ic/athn.c
103
int athn_init_calib(struct athn_softc *,
sys/dev/ic/athn.c
109
void athn_init_dma(struct athn_softc *);
sys/dev/ic/athn.c
110
void athn_rx_start(struct athn_softc *);
sys/dev/ic/athn.c
1103
struct athn_softc *sc = ic->ic_softc;
sys/dev/ic/athn.c
111
void athn_inc_tx_trigger_level(struct athn_softc *);
sys/dev/ic/athn.c
1115
athn_led_init(struct athn_softc *sc)
sys/dev/ic/athn.c
112
int athn_stop_rx_dma(struct athn_softc *);
sys/dev/ic/athn.c
1125
athn_set_led(struct athn_softc *sc, int on)
sys/dev/ic/athn.c
113
int athn_rx_abort(struct athn_softc *);
sys/dev/ic/athn.c
1135
athn_btcoex_init(struct athn_softc *sc)
sys/dev/ic/athn.c
114
void athn_tx_reclaim(struct athn_softc *, int);
sys/dev/ic/athn.c
115
int athn_tx_pending(struct athn_softc *, int);
sys/dev/ic/athn.c
116
void athn_stop_tx_dma(struct athn_softc *, int);
sys/dev/ic/athn.c
117
int athn_txtime(struct athn_softc *, int, int, u_int);
sys/dev/ic/athn.c
1174
athn_btcoex_enable(struct athn_softc *sc)
sys/dev/ic/athn.c
118
void athn_set_sta_timers(struct athn_softc *);
sys/dev/ic/athn.c
119
void athn_set_hostap_timers(struct athn_softc *);
sys/dev/ic/athn.c
120
void athn_set_opmode(struct athn_softc *);
sys/dev/ic/athn.c
121
void athn_set_bss(struct athn_softc *, struct ieee80211_node *);
sys/dev/ic/athn.c
1219
athn_btcoex_disable(struct athn_softc *sc)
sys/dev/ic/athn.c
122
void athn_enable_interrupts(struct athn_softc *);
sys/dev/ic/athn.c
123
void athn_disable_interrupts(struct athn_softc *);
sys/dev/ic/athn.c
124
void athn_init_qos(struct athn_softc *);
sys/dev/ic/athn.c
1243
struct athn_softc *sc = arg;
sys/dev/ic/athn.c
125
int athn_hw_reset(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athn.c
1251
athn_cap_noisefloor(struct athn_softc *sc, int nf)
sys/dev/ic/athn.c
1300
athn_filter_noisefloor(struct athn_softc *sc)
sys/dev/ic/athn.c
1325
athn_start_noisefloor_calib(struct athn_softc *sc, int reset_history)
sys/dev/ic/athn.c
1342
struct athn_softc *sc = arg;
sys/dev/ic/athn.c
135
int athn_clock_rate(struct athn_softc *);
sys/dev/ic/athn.c
137
void athn_setsifs(struct athn_softc *);
sys/dev/ic/athn.c
139
void athn_setacktimeout(struct athn_softc *,
sys/dev/ic/athn.c
1406
athn_init_calib(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
141
void athn_setctstimeout(struct athn_softc *,
sys/dev/ic/athn.c
143
void athn_setclockrate(struct athn_softc *);
sys/dev/ic/athn.c
1462
athn_ani_get_rssi(struct athn_softc *sc)
sys/dev/ic/athn.c
1468
athn_ani_ofdm_err_trigger(struct athn_softc *sc)
sys/dev/ic/athn.c
147
void athn_set_multi(struct athn_softc *);
sys/dev/ic/athn.c
151
void athn_init_tx_queues(struct athn_softc *);
sys/dev/ic/athn.c
152
int32_t athn_ani_get_rssi(struct athn_softc *);
sys/dev/ic/athn.c
153
void athn_ani_ofdm_err_trigger(struct athn_softc *);
sys/dev/ic/athn.c
154
void athn_ani_cck_err_trigger(struct athn_softc *);
sys/dev/ic/athn.c
1543
athn_ani_cck_err_trigger(struct athn_softc *sc)
sys/dev/ic/athn.c
155
void athn_ani_lower_immunity(struct athn_softc *);
sys/dev/ic/athn.c
156
void athn_ani_restart(struct athn_softc *);
sys/dev/ic/athn.c
157
void athn_ani_monitor(struct athn_softc *);
sys/dev/ic/athn.c
1588
athn_ani_lower_immunity(struct athn_softc *sc)
sys/dev/ic/athn.c
160
int ar5416_attach(struct athn_softc *);
sys/dev/ic/athn.c
161
int ar9280_attach(struct athn_softc *);
sys/dev/ic/athn.c
162
int ar9285_attach(struct athn_softc *);
sys/dev/ic/athn.c
163
int ar9287_attach(struct athn_softc *);
sys/dev/ic/athn.c
164
int ar9380_attach(struct athn_softc *);
sys/dev/ic/athn.c
1646
athn_ani_restart(struct athn_softc *sc)
sys/dev/ic/athn.c
165
int ar5416_init_calib(struct athn_softc *,
sys/dev/ic/athn.c
1662
athn_ani_monitor(struct athn_softc *sc)
sys/dev/ic/athn.c
167
int ar9285_init_calib(struct athn_softc *,
sys/dev/ic/athn.c
169
int ar9003_init_calib(struct athn_softc *);
sys/dev/ic/athn.c
170
void ar9285_pa_calib(struct athn_softc *);
sys/dev/ic/athn.c
171
void ar9271_pa_calib(struct athn_softc *);
sys/dev/ic/athn.c
172
void ar9287_1_3_enable_async_fifo(struct athn_softc *);
sys/dev/ic/athn.c
173
void ar9287_1_3_setup_async_fifo(struct athn_softc *);
sys/dev/ic/athn.c
174
void ar9003_reset_txsring(struct athn_softc *);
sys/dev/ic/athn.c
1771
athn_init_dma(struct athn_softc *sc)
sys/dev/ic/athn.c
181
athn_config_ht(struct athn_softc *sc)
sys/dev/ic/athn.c
1814
athn_inc_tx_trigger_level(struct athn_softc *sc)
sys/dev/ic/athn.c
1832
athn_stop_rx_dma(struct athn_softc *sc)
sys/dev/ic/athn.c
1848
athn_rx_abort(struct athn_softc *sc)
sys/dev/ic/athn.c
1865
athn_tx_reclaim(struct athn_softc *sc, int qid)
sys/dev/ic/athn.c
1888
athn_tx_pending(struct athn_softc *sc, int qid)
sys/dev/ic/athn.c
1895
athn_stop_tx_dma(struct athn_softc *sc, int qid)
sys/dev/ic/athn.c
1936
athn_txtime(struct athn_softc *sc, int len, int ridx, u_int flags)
sys/dev/ic/athn.c
1965
athn_init_tx_queues(struct athn_softc *sc)
sys/dev/ic/athn.c
2028
athn_set_sta_timers(struct athn_softc *sc)
sys/dev/ic/athn.c
2097
athn_set_hostap_timers(struct athn_softc *sc)
sys/dev/ic/athn.c
2125
athn_set_opmode(struct athn_softc *sc)
sys/dev/ic/athn.c
2160
athn_set_bss(struct athn_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/athn.c
2171
athn_enable_interrupts(struct athn_softc *sc)
sys/dev/ic/athn.c
2198
athn_disable_interrupts(struct athn_softc *sc)
sys/dev/ic/athn.c
2220
athn_init_qos(struct athn_softc *sc)
sys/dev/ic/athn.c
2239
athn_hw_reset(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
228
athn_attach(struct athn_softc *sc)
sys/dev/ic/athn.c
2480
struct athn_softc *sc = ic->ic_softc;
sys/dev/ic/athn.c
2549
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
2578
struct athn_softc *sc = arg;
sys/dev/ic/athn.c
2592
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
2679
struct athn_softc *sc = ic->ic_softc;
sys/dev/ic/athn.c
2704
athn_clock_rate(struct athn_softc *sc)
sys/dev/ic/athn.c
2738
athn_setsifs(struct athn_softc *sc)
sys/dev/ic/athn.c
2759
athn_setacktimeout(struct athn_softc *sc, struct ieee80211_channel *c, int slot)
sys/dev/ic/athn.c
2769
athn_setctstimeout(struct athn_softc *sc, struct ieee80211_channel *c, int slot)
sys/dev/ic/athn.c
2785
athn_setclockrate(struct athn_softc *sc)
sys/dev/ic/athn.c
2797
struct athn_softc *sc = ic->ic_softc;
sys/dev/ic/athn.c
2812
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
2871
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
2890
athn_set_multi(struct athn_softc *sc)
sys/dev/ic/athn.c
2932
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
3001
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
3094
struct athn_softc *sc = ifp->if_softc;
sys/dev/ic/athn.c
3152
athn_suspend(struct athn_softc *sc)
sys/dev/ic/athn.c
3161
athn_wakeup(struct athn_softc *sc)
sys/dev/ic/athn.c
398
athn_detach(struct athn_softc *sc)
sys/dev/ic/athn.c
426
athn_radiotap_attach(struct athn_softc *sc)
sys/dev/ic/athn.c
442
athn_get_chanlist(struct athn_softc *sc)
sys/dev/ic/athn.c
475
athn_rx_start(struct athn_softc *sc)
sys/dev/ic/athn.c
529
athn_set_rxfilter(struct athn_softc *sc, uint32_t rfilt)
sys/dev/ic/athn.c
552
struct athn_softc *sc = xsc;
sys/dev/ic/athn.c
563
athn_get_chipid(struct athn_softc *sc)
sys/dev/ic/athn.c
582
athn_get_mac_name(struct athn_softc *sc)
sys/dev/ic/athn.c
611
athn_get_rf_name(struct athn_softc *sc)
sys/dev/ic/athn.c
629
athn_reset_power_on(struct athn_softc *sc)
sys/dev/ic/athn.c
66
void athn_radiotap_attach(struct athn_softc *);
sys/dev/ic/athn.c
664
athn_reset(struct athn_softc *sc, int cold)
sys/dev/ic/athn.c
67
void athn_get_chanlist(struct athn_softc *);
sys/dev/ic/athn.c
68
const char * athn_get_mac_name(struct athn_softc *);
sys/dev/ic/athn.c
69
const char * athn_get_rf_name(struct athn_softc *);
sys/dev/ic/athn.c
70
void athn_led_init(struct athn_softc *);
sys/dev/ic/athn.c
701
athn_set_power_awake(struct athn_softc *sc)
sys/dev/ic/athn.c
71
void athn_set_led(struct athn_softc *, int);
sys/dev/ic/athn.c
72
void athn_btcoex_init(struct athn_softc *);
sys/dev/ic/athn.c
73
void athn_btcoex_enable(struct athn_softc *);
sys/dev/ic/athn.c
736
athn_set_power_sleep(struct athn_softc *sc)
sys/dev/ic/athn.c
74
void athn_btcoex_disable(struct athn_softc *);
sys/dev/ic/athn.c
75
void athn_set_rxfilter(struct athn_softc *, uint32_t);
sys/dev/ic/athn.c
753
athn_init_pll(struct athn_softc *sc, const struct ieee80211_channel *c)
sys/dev/ic/athn.c
76
void athn_get_chipid(struct athn_softc *);
sys/dev/ic/athn.c
77
int athn_reset_power_on(struct athn_softc *);
sys/dev/ic/athn.c
78
int athn_reset(struct athn_softc *, int);
sys/dev/ic/athn.c
79
void athn_init_pll(struct athn_softc *,
sys/dev/ic/athn.c
801
athn_write_serdes(struct athn_softc *sc, const struct athn_serdes *serdes)
sys/dev/ic/athn.c
81
int athn_set_power_awake(struct athn_softc *);
sys/dev/ic/athn.c
812
athn_config_pcie(struct athn_softc *sc)
sys/dev/ic/athn.c
82
void athn_set_power_sleep(struct athn_softc *);
sys/dev/ic/athn.c
83
void athn_write_serdes(struct athn_softc *,
sys/dev/ic/athn.c
85
void athn_config_pcie(struct athn_softc *);
sys/dev/ic/athn.c
86
void athn_config_nonpcie(struct athn_softc *);
sys/dev/ic/athn.c
865
athn_config_nonpcie(struct athn_softc *sc)
sys/dev/ic/athn.c
87
int athn_set_chan(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athn.c
871
athn_set_chan(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
89
int athn_switch_chan(struct athn_softc *,
sys/dev/ic/athn.c
911
athn_switch_chan(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
92
void athn_reset_key(struct athn_softc *, int);
sys/dev/ic/athn.c
98
int athn_cap_noisefloor(struct athn_softc *, int);
sys/dev/ic/athn.c
988
athn_reset_key(struct athn_softc *sc, int entry)
sys/dev/ic/athnvar.h
358
struct athn_softc;
sys/dev/ic/athnvar.h
362
uint32_t (*read)(struct athn_softc *, uint32_t);
sys/dev/ic/athnvar.h
363
void (*write)(struct athn_softc *, uint32_t, uint32_t);
sys/dev/ic/athnvar.h
364
void (*write_barrier)(struct athn_softc *);
sys/dev/ic/athnvar.h
366
void (*setup)(struct athn_softc *);
sys/dev/ic/athnvar.h
367
void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
369
void (*spur_mitigate)(struct athn_softc *,
sys/dev/ic/athnvar.h
372
(*get_spur_chans)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
373
void (*init_from_rom)(struct athn_softc *,
sys/dev/ic/athnvar.h
375
int (*set_synth)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
377
int (*read_rom_data)(struct athn_softc *, uint32_t, void *, int);
sys/dev/ic/athnvar.h
379
(*get_rom_template)(struct athn_softc *, uint8_t);
sys/dev/ic/athnvar.h
380
void (*swap_rom)(struct athn_softc *);
sys/dev/ic/athnvar.h
381
void (*olpc_init)(struct athn_softc *);
sys/dev/ic/athnvar.h
382
void (*olpc_temp_compensation)(struct athn_softc *);
sys/dev/ic/athnvar.h
384
int (*gpio_read)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
385
void (*gpio_write)(struct athn_softc *, int, int);
sys/dev/ic/athnvar.h
386
void (*gpio_config_input)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
387
void (*gpio_config_output)(struct athn_softc *, int, int);
sys/dev/ic/athnvar.h
388
void (*rfsilent_init)(struct athn_softc *);
sys/dev/ic/athnvar.h
390
int (*dma_alloc)(struct athn_softc *);
sys/dev/ic/athnvar.h
391
void (*dma_free)(struct athn_softc *);
sys/dev/ic/athnvar.h
392
void (*rx_enable)(struct athn_softc *);
sys/dev/ic/athnvar.h
393
int (*intr)(struct athn_softc *);
sys/dev/ic/athnvar.h
394
int (*tx)(struct athn_softc *, struct mbuf *,
sys/dev/ic/athnvar.h
397
void (*set_rf_mode)(struct athn_softc *,
sys/dev/ic/athnvar.h
399
int (*rf_bus_request)(struct athn_softc *);
sys/dev/ic/athnvar.h
400
void (*rf_bus_release)(struct athn_softc *);
sys/dev/ic/athnvar.h
401
void (*set_phy)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
403
void (*set_delta_slope)(struct athn_softc *,
sys/dev/ic/athnvar.h
405
void (*enable_antenna_diversity)(struct athn_softc *);
sys/dev/ic/athnvar.h
406
void (*init_baseband)(struct athn_softc *);
sys/dev/ic/athnvar.h
407
void (*disable_phy)(struct athn_softc *);
sys/dev/ic/athnvar.h
408
void (*set_rxchains)(struct athn_softc *);
sys/dev/ic/athnvar.h
409
void (*noisefloor_calib)(struct athn_softc *);
sys/dev/ic/athnvar.h
410
void (*init_noisefloor_calib)(struct athn_softc *);
sys/dev/ic/athnvar.h
411
int (*get_noisefloor)(struct athn_softc *);
sys/dev/ic/athnvar.h
412
void (*apply_noisefloor)(struct athn_softc *);
sys/dev/ic/athnvar.h
413
void (*do_calib)(struct athn_softc *);
sys/dev/ic/athnvar.h
414
void (*next_calib)(struct athn_softc *);
sys/dev/ic/athnvar.h
415
void (*hw_init)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
417
void (*get_paprd_masks)(struct athn_softc *sc,
sys/dev/ic/athnvar.h
420
void (*set_noise_immunity_level)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
421
void (*enable_ofdm_weak_signal)(struct athn_softc *);
sys/dev/ic/athnvar.h
422
void (*disable_ofdm_weak_signal)(struct athn_softc *);
sys/dev/ic/athnvar.h
423
void (*set_cck_weak_signal)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
424
void (*set_firstep_level)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
425
void (*set_spur_immunity_level)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
432
int (*sc_enable)(struct athn_softc *);
sys/dev/ic/athnvar.h
433
void (*sc_disable)(struct athn_softc *);
sys/dev/ic/athnvar.h
434
void (*sc_power)(struct athn_softc *, int);
sys/dev/ic/athnvar.h
435
void (*sc_disable_aspm)(struct athn_softc *);
sys/dev/ic/athnvar.h
437
struct athn_softc *);
sys/dev/ic/athnvar.h
589
extern int athn_attach(struct athn_softc *);
sys/dev/ic/athnvar.h
590
extern void athn_detach(struct athn_softc *);
sys/dev/ic/athnvar.h
591
extern void athn_suspend(struct athn_softc *);
sys/dev/ic/athnvar.h
592
extern void athn_wakeup(struct athn_softc *);
sys/dev/pci/if_athn_pci.c
109
struct athn_softc *sc = &psc->sc_sc;
sys/dev/pci/if_athn_pci.c
197
struct athn_softc *sc = &psc->sc_sc;
sys/dev/pci/if_athn_pci.c
213
struct athn_softc *sc = &psc->sc_sc;
sys/dev/pci/if_athn_pci.c
230
struct athn_softc *sc = &psc->sc_sc;
sys/dev/pci/if_athn_pci.c
244
athn_pci_read(struct athn_softc *sc, uint32_t addr)
sys/dev/pci/if_athn_pci.c
252
athn_pci_write(struct athn_softc *sc, uint32_t addr, uint32_t val)
sys/dev/pci/if_athn_pci.c
260
athn_pci_write_barrier(struct athn_softc *sc)
sys/dev/pci/if_athn_pci.c
269
athn_pci_disable_aspm(struct athn_softc *sc)
sys/dev/pci/if_athn_pci.c
56
struct athn_softc sc_sc;
sys/dev/pci/if_athn_pci.c
73
uint32_t athn_pci_read(struct athn_softc *, uint32_t);
sys/dev/pci/if_athn_pci.c
74
void athn_pci_write(struct athn_softc *, uint32_t, uint32_t);
sys/dev/pci/if_athn_pci.c
75
void athn_pci_write_barrier(struct athn_softc *);
sys/dev/pci/if_athn_pci.c
76
void athn_pci_disable_aspm(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
1012
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
1047
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
121
int athn_usb_read_rom(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
122
uint32_t athn_usb_read(struct athn_softc *, uint32_t);
sys/dev/usb/if_athn_usb.c
123
void athn_usb_write(struct athn_softc *, uint32_t, uint32_t);
sys/dev/usb/if_athn_usb.c
124
void athn_usb_write_barrier(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
1522
athn_usb_rx_enable(struct athn_softc *sc)
sys/dev/usb/if_athn_usb.c
1529
athn_usb_switch_chan(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/usb/if_athn_usb.c
154
void athn_usb_rx_enable(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
155
int athn_set_chan(struct athn_softc *, struct ieee80211_channel *,
sys/dev/usb/if_athn_usb.c
157
int athn_usb_switch_chan(struct athn_softc *,
sys/dev/usb/if_athn_usb.c
1734
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
176
void athn_usb_rx_radiotap(struct athn_softc *, struct mbuf *,
sys/dev/usb/if_athn_usb.c
184
int athn_usb_tx(struct athn_softc *, struct mbuf *,
sys/dev/usb/if_athn_usb.c
191
void ar9271_load_ani(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
192
int ar5008_ccmp_decap(struct athn_softc *, struct mbuf *,
sys/dev/usb/if_athn_usb.c
1968
athn_usb_rx_radiotap(struct athn_softc *sc, struct mbuf *m,
sys/dev/usb/if_athn_usb.c
201
void athn_led_init(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
202
void athn_set_led(struct athn_softc *, int);
sys/dev/usb/if_athn_usb.c
2028
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
203
void athn_btcoex_init(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
204
void athn_set_rxfilter(struct athn_softc *, uint32_t);
sys/dev/usb/if_athn_usb.c
205
int athn_reset(struct athn_softc *, int);
sys/dev/usb/if_athn_usb.c
206
void athn_init_pll(struct athn_softc *,
sys/dev/usb/if_athn_usb.c
208
int athn_set_power_awake(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
209
void athn_set_power_sleep(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
210
void athn_reset_key(struct athn_softc *, int);
sys/dev/usb/if_athn_usb.c
2131
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
215
void athn_rx_start(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
216
void athn_set_sta_timers(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
217
void athn_set_hostap_timers(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
218
void athn_set_opmode(struct athn_softc *);
sys/dev/usb/if_athn_usb.c
219
void athn_set_bss(struct athn_softc *, struct ieee80211_node *);
sys/dev/usb/if_athn_usb.c
220
int athn_hw_reset(struct athn_softc *, struct ieee80211_channel *,
sys/dev/usb/if_athn_usb.c
2246
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
2274
athn_usb_tx(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/dev/usb/if_athn_usb.c
2413
struct athn_softc *sc = ifp->if_softc;
sys/dev/usb/if_athn_usb.c
2465
struct athn_softc *sc = ifp->if_softc;
sys/dev/usb/if_athn_usb.c
248
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
2484
struct athn_softc *sc = ifp->if_softc;
sys/dev/usb/if_athn_usb.c
2543
struct athn_softc *sc = ifp->if_softc;
sys/dev/usb/if_athn_usb.c
2697
struct athn_softc *sc = ifp->if_softc;
sys/dev/usb/if_athn_usb.c
282
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
307
struct athn_softc *sc = &usc->sc_sc;
sys/dev/usb/if_athn_usb.c
922
athn_usb_read_rom(struct athn_softc *sc)
sys/dev/usb/if_athn_usb.c
946
athn_usb_read(struct athn_softc *sc, uint32_t addr)
sys/dev/usb/if_athn_usb.c
964
athn_usb_write(struct athn_softc *sc, uint32_t addr, uint32_t val)
sys/dev/usb/if_athn_usb.c
975
athn_usb_write_barrier(struct athn_softc *sc)
sys/dev/usb/if_athn_usb.h
434
struct athn_softc sc_sc;