Symbol: atw_softc
sys/dev/cardbus/if_atw_cardbus.c
161
struct atw_softc *sc = &csc->sc_atw;
sys/dev/cardbus/if_atw_cardbus.c
280
struct atw_softc *sc = &csc->sc_atw;
sys/dev/cardbus/if_atw_cardbus.c
313
struct atw_softc *sc = &csc->sc_atw;
sys/dev/cardbus/if_atw_cardbus.c
91
struct atw_softc sc_atw;
sys/dev/ic/atw.c
1006
atw_cmdr_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1019
atw_tofs2_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1047
atw_nar_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1053
atw_txlmt_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1060
atw_test1_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1072
atw_rf_reset(struct atw_softc *sc)
sys/dev/ic/atw.c
1084
atw_cfp_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1095
atw_tofs0_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1112
atw_ifs_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1128
atw_response_times_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1145
atw_bbp_io_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1192
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
1433
atw_bbp_io_enable(struct atw_softc *sc, int enable)
sys/dev/ic/atw.c
1446
atw_tune(struct atw_softc *sc)
sys/dev/ic/atw.c
1486
atw_si4126_print(struct atw_softc *sc)
sys/dev/ic/atw.c
1525
atw_si4126_tune(struct atw_softc *sc, u_int chan)
sys/dev/ic/atw.c
159
static void atw_print_regs(struct atw_softc *, const char *);
sys/dev/ic/atw.c
163
static void atw_rf3000_print(struct atw_softc *);
sys/dev/ic/atw.c
1633
atw_rf3000_init(struct atw_softc *sc)
sys/dev/ic/atw.c
164
static int atw_rf3000_read(struct atw_softc *sc, u_int, u_int *);
sys/dev/ic/atw.c
168
static void atw_si4126_print(struct atw_softc *);
sys/dev/ic/atw.c
169
static int atw_si4126_read(struct atw_softc *, u_int, u_int *);
sys/dev/ic/atw.c
1692
atw_rf3000_print(struct atw_softc *sc)
sys/dev/ic/atw.c
1713
atw_rf3000_tune(struct atw_softc *sc, u_int chan)
sys/dev/ic/atw.c
1788
atw_rf3000_write(struct atw_softc *sc, u_int addr, u_int val)
sys/dev/ic/atw.c
1826
atw_rf3000_read(struct atw_softc *sc, u_int addr, u_int *val)
sys/dev/ic/atw.c
1875
atw_si4126_write(struct atw_softc *sc, u_int addr, u_int val)
sys/dev/ic/atw.c
190
void atw_attach(struct atw_softc *);
sys/dev/ic/atw.c
191
int atw_detach(struct atw_softc *);
sys/dev/ic/atw.c
1914
atw_si4126_read(struct atw_softc *sc, u_int addr, u_int *val)
sys/dev/ic/atw.c
192
static void atw_evcnt_attach(struct atw_softc *);
sys/dev/ic/atw.c
193
static void atw_evcnt_detach(struct atw_softc *);
sys/dev/ic/atw.c
196
int atw_add_rxbuf(struct atw_softc *, int);
sys/dev/ic/atw.c
1968
atw_filter_setup(struct atw_softc *sc)
sys/dev/ic/atw.c
197
void atw_idle(struct atw_softc *, uint32_t);
sys/dev/ic/atw.c
198
void atw_rxdrain(struct atw_softc *);
sys/dev/ic/atw.c
199
void atw_txdrain(struct atw_softc *);
sys/dev/ic/atw.c
202
void atw_reset(struct atw_softc *);
sys/dev/ic/atw.c
2044
atw_write_bssid(struct atw_softc *sc)
sys/dev/ic/atw.c
206
void atw_linkintr(struct atw_softc *, uint32_t);
sys/dev/ic/atw.c
207
void atw_rxintr(struct atw_softc *);
sys/dev/ic/atw.c
2074
atw_write_sram(struct atw_softc *sc, u_int ofs, uint8_t *buf, u_int buflen)
sys/dev/ic/atw.c
208
void atw_txintr(struct atw_softc *, uint32_t);
sys/dev/ic/atw.c
2115
struct atw_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/atw.c
2132
struct atw_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/atw.c
2149
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
215
static int atw_tune(struct atw_softc *);
sys/dev/ic/atw.c
2159
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
2176
atw_write_wep(struct atw_softc *sc)
sys/dev/ic/atw.c
218
static void atw_bbp_io_init(struct atw_softc *);
sys/dev/ic/atw.c
219
static void atw_cfp_init(struct atw_softc *);
sys/dev/ic/atw.c
220
static void atw_cmdr_init(struct atw_softc *);
sys/dev/ic/atw.c
221
static void atw_ifs_init(struct atw_softc *);
sys/dev/ic/atw.c
222
static void atw_nar_init(struct atw_softc *);
sys/dev/ic/atw.c
223
static void atw_response_times_init(struct atw_softc *);
sys/dev/ic/atw.c
2237
struct atw_softc *sc = (struct atw_softc *)ic->ic_ifp->if_softc;
sys/dev/ic/atw.c
224
static void atw_rf_reset(struct atw_softc *);
sys/dev/ic/atw.c
225
static void atw_test1_init(struct atw_softc *);
sys/dev/ic/atw.c
226
static void atw_tofs0_init(struct atw_softc *);
sys/dev/ic/atw.c
2267
atw_write_ssid(struct atw_softc *sc)
sys/dev/ic/atw.c
227
static void atw_tofs2_init(struct atw_softc *);
sys/dev/ic/atw.c
228
static void atw_txlmt_init(struct atw_softc *);
sys/dev/ic/atw.c
2288
atw_write_sup_rates(struct atw_softc *sc)
sys/dev/ic/atw.c
229
static void atw_wcsr_init(struct atw_softc *);
sys/dev/ic/atw.c
2308
atw_start_beacon(struct atw_softc *sc, int start)
sys/dev/ic/atw.c
239
static void atw_clear_sram(struct atw_softc *);
sys/dev/ic/atw.c
240
static void atw_write_sram(struct atw_softc *, u_int, uint8_t *, u_int);
sys/dev/ic/atw.c
2404
atw_get_tsft(struct atw_softc *sc)
sys/dev/ic/atw.c
241
static int atw_read_srom(struct atw_softc *);
sys/dev/ic/atw.c
2424
atw_predict_beacon(struct atw_softc *sc)
sys/dev/ic/atw.c
244
static void atw_predict_beacon(struct atw_softc *);
sys/dev/ic/atw.c
245
static void atw_start_beacon(struct atw_softc *, int);
sys/dev/ic/atw.c
246
static void atw_write_bssid(struct atw_softc *);
sys/dev/ic/atw.c
247
static void atw_write_ssid(struct atw_softc *);
sys/dev/ic/atw.c
2472
struct atw_softc *sc = arg;
sys/dev/ic/atw.c
248
static void atw_write_sup_rates(struct atw_softc *);
sys/dev/ic/atw.c
2488
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
249
static void atw_write_wep(struct atw_softc *);
sys/dev/ic/atw.c
254
static void atw_filter_setup(struct atw_softc *);
sys/dev/ic/atw.c
2554
atw_add_rxbuf(struct atw_softc *sc, int idx)
sys/dev/ic/atw.c
257
static uint64_t atw_get_tsft(struct atw_softc *);
sys/dev/ic/atw.c
2596
atw_txdrain(struct atw_softc *sc)
sys/dev/ic/atw.c
2626
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
266
static void atw_bbp_io_enable(struct atw_softc *, int);
sys/dev/ic/atw.c
2663
atw_rxdrain(struct atw_softc *sc)
sys/dev/ic/atw.c
2684
atw_detach(struct atw_softc *sc)
sys/dev/ic/atw.c
269
static int atw_rf3000_init(struct atw_softc *);
sys/dev/ic/atw.c
270
static int atw_rf3000_tune(struct atw_softc *, u_int);
sys/dev/ic/atw.c
271
static int atw_rf3000_write(struct atw_softc *, u_int, u_int);
sys/dev/ic/atw.c
274
static void atw_si4126_tune(struct atw_softc *, u_int);
sys/dev/ic/atw.c
2745
struct atw_softc *sc = device_private(self);
sys/dev/ic/atw.c
275
static void atw_si4126_write(struct atw_softc *, u_int, u_int);
sys/dev/ic/atw.c
2753
atw_workaround1(struct atw_softc *sc)
sys/dev/ic/atw.c
2778
struct atw_softc *sc = arg;
sys/dev/ic/atw.c
2814
struct atw_softc *sc = arg;
sys/dev/ic/atw.c
2990
atw_idle(struct atw_softc *sc, uint32_t bits)
sys/dev/ic/atw.c
3055
atw_linkintr(struct atw_softc *sc, uint32_t linkstatus)
sys/dev/ic/atw.c
3076
atw_hw_decrypted(struct atw_softc *sc, struct ieee80211_frame_min *wh)
sys/dev/ic/atw.c
3092
atw_rxintr(struct atw_softc *sc)
sys/dev/ic/atw.c
312
struct atw_softc *sc = device_private(self);
sys/dev/ic/atw.c
326
struct atw_softc *sc = device_private(self);
sys/dev/ic/atw.c
3273
atw_txintr(struct atw_softc *sc, uint32_t status)
sys/dev/ic/atw.c
336
atw_read_srom(struct atw_softc *sc)
sys/dev/ic/atw.c
3389
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
3411
atw_evcnt_detach(struct atw_softc *sc)
sys/dev/ic/atw.c
3434
atw_evcnt_attach(struct atw_softc *sc)
sys/dev/ic/atw.c
3476
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
3505
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
3908
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
420
atw_print_regs(struct atw_softc *sc, const char *where)
sys/dev/ic/atw.c
504
atw_attach(struct atw_softc *sc)
sys/dev/ic/atw.c
865
struct atw_softc *sc = (struct atw_softc *)nt->nt_ic->ic_ifp->if_softc;
sys/dev/ic/atw.c
875
struct atw_softc *sc = (struct atw_softc *)ni->ni_ic->ic_ifp->if_softc;
sys/dev/ic/atw.c
884
atw_test1_reset(struct atw_softc *sc)
sys/dev/ic/atw.c
906
atw_reset(struct atw_softc *sc)
sys/dev/ic/atw.c
969
atw_clear_sram(struct atw_softc *sc)
sys/dev/ic/atw.c
989
atw_wcsr_init(struct atw_softc *sc)
sys/dev/ic/atwvar.h
401
atw_init_rxdesc(struct atw_softc *sc, int x)
sys/dev/ic/atwvar.h
448
void atw_attach(struct atw_softc *);
sys/dev/ic/atwvar.h
449
int atw_detach(struct atw_softc *);
sys/dev/pci/if_atw_pci.c
139
struct atw_softc *sc = &psc->psc_atw;
sys/dev/pci/if_atw_pci.c
168
struct atw_softc *sc = &psc->psc_atw;
sys/dev/pci/if_atw_pci.c
81
struct atw_softc psc_atw; /* real ADM8211 softc */