Searched refs:bwn_loctl (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_g.c | 94 static void bwn_lo_write(struct bwn_mac *, struct bwn_loctl *); 1908 bwn_lo_write(struct bwn_mac *mac, struct bwn_loctl *ctl) in bwn_lo_write() 2371 struct bwn_loctl *probe, struct bwn_lo_g_sm *d) in bwn_lo_probe_loctl() 2375 struct bwn_loctl orig, test; in bwn_lo_probe_loctl() 2376 struct bwn_loctl prev = { -100, -100 }; in bwn_lo_probe_loctl() 2377 static const struct bwn_loctl modifiers[] = { in bwn_lo_probe_loctl() 2399 memcpy(&orig, probe, sizeof(struct bwn_loctl)); in bwn_lo_probe_loctl() 2404 memcpy(&test, &orig, sizeof(struct bwn_loctl)); in bwn_lo_probe_loctl() 2414 sizeof(struct bwn_loctl)); in bwn_lo_probe_loctl() 2435 bwn_lo_probe_sm(struct bwn_mac *mac, struct bwn_loctl *loctl, int *rxgain) in bwn_lo_probe_sm() [all …]
|
H A D | if_bwnvar.h | 232 struct bwn_loctl { struct 245 struct bwn_loctl ctl; argument 878 struct bwn_loctl loctl;
|