Symbol: bwn_loctl
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
1922
bwn_lo_write(struct bwn_mac *mac, struct bwn_loctl *ctl)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2387
struct bwn_loctl *probe, struct bwn_lo_g_sm *d)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2391
struct bwn_loctl orig, test;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2392
struct bwn_loctl prev = { -100, -100 };
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2393
static const struct bwn_loctl modifiers[] = {
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2415
memcpy(&orig, probe, sizeof(struct bwn_loctl));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2420
memcpy(&test, &orig, sizeof(struct bwn_loctl));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2430
sizeof(struct bwn_loctl));
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
2456
struct bwn_loctl probe;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2465
memcpy(&d.loctl, loctl, sizeof(struct bwn_loctl));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2486
sizeof(struct bwn_loctl));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2492
memcpy(&d.loctl, &probe, sizeof(struct bwn_loctl));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2495
memcpy(loctl, &d.loctl, sizeof(struct bwn_loctl));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2521
struct bwn_loctl loctl = { 0, 0 };
sys/dev/netif/bwn/bwn/if_bwnvar.h
244
struct bwn_loctl ctl;
sys/dev/netif/bwn/bwn/if_bwnvar.h
845
struct bwn_loctl loctl;