Home
last modified time | relevance | path

Searched refs:bwn_loctl (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bwn/
HDif_bwn_phy_g.c97 static void bwn_lo_write(struct bwn_mac *, struct bwn_loctl *);
1898 bwn_lo_write(struct bwn_mac *mac, struct bwn_loctl *ctl) in bwn_lo_write()
2363 struct bwn_loctl *probe, struct bwn_lo_g_sm *d) in bwn_lo_probe_loctl()
2367 struct bwn_loctl orig, test; in bwn_lo_probe_loctl()
2368 struct bwn_loctl prev = { -100, -100 }; in bwn_lo_probe_loctl()
2369 static const struct bwn_loctl modifiers[] = { in bwn_lo_probe_loctl()
2391 memcpy(&orig, probe, sizeof(struct bwn_loctl)); in bwn_lo_probe_loctl()
2396 memcpy(&test, &orig, sizeof(struct bwn_loctl)); in bwn_lo_probe_loctl()
2406 sizeof(struct bwn_loctl)); in bwn_lo_probe_loctl()
2427 bwn_lo_probe_sm(struct bwn_mac *mac, struct bwn_loctl *loctl, int *rxgain) in bwn_lo_probe_sm()
[all …]
HDif_bwnvar.h231 struct bwn_loctl { struct
244 struct bwn_loctl ctl; argument
879 struct bwn_loctl loctl;