Symbol: bwn_mac
sys/dev/netif/bwn/bwn/if_bwn.c
1023
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
1043
bwn_pio_tx_start(struct bwn_mac *mac, struct ieee80211_node *ni, struct mbuf *m)
sys/dev/netif/bwn/bwn/if_bwn.c
1113
bwn_pio_select(struct bwn_mac *mac, uint8_t prio)
sys/dev/netif/bwn/bwn/if_bwn.c
1134
bwn_dma_tx_start(struct bwn_mac *mac, struct ieee80211_node *ni, struct mbuf *m)
sys/dev/netif/bwn/bwn/if_bwn.c
1256
bwn_attach_core(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
1401
bwn_reset_core(struct bwn_mac *mac, int g_mode)
sys/dev/netif/bwn/bwn/if_bwn.c
1440
bwn_phy_getinfo(struct bwn_mac *mac, int tgshigh)
sys/dev/netif/bwn/bwn/if_bwn.c
1511
bwn_chiptest(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
1558
bwn_setup_channels(struct bwn_mac *mac, int have_bg, int have_a)
sys/dev/netif/bwn/bwn/if_bwn.c
1599
bwn_shm_read_4(struct bwn_mac *mac, uint16_t way, uint16_t offset)
sys/dev/netif/bwn/bwn/if_bwn.c
162
static int bwn_attach_core(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
1625
bwn_shm_read_2(struct bwn_mac *mac, uint16_t way, uint16_t offset)
sys/dev/netif/bwn/bwn/if_bwn.c
163
static int bwn_phy_getinfo(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn.c
164
static int bwn_chiptest(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
1649
bwn_shm_ctlword(struct bwn_mac *mac, uint16_t way,
sys/dev/netif/bwn/bwn/if_bwn.c
165
static int bwn_setup_channels(struct bwn_mac *, int, int);
sys/dev/netif/bwn/bwn/if_bwn.c
166
static void bwn_shm_ctlword(struct bwn_mac *, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn.c
1661
bwn_shm_write_4(struct bwn_mac *mac, uint16_t way, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn.c
1684
bwn_shm_write_2(struct bwn_mac *mac, uint16_t way, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn.c
174
static void bwn_wme_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
177
static void bwn_wme_load(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
1770
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
178
static void bwn_wme_loadparams(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
1803
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
1807
mac = (struct bwn_mac *)sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
1824
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
1845
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
1867
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
1884
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
189
static int bwn_core_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
190
static void bwn_core_start(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
1900
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
191
static void bwn_core_exit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
192
static void bwn_bt_disable(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
193
static int bwn_chip_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
194
static void bwn_set_txretry(struct bwn_mac *, int, int);
sys/dev/netif/bwn/bwn/if_bwn.c
195
static void bwn_rate_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
196
static void bwn_set_phytxctl(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
197
static void bwn_spu_setdelay(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn.c
198
static void bwn_bt_enable(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
199
static void bwn_set_macaddr(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
200
static void bwn_crypt_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
2004
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
201
static void bwn_chip_exit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
202
static int bwn_fw_fillinfo(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
203
static int bwn_fw_loaducode(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
204
static int bwn_gpio_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
2042
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
205
static int bwn_fw_loadinitvals(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
206
static int bwn_phy_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
207
static void bwn_set_txantenna(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn.c
208
static void bwn_set_opmode(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
209
static void bwn_rate_write(struct bwn_mac *, uint16_t, int);
sys/dev/netif/bwn/bwn/if_bwn.c
2115
bwn_core_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
212
static void bwn_pio_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
213
static uint16_t bwn_pio_idx2base(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn.c
214
static void bwn_pio_set_txqueue(struct bwn_mac *, struct bwn_pio_txqueue *,
sys/dev/netif/bwn/bwn/if_bwn.c
216
static void bwn_pio_setupqueue_rx(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
219
static uint16_t bwn_pio_read_2(struct bwn_mac *, struct bwn_pio_txqueue *,
sys/dev/netif/bwn/bwn/if_bwn.c
2223
bwn_core_start(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
224
static void bwn_pio_handle_txeof(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
2249
bwn_core_exit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
2277
bwn_bt_disable(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
2286
bwn_chip_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
232
static int bwn_pio_tx_start(struct bwn_mac *, struct ieee80211_node *,
sys/dev/netif/bwn/bwn/if_bwn.c
234
static struct bwn_pio_txqueue *bwn_pio_select(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn.c
235
static uint32_t bwn_pio_write_multi_4(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
2366
bwn_hf_read(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
237
static void bwn_pio_write_4(struct bwn_mac *, struct bwn_pio_txqueue *,
sys/dev/netif/bwn/bwn/if_bwn.c
2379
bwn_hf_write(struct bwn_mac *mac, uint64_t value)
sys/dev/netif/bwn/bwn/if_bwn.c
239
static uint16_t bwn_pio_write_multi_2(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
2391
bwn_set_txretry(struct bwn_mac *mac, int s, int l)
sys/dev/netif/bwn/bwn/if_bwn.c
2399
bwn_rate_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
241
static uint16_t bwn_pio_write_mbuf_2(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
2429
bwn_rate_write(struct bwn_mac *mac, uint16_t rate, int ofdm)
sys/dev/netif/bwn/bwn/if_bwn.c
243
static struct bwn_pio_txqueue *bwn_pio_parse_cookie(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
245
static void bwn_dma_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
246
static void bwn_dma_rxdirectfifo(struct bwn_mac *, int, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn.c
248
static uint64_t bwn_dma_mask(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
2489
bwn_set_phytxctl(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
2501
bwn_pio_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
2518
bwn_pio_set_txqueue(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/netif/bwn/bwn/if_bwn.c
2546
bwn_pio_idx2base(struct bwn_mac *mac, int index)
sys/dev/netif/bwn/bwn/if_bwn.c
2579
bwn_pio_setupqueue_rx(struct bwn_mac *mac, struct bwn_pio_rxqueue *prq,
sys/dev/netif/bwn/bwn/if_bwn.c
2606
bwn_pio_read_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/netif/bwn/bwn/if_bwn.c
2614
bwn_dma_rxdirectfifo(struct bwn_mac *mac, int idx, uint8_t enable)
sys/dev/netif/bwn/bwn/if_bwn.c
2638
bwn_dma_mask(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
2715
bwn_dma_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
2730
bwn_dma_ringsetup(struct bwn_mac *mac, int controller_index,
sys/dev/netif/bwn/bwn/if_bwn.c
278
static int bwn_dma_tx_reset(struct bwn_mac *, uint16_t, int);
sys/dev/netif/bwn/bwn/if_bwn.c
281
static int bwn_dma_rx_reset(struct bwn_mac *, uint16_t, int);
sys/dev/netif/bwn/bwn/if_bwn.c
285
static int bwn_dma_gettype(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
296
static void bwn_dma_handle_txeof(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
298
static int bwn_dma_tx_start(struct bwn_mac *, struct ieee80211_node *,
sys/dev/netif/bwn/bwn/if_bwn.c
301
static struct bwn_dma_ring *bwn_dma_select(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
303
static int bwn_dma_attach(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
304
static struct bwn_dma_ring *bwn_dma_ringsetup(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
306
static struct bwn_dma_ring *bwn_dma_parse_cookie(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
308
static void bwn_dma_free(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
309
static int bwn_fw_gets(struct bwn_mac *, enum bwn_fwtype);
sys/dev/netif/bwn/bwn/if_bwn.c
310
static int bwn_fw_get(struct bwn_mac *, enum bwn_fwtype,
sys/dev/netif/bwn/bwn/if_bwn.c
3116
struct bwn_mac *mac = dr->dr_mac;
sys/dev/netif/bwn/bwn/if_bwn.c
312
static void bwn_release_firmware(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
314
static uint16_t bwn_fwcaps_read(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
315
static int bwn_fwinitvals_write(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
318
static void bwn_mac_write_bssid(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
319
static void bwn_mac_setfilter(struct bwn_mac *, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn.c
321
static void bwn_key_dowrite(struct bwn_mac *, uint8_t, uint8_t,
sys/dev/netif/bwn/bwn/if_bwn.c
323
static void bwn_key_macwrite(struct bwn_mac *, uint8_t,
sys/dev/netif/bwn/bwn/if_bwn.c
325
static void bwn_key_write(struct bwn_mac *, uint8_t, uint8_t,
sys/dev/netif/bwn/bwn/if_bwn.c
3268
struct bwn_mac *mac = dr->dr_mac;
sys/dev/netif/bwn/bwn/if_bwn.c
327
static void bwn_phy_exit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
328
static void bwn_core_stop(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3299
bwn_dma_tx_reset(struct bwn_mac *mac, uint16_t base,
sys/dev/netif/bwn/bwn/if_bwn.c
331
static void bwn_phy_reset(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
333
static void bwn_set_pretbtt(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3357
bwn_dma_rx_reset(struct bwn_mac *mac, uint16_t base,
sys/dev/netif/bwn/bwn/if_bwn.c
340
static void bwn_restart(struct bwn_mac *, const char *);
sys/dev/netif/bwn/bwn/if_bwn.c
341
static void bwn_intr_ucode_debug(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
342
static void bwn_intr_tbtt_indication(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
343
static void bwn_intr_atim_end(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3435
bwn_wme_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
344
static void bwn_intr_beacon(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3447
bwn_spu_setdelay(struct bwn_mac *mac, int idle)
sys/dev/netif/bwn/bwn/if_bwn.c
345
static void bwn_intr_pmq(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
346
static void bwn_intr_noise(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3463
bwn_bt_enable(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
347
static void bwn_intr_txeof(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3484
bwn_set_macaddr(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
349
static void bwn_handle_fwpanic(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3493
bwn_clear_keys(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
350
static void bwn_load_beacon0(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
351
static void bwn_load_beacon1(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3512
bwn_crypt_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
352
static uint32_t bwn_jssi_read(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3527
bwn_chip_exit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
353
static void bwn_noise_gensample(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3536
bwn_fw_fillinfo(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
354
static void bwn_handle_txeof(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
3550
bwn_gpio_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
356
static void bwn_rxeof(struct bwn_mac *, struct mbuf *, const void *);
sys/dev/netif/bwn/bwn/if_bwn.c
357
static void bwn_phy_txpower_check(struct bwn_mac *, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn.c
3582
bwn_fw_loadinitvals(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
3608
bwn_phy_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
361
static int bwn_set_txhdr(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn.c
3638
bwn_set_txantenna(struct bwn_mac *mac, int antenna)
sys/dev/netif/bwn/bwn/if_bwn.c
3656
bwn_set_opmode(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
366
static uint8_t bwn_antenna_sanitize(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn.c
3693
bwn_dma_gettype(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
370
static void bwn_task_15s(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
371
static void bwn_task_30s(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
372
static void bwn_task_60s(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3722
bwn_dummy_transmission(struct bwn_mac *mac, int ofdm, int paon)
sys/dev/netif/bwn/bwn/if_bwn.c
373
static int bwn_plcp_get_ofdmrate(struct bwn_mac *, struct bwn_plcp6 *,
sys/dev/netif/bwn/bwn/if_bwn.c
375
static int bwn_plcp_get_cckrate(struct bwn_mac *, struct bwn_plcp6 *);
sys/dev/netif/bwn/bwn/if_bwn.c
376
static void bwn_rx_radiotap(struct bwn_mac *, struct mbuf *,
sys/dev/netif/bwn/bwn/if_bwn.c
379
static void bwn_tsf_read(struct bwn_mac *, uint64_t *);
sys/dev/netif/bwn/bwn/if_bwn.c
380
static void bwn_set_slot_time(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn.c
3805
bwn_ram_write(struct bwn_mac *mac, uint16_t offset, uint32_t val)
sys/dev/netif/bwn/bwn/if_bwn.c
382
static void bwn_dma_stop(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3821
bwn_mac_suspend(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
383
static void bwn_pio_stop(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
385
static void bwn_led_attach(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
3855
bwn_mac_enable(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
386
static void bwn_led_newstate(struct bwn_mac *, enum ieee80211_state);
sys/dev/netif/bwn/bwn/if_bwn.c
387
static void bwn_led_event(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn.c
388
static void bwn_led_blink_start(struct bwn_mac *, int, int);
sys/dev/netif/bwn/bwn/if_bwn.c
3880
bwn_psctl(struct bwn_mac *mac, uint32_t flags)
sys/dev/netif/bwn/bwn/if_bwn.c
3909
bwn_fw_gets(struct bwn_mac *mac, enum bwn_fwtype type)
sys/dev/netif/bwn/bwn/if_bwn.c
392
static void bwn_rf_turnon(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
393
static void bwn_rf_turnoff(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn.c
4138
bwn_fw_get(struct bwn_mac *mac, enum bwn_fwtype type,
sys/dev/netif/bwn/bwn/if_bwn.c
4195
bwn_release_firmware(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4215
bwn_fw_loaducode(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4355
bwn_fwcaps_read(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4364
bwn_fwinitvals_write(struct bwn_mac *mac, const struct bwn_fwinitvals *ivals,
sys/dev/netif/bwn/bwn/if_bwn.c
4418
bwn_switch_channel(struct bwn_mac *mac, int chan)
sys/dev/netif/bwn/bwn/if_bwn.c
4468
bwn_wme_load(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4484
bwn_wme_loadparams(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn.c
4525
bwn_mac_write_bssid(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4547
bwn_mac_setfilter(struct bwn_mac *mac, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn.c
4571
bwn_key_dowrite(struct bwn_mac *mac, uint8_t index, uint8_t algorithm,
sys/dev/netif/bwn/bwn/if_bwn.c
4597
bwn_key_macwrite(struct bwn_mac *mac, uint8_t index, const uint8_t *addr)
sys/dev/netif/bwn/bwn/if_bwn.c
4633
bwn_key_write(struct bwn_mac *mac, uint8_t index, uint8_t algorithm,
sys/dev/netif/bwn/bwn/if_bwn.c
4653
bwn_phy_exit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4662
bwn_dma_free(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4679
bwn_core_stop(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4702
struct bwn_mac *up_dev = NULL;
sys/dev/netif/bwn/bwn/if_bwn.c
4703
struct bwn_mac *down_dev;
sys/dev/netif/bwn/bwn/if_bwn.c
4704
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
4769
bwn_rf_turnon(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4781
bwn_rf_turnoff(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4798
bwn_phy_reset(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4818
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
4868
bwn_set_pretbtt(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
4890
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
4949
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
5055
bwn_restart(struct bwn_mac *mac, const char *msg)
sys/dev/netif/bwn/bwn/if_bwn.c
5068
bwn_intr_ucode_debug(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5100
bwn_intr_tbtt_indication(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5112
bwn_intr_atim_end(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5123
bwn_intr_beacon(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5168
bwn_intr_pmq(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5181
bwn_intr_noise(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5235
struct bwn_mac *mac = prq->prq_mac;
sys/dev/netif/bwn/bwn/if_bwn.c
5288
bwn_intr_txeof(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5342
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
5371
bwn_handle_fwpanic(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5384
bwn_load_beacon0(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5391
bwn_load_beacon1(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5398
bwn_jssi_read(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5410
bwn_noise_gensample(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
5443
struct bwn_mac *mac = dr->dr_mac;
sys/dev/netif/bwn/bwn/if_bwn.c
5519
bwn_handle_txeof(struct bwn_mac *mac, const struct bwn_txstatus *status)
sys/dev/netif/bwn/bwn/if_bwn.c
5549
struct bwn_mac *mac = prq->prq_mac;
sys/dev/netif/bwn/bwn/if_bwn.c
556
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
5666
struct bwn_mac *mac = dr->dr_mac;
sys/dev/netif/bwn/bwn/if_bwn.c
5790
bwn_rx_rssi_calc(struct bwn_mac *mac, uint8_t in_rssi,
sys/dev/netif/bwn/bwn/if_bwn.c
5842
bwn_rxeof(struct bwn_mac *mac, struct mbuf *m, const void *_rxhdr)
sys/dev/netif/bwn/bwn/if_bwn.c
5964
bwn_dma_handle_txeof(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn.c
6038
bwn_pio_handle_txeof(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn.c
6093
bwn_phy_txpower_check(struct bwn_mac *mac, uint32_t flags)
sys/dev/netif/bwn/bwn/if_bwn.c
6190
bwn_set_txhdr_phyctl1(struct bwn_mac *mac, uint8_t bitrate)
sys/dev/netif/bwn/bwn/if_bwn.c
6261
bwn_set_txhdr(struct bwn_mac *mac, struct ieee80211_node *ni,
sys/dev/netif/bwn/bwn/if_bwn.c
6514
bwn_antenna_sanitize(struct bwn_mac *mac, uint8_t n)
sys/dev/netif/bwn/bwn/if_bwn.c
6572
bwn_pio_write_multi_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/netif/bwn/bwn/if_bwn.c
6609
bwn_pio_write_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/netif/bwn/bwn/if_bwn.c
6617
bwn_pio_write_multi_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/netif/bwn/bwn/if_bwn.c
6638
bwn_pio_write_mbuf_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/netif/bwn/bwn/if_bwn.c
6671
bwn_set_slot_time(struct bwn_mac *mac, uint16_t time)
sys/dev/netif/bwn/bwn/if_bwn.c
6686
bwn_dma_select(struct bwn_mac *mac, uint8_t prio)
sys/dev/netif/bwn/bwn/if_bwn.c
6726
bwn_pio_parse_cookie(struct bwn_mac *mac, uint16_t cookie,
sys/dev/netif/bwn/bwn/if_bwn.c
6765
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
6776
bwn_task_15s(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
6795
bwn_task_30s(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
6807
bwn_task_60s(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
6818
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
6836
bwn_plcp_get_ofdmrate(struct bwn_mac *mac, struct bwn_plcp6 *plcp, uint8_t a)
sys/dev/netif/bwn/bwn/if_bwn.c
6866
bwn_plcp_get_cckrate(struct bwn_mac *mac, struct bwn_plcp6 *plcp)
sys/dev/netif/bwn/bwn/if_bwn.c
6885
bwn_rx_radiotap(struct bwn_mac *mac, struct mbuf *m,
sys/dev/netif/bwn/bwn/if_bwn.c
6915
bwn_tsf_read(struct bwn_mac *mac, uint64_t *tsf)
sys/dev/netif/bwn/bwn/if_bwn.c
6930
bwn_dma_attach(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
7056
bwn_dma_parse_cookie(struct bwn_mac *mac, const struct bwn_txstatus *status,
sys/dev/netif/bwn/bwn/if_bwn.c
7105
bwn_dma_stop(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
7132
bwn_pio_stop(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
7148
bwn_led_attach(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
7226
bwn_led_newstate(struct bwn_mac *mac, enum ieee80211_state nstate)
sys/dev/netif/bwn/bwn/if_bwn.c
7287
bwn_led_event(struct bwn_mac *mac, int event)
sys/dev/netif/bwn/bwn/if_bwn.c
7323
bwn_led_blink_start(struct bwn_mac *mac, int on_dur, int off_dur)
sys/dev/netif/bwn/bwn/if_bwn.c
7347
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
7362
struct bwn_mac *mac = arg;
sys/dev/netif/bwn/bwn/if_bwn.c
7398
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
7449
struct bwn_mac *mac;
sys/dev/netif/bwn/bwn/if_bwn.c
772
bwn_phy_detach(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn.c
783
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
941
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn.c
995
struct bwn_mac *mac = sc->sc_curmac;
sys/dev/netif/bwn/bwn/if_bwn_misc.h
41
struct bwn_mac;
sys/dev/netif/bwn/bwn/if_bwn_misc.h
43
extern uint64_t bwn_hf_read(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
44
extern void bwn_hf_write(struct bwn_mac *, uint64_t);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
46
extern void bwn_dummy_transmission(struct bwn_mac *mac, int ofdm, int paon);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
48
extern void bwn_ram_write(struct bwn_mac *, uint16_t, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
50
extern void bwn_mac_suspend(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
51
extern void bwn_mac_enable(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
53
extern int bwn_switch_channel(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
55
extern uint16_t bwn_shm_read_2(struct bwn_mac *, uint16_t, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
56
extern void bwn_shm_write_2(struct bwn_mac *, uint16_t, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn_misc.h
58
extern uint32_t bwn_shm_read_4(struct bwn_mac *, uint16_t, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
59
extern void bwn_shm_write_4(struct bwn_mac *, uint16_t, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn_misc.h
63
extern void bwn_reset_core(struct bwn_mac *, int g_mode);
sys/dev/netif/bwn/bwn/if_bwn_misc.h
65
extern void bwn_psctl(struct bwn_mac *, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_common.c
113
bwn_mac_switch_freq(struct bwn_mac *mac, int spurmode)
sys/dev/netif/bwn/bwn/if_bwn_phy_common.c
170
bwn_phy_force_clock(struct bwn_mac *mac, int force)
sys/dev/netif/bwn/bwn/if_bwn_phy_common.c
189
bwn_radio_wait_value(struct bwn_mac *mac, uint16_t offset, uint16_t mask,
sys/dev/netif/bwn/bwn/if_bwn_phy_common.c
205
bwn_mac_phy_clock_set(struct bwn_mac *mac, int enabled)
sys/dev/netif/bwn/bwn/if_bwn_phy_common.c
223
bwn_wireless_core_phy_pll_reset(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_common.h
34
extern void bwn_mac_switch_freq(struct bwn_mac *mac, int spurmode);
sys/dev/netif/bwn/bwn/if_bwn_phy_common.h
35
extern void bwn_phy_force_clock(struct bwn_mac *mac, int force);
sys/dev/netif/bwn/bwn/if_bwn_phy_common.h
36
extern int bwn_radio_wait_value(struct bwn_mac *mac, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_common.h
38
extern void bwn_mac_phy_clock_set(struct bwn_mac *mac, int enabled);
sys/dev/netif/bwn/bwn/if_bwn_phy_common.h
39
extern void bwn_wireless_core_phy_pll_reset(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1056
bwn_loopback_calcgain(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
109
static void bwn_phy_g_init_sub(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
110
static uint8_t bwn_has_hwpctl(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
111
static void bwn_phy_init_b5(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
112
static void bwn_phy_init_b6(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
113
static void bwn_phy_init_a(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
114
static void bwn_loopback_calcgain(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
115
static uint16_t bwn_rf_init_bcm2050(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
116
static void bwn_lo_g_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
117
static void bwn_lo_g_adjust(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
118
static void bwn_lo_get_powervector(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
119
static struct bwn_lo_calib *bwn_lo_calibset(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
121
static void bwn_lo_write(struct bwn_mac *, struct bwn_loctl *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1213
bwn_rf_init_bcm2050(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
122
static void bwn_phy_hwpctl_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
123
static void bwn_phy_g_switch_chan(struct bwn_mac *, int, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
124
static void bwn_phy_g_set_txpwr_sub(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
127
static void bwn_phy_g_set_bbatt(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
128
static uint16_t bwn_rf_2050_rfoverval(struct bwn_mac *, uint16_t, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
129
static void bwn_spu_workaround(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
130
static void bwn_wa_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
131
static void bwn_ofdmtab_write_2(struct bwn_mac *, uint16_t, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
133
static void bwn_ofdmtab_write_4(struct bwn_mac *, uint16_t, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
135
static void bwn_gtab_write(struct bwn_mac *, uint16_t, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
137
static int16_t bwn_nrssi_read(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
138
static void bwn_nrssi_offset(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
139
static void bwn_nrssi_threshold(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
140
static void bwn_nrssi_slope_11g(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
141
static void bwn_set_all_gains(struct bwn_mac *, int16_t, int16_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
143
static void bwn_set_original_gains(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1435
bwn_phy_init_b6(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
144
static void bwn_hwpctl_early_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
145
static void bwn_hwpctl_init_gphy(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
147
static void bwn_phy_g_dc_lookup_init(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
151
static uint16_t bwn_phy_g_txctl(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
152
static int bwn_phy_shm_tssi_read(struct bwn_mac *mac, uint16_t shm_offset);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
153
static void bwn_phy_g_setatt(struct bwn_mac *mac, int *bbattp, int *rfattp);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
154
static void bwn_phy_lock(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1547
bwn_phy_init_a(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
155
static void bwn_phy_unlock(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
156
static void bwn_rf_lock(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
157
static void bwn_rf_unlock(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1572
bwn_wa_write_noisescale(struct bwn_mac *mac, const uint16_t *nst)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1581
bwn_wa_agc(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1661
bwn_wa_grev1(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
167
bwn_has_hwpctl(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1735
bwn_wa_grev26789(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
176
bwn_phy_g_attach(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1815
bwn_wa_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1877
bwn_ofdmtab_write_2(struct bwn_mac *mac, uint16_t table, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1894
bwn_ofdmtab_write_4(struct bwn_mac *mac, uint16_t table, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1913
bwn_gtab_write(struct bwn_mac *mac, uint16_t table, uint16_t offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1922
bwn_lo_write(struct bwn_mac *mac, struct bwn_loctl *ctl)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1935
bwn_lo_calcfeed(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1986
bwn_lo_txctl_regtable(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2021
bwn_lo_measure_txctl_values(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2119
bwn_lo_get_powervector(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2140
bwn_lo_measure_gain_values(struct bwn_mac *mac, int16_t max_rx_gain,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2202
bwn_lo_save(struct bwn_mac *mac, struct bwn_lo_g_value *sav)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2319
bwn_lo_restore(struct bwn_mac *mac, struct bwn_lo_g_value *sav)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2386
bwn_lo_probe_loctl(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
239
bwn_phy_g_detach(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2451
bwn_lo_probe_sm(struct bwn_mac *mac, struct bwn_loctl *loctl, int *rxgain)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
251
bwn_phy_g_init_pre(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2516
bwn_lo_calibset(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2562
bwn_lo_get_calib(struct bwn_mac *mac, const struct bwn_bbatt *bbatt,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2585
bwn_phy_g_dc_lookup_init(struct bwn_mac *mac, uint8_t update)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2657
bwn_lo_g_adjust(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2673
bwn_lo_g_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2684
bwn_nrssi_read(struct bwn_mac *mac, uint16_t offset)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2692
bwn_nrssi_threshold(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2741
bwn_nrssi_slope_11g(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
284
bwn_phy_g_prepare_hw(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2918
bwn_nrssi_offset(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3068
bwn_set_all_gains(struct bwn_mac *mac, int16_t first, int16_t second,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3101
bwn_set_original_gains(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3134
bwn_phy_hwpctl_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3193
bwn_hwpctl_early_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3224
bwn_hwpctl_init_gphy(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3282
bwn_phy_g_switch_chan(struct bwn_mac *mac, int channel, uint8_t spu)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3319
bwn_phy_g_set_txpwr_sub(struct bwn_mac *mac, const struct bwn_bbatt *bbatt,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3355
bwn_phy_g_set_bbatt(struct bwn_mac *mac,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3373
bwn_rf_2050_rfoverval(struct bwn_mac *mac, uint16_t reg, uint32_t lpd)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3494
bwn_spu_workaround(struct bwn_mac *mac, uint8_t channel)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3506
bwn_phy_shm_tssi_read(struct bwn_mac *mac, uint16_t shm_offset)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3542
bwn_phy_g_setatt(struct bwn_mac *mac, int *bbattp, int *rfattp)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3585
bwn_phy_lock(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3598
bwn_phy_unlock(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3611
bwn_rf_lock(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3621
bwn_rf_unlock(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
454
bwn_phy_g_txctl(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
470
bwn_phy_g_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
478
bwn_phy_g_exit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
492
bwn_phy_g_read(struct bwn_mac *mac, uint16_t reg)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
500
bwn_phy_g_write(struct bwn_mac *mac, uint16_t reg, uint16_t value)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
508
bwn_phy_g_rf_read(struct bwn_mac *mac, uint16_t reg)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
517
bwn_phy_g_rf_write(struct bwn_mac *mac, uint16_t reg, uint16_t value)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
526
bwn_phy_g_hwpctl(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
533
bwn_phy_g_rf_onoff(struct bwn_mac *mac, int on)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
570
bwn_phy_g_switch_channel(struct bwn_mac *mac, uint32_t newchan)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
581
bwn_phy_g_get_default_chan(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
588
bwn_phy_g_set_antenna(struct bwn_mac *mac, int antenna)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
641
bwn_phy_g_im(struct bwn_mac *mac, int mode)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
657
bwn_phy_g_recalc_txpwr(struct bwn_mac *mac, int ignore_tssi)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
709
bwn_phy_g_set_txpwr(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
768
bwn_phy_g_task_15s(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
827
bwn_phy_g_task_60s(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
846
bwn_phy_switch_analog(struct bwn_mac *mac, int on)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
853
bwn_phy_g_init_sub(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
960
bwn_phy_init_b5(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
35
extern int bwn_phy_g_attach(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
36
extern void bwn_phy_g_detach(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
37
extern int bwn_phy_g_prepare_hw(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
38
extern void bwn_phy_g_init_pre(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
39
extern int bwn_phy_g_init(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
40
extern void bwn_phy_g_exit(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
41
extern uint16_t bwn_phy_g_read(struct bwn_mac *mac, uint16_t reg);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
42
extern void bwn_phy_g_write(struct bwn_mac *mac, uint16_t reg, uint16_t value);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
43
extern uint16_t bwn_phy_g_rf_read(struct bwn_mac *mac, uint16_t reg);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
44
extern void bwn_phy_g_rf_write(struct bwn_mac *mac, uint16_t reg, uint16_t value);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
45
extern int bwn_phy_g_hwpctl(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
46
extern void bwn_phy_g_rf_onoff(struct bwn_mac *mac, int on);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
47
extern void bwn_phy_switch_analog(struct bwn_mac *mac, int on);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
48
extern int bwn_phy_g_switch_channel(struct bwn_mac *mac, uint32_t newchan);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
49
extern uint32_t bwn_phy_g_get_default_chan(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
50
extern void bwn_phy_g_set_antenna(struct bwn_mac *mac, int antenna);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
51
extern int bwn_phy_g_im(struct bwn_mac *mac, int mode);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
52
extern bwn_txpwr_result_t bwn_phy_g_recalc_txpwr(struct bwn_mac *mac, int ignore_tssi);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
53
extern void bwn_phy_g_set_txpwr(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
54
extern void bwn_phy_g_task_15s(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.h
55
extern void bwn_phy_g_task_60s(struct bwn_mac *mac);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1014
bwn_phy_lp_set_gaintbl(struct bwn_mac *mac, uint32_t freq)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1041
bwn_phy_lp_digflt_save(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1065
bwn_phy_lp_get_txpctlmode(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1090
bwn_phy_lp_set_txpctlmode(struct bwn_mac *mac, uint8_t mode)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
113
static void bwn_phy_lp_readsprom(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
114
static void bwn_phy_lp_bbinit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1146
bwn_phy_lp_bugfix(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
115
static void bwn_phy_lp_txpctl_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
116
static void bwn_phy_lp_calib(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
117
static int bwn_phy_lp_b2062_switch_channel(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
118
static int bwn_phy_lp_b2063_switch_channel(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
119
static void bwn_phy_lp_set_anafilter(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
120
static void bwn_phy_lp_set_gaintbl(struct bwn_mac *, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
121
static void bwn_phy_lp_digflt_save(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
122
static void bwn_phy_lp_get_txpctlmode(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
123
static void bwn_phy_lp_set_txpctlmode(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
124
static void bwn_phy_lp_bugfix(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1241
bwn_phy_lp_digflt_restore(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
125
static void bwn_phy_lp_digflt_restore(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1258
bwn_phy_lp_tblinit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
126
static void bwn_phy_lp_tblinit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
127
static void bwn_phy_lp_bbinit_r2(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
128
static void bwn_phy_lp_bbinit_r01(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1285
bwn_phy_lp_bbinit_r2(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
129
static void bwn_phy_lp_b2062_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
130
static void bwn_phy_lp_b2063_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
131
static void bwn_phy_lp_rxcal_r2(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
132
static void bwn_phy_lp_rccal_r12(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
133
static void bwn_phy_lp_set_rccap(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
135
static void bwn_phy_lp_b2062_reset_pllbias(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
136
static void bwn_phy_lp_b2062_vco_calib(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
137
static void bwn_tab_write_multi(struct bwn_mac *, uint32_t, int,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
139
static void bwn_tab_read_multi(struct bwn_mac *, uint32_t, int, void *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1395
bwn_phy_lp_bbinit_r01(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
141
bwn_phy_lp_get_txgain(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
142
static uint8_t bwn_phy_lp_get_bbmult(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
143
static void bwn_phy_lp_set_txgain(struct bwn_mac *, struct bwn_txgain *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
144
static void bwn_phy_lp_set_bbmult(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
145
static void bwn_phy_lp_set_trsw_over(struct bwn_mac *, uint8_t, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
146
static void bwn_phy_lp_set_rxgain(struct bwn_mac *, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
147
static void bwn_phy_lp_set_deaf(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
148
static int bwn_phy_lp_calc_rx_iq_comp(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
149
static void bwn_phy_lp_clear_deaf(struct bwn_mac *, uint8_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
150
static void bwn_phy_lp_tblinit_r01(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
151
static void bwn_phy_lp_tblinit_r2(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
152
static void bwn_phy_lp_tblinit_txgain(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
153
static void bwn_tab_write(struct bwn_mac *, uint32_t, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
154
static void bwn_phy_lp_b2062_tblinit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
155
static void bwn_phy_lp_b2063_tblinit(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
156
static int bwn_phy_lp_loopback(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
157
static void bwn_phy_lp_set_rxgain_idx(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1574
bwn_phy_lp_b2062_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
158
static void bwn_phy_lp_ddfs_turnon(struct bwn_mac *, int, int, int, int,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
160
static uint8_t bwn_phy_lp_rx_iq_est(struct bwn_mac *, uint16_t, uint8_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
162
static void bwn_phy_lp_ddfs_turnoff(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
163
static uint32_t bwn_tab_read(struct bwn_mac *, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
164
static void bwn_phy_lp_set_txgain_dac(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
165
static void bwn_phy_lp_set_txgain_pa(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
166
static void bwn_phy_lp_set_txgain_override(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1661
bwn_phy_lp_b2063_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
167
static uint16_t bwn_phy_lp_get_pa_gain(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1683
bwn_phy_lp_rxcal_r2(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
169
static void bwn_phy_lp_gaintbl_write_multi(struct bwn_mac *, int, int,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
171
static void bwn_phy_lp_gaintbl_write(struct bwn_mac *, int,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
173
static void bwn_phy_lp_gaintbl_write_r2(struct bwn_mac *, int,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1746
bwn_phy_lp_rccal_r12(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
175
static void bwn_phy_lp_gaintbl_write_r01(struct bwn_mac *, int,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1864
bwn_phy_lp_set_rccap(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1900
bwn_phy_lp_b2062_reset_pllbias(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1916
bwn_phy_lp_b2062_vco_calib(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1925
bwn_phy_lp_b2062_tblinit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1998
bwn_phy_lp_b2063_tblinit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2066
bwn_tab_read_multi(struct bwn_mac *mac, uint32_t typenoffset,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2105
bwn_tab_write_multi(struct bwn_mac *mac, uint32_t typenoffset,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2147
bwn_phy_lp_get_txgain(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2170
bwn_phy_lp_get_bbmult(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2177
bwn_phy_lp_set_txgain(struct bwn_mac *mac, struct bwn_txgain *tg)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2202
bwn_phy_lp_set_bbmult(struct bwn_mac *mac, uint8_t bbmult)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2209
bwn_phy_lp_set_trsw_over(struct bwn_mac *mac, uint8_t tx, uint8_t rx)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2218
bwn_phy_lp_set_rxgain(struct bwn_mac *mac, uint32_t gain)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2272
bwn_phy_lp_set_deaf(struct bwn_mac *mac, uint8_t user)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2285
bwn_phy_lp_clear_deaf(struct bwn_mac *mac, uint8_t user)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2306
bwn_phy_lp_calc_rx_iq_comp(struct bwn_mac *mac, uint16_t sample)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2360
bwn_phy_lp_tblinit_r01(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2555
bwn_phy_lp_tblinit_r2(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2778
bwn_phy_lp_tblinit_txgain(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3417
bwn_tab_write(struct bwn_mac *mac, uint32_t typeoffset, uint32_t value)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3448
bwn_phy_lp_loopback(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3482
bwn_phy_lp_set_rxgain_idx(struct bwn_mac *mac, uint16_t idx)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3489
bwn_phy_lp_ddfs_turnon(struct bwn_mac *mac, int i_on, int q_on,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3507
bwn_phy_lp_rx_iq_est(struct bwn_mac *mac, uint16_t sample, uint8_t time,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3544
bwn_tab_read(struct bwn_mac *mac, uint32_t typeoffset)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3576
bwn_phy_lp_ddfs_turnoff(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3584
bwn_phy_lp_set_txgain_dac(struct bwn_mac *mac, uint16_t dac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3594
bwn_phy_lp_set_txgain_pa(struct bwn_mac *mac, uint16_t gain)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3602
bwn_phy_lp_set_txgain_override(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3615
bwn_phy_lp_get_pa_gain(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3633
bwn_phy_lp_gaintbl_write_multi(struct bwn_mac *mac, int offset, int count,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3643
bwn_phy_lp_gaintbl_write(struct bwn_mac *mac, int offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3654
bwn_phy_lp_gaintbl_write_r2(struct bwn_mac *mac, int offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
3677
bwn_phy_lp_gaintbl_write_r01(struct bwn_mac *mac, int offset,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
404
bwn_phy_lp_init_pre(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
413
bwn_phy_lp_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
487
bwn_phy_lp_read(struct bwn_mac *mac, uint16_t reg)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
495
bwn_phy_lp_write(struct bwn_mac *mac, uint16_t reg, uint16_t value)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
503
bwn_phy_lp_maskset(struct bwn_mac *mac, uint16_t reg, uint16_t mask,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
513
bwn_phy_lp_rf_read(struct bwn_mac *mac, uint16_t reg)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
526
bwn_phy_lp_rf_write(struct bwn_mac *mac, uint16_t reg, uint16_t value)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
535
bwn_phy_lp_rf_onoff(struct bwn_mac *mac, int on)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
561
bwn_phy_lp_switch_channel(struct bwn_mac *mac, uint32_t chan)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
585
bwn_phy_lp_get_default_chan(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
594
bwn_phy_lp_set_antenna(struct bwn_mac *mac, int antenna)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
610
bwn_phy_lp_task_60s(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
617
bwn_phy_lp_readsprom(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
644
bwn_phy_lp_bbinit(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
655
bwn_phy_lp_txpctl_init(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
668
bwn_phy_lp_calib(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
779
bwn_phy_lp_switch_analog(struct bwn_mac *mac, int on)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
792
bwn_phy_lp_b2063_switch_channel(struct bwn_mac *mac, uint8_t chan)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
922
bwn_phy_lp_b2062_switch_channel(struct bwn_mac *mac, uint8_t chan)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
998
bwn_phy_lp_set_anafilter(struct bwn_mac *mac, uint8_t channel)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
35
extern void bwn_phy_lp_init_pre(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
36
extern int bwn_phy_lp_init(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
37
extern uint16_t bwn_phy_lp_read(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
38
extern void bwn_phy_lp_write(struct bwn_mac *, uint16_t, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
39
extern void bwn_phy_lp_maskset(struct bwn_mac *, uint16_t, uint16_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
41
extern uint16_t bwn_phy_lp_rf_read(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
42
extern void bwn_phy_lp_rf_write(struct bwn_mac *, uint16_t, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
43
extern void bwn_phy_lp_rf_onoff(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
44
extern int bwn_phy_lp_switch_channel(struct bwn_mac *, uint32_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
45
extern void bwn_phy_lp_switch_analog(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
46
extern uint32_t bwn_phy_lp_get_default_chan(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
47
extern void bwn_phy_lp_set_antenna(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.h
48
extern void bwn_phy_lp_task_60s(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwn_util.c
112
bwn_sqrt(struct bwn_mac *mac, unsigned int x)
sys/dev/netif/bwn/bwn/if_bwn_util.h
64
extern unsigned int bwn_sqrt(struct bwn_mac *mac, unsigned int x);
sys/dev/netif/bwn/bwn/if_bwnvar.h
1047
bwn_channel_band(struct bwn_mac *mac, struct ieee80211_channel *c)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1056
bwn_current_band(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1066
bwn_is_40mhz(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1074
bwn_get_centre_freq(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1083
bwn_get_chan_centre_freq(struct bwn_mac *mac, struct ieee80211_channel *chan)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1091
bwn_get_chan(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1100
bwn_get_channel(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1108
bwn_is_chan_passive(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1116
bwn_get_chan_type(struct bwn_mac *mac, struct ieee80211_channel *c)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1132
bwn_get_chan_power(struct bwn_mac *mac, struct ieee80211_channel *c)
sys/dev/netif/bwn/bwn/if_bwnvar.h
1144
bwn_is_bus_siba(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
37
struct bwn_mac;
sys/dev/netif/bwn/bwn/if_bwnvar.h
472
int (*attach)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
473
void (*detach)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
474
int (*prepare_hw)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
475
void (*init_pre)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
476
int (*init)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
477
void (*exit)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
478
uint16_t (*phy_read)(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwnvar.h
479
void (*phy_write)(struct bwn_mac *, uint16_t,
sys/dev/netif/bwn/bwn/if_bwnvar.h
481
void (*phy_maskset)(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwnvar.h
483
uint16_t (*rf_read)(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwnvar.h
484
void (*rf_write)(struct bwn_mac *, uint16_t,
sys/dev/netif/bwn/bwn/if_bwnvar.h
486
int (*use_hwpctl)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
487
void (*rf_onoff)(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwnvar.h
488
void (*switch_analog)(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwnvar.h
489
int (*switch_channel)(struct bwn_mac *,
sys/dev/netif/bwn/bwn/if_bwnvar.h
491
uint32_t (*get_default_chan)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
492
void (*set_antenna)(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwnvar.h
493
int (*set_im)(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwnvar.h
494
bwn_txpwr_result_t (*recalc_txpwr)(struct bwn_mac *, int);
sys/dev/netif/bwn/bwn/if_bwnvar.h
495
void (*set_txpwr)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
496
void (*task_15s)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
497
void (*task_60s)(struct bwn_mac *);
sys/dev/netif/bwn/bwn/if_bwnvar.h
638
struct bwn_mac *dr_mac;
sys/dev/netif/bwn/bwn/if_bwnvar.h
689
struct bwn_mac *prq_mac;
sys/dev/netif/bwn/bwn/if_bwnvar.h
941
TAILQ_ENTRY(bwn_mac) mac_list;
sys/dev/netif/bwn/bwn/if_bwnvar.h
945
bwn_tx_hdrsize(struct bwn_mac *mac)
sys/dev/netif/bwn/bwn/if_bwnvar.h
988
struct bwn_mac *sc_curmac;
sys/dev/netif/bwn/bwn/if_bwnvar.h
989
TAILQ_HEAD(, bwn_mac) sc_maclist;