Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c2382 uint16_t feedth; in bwn_lo_probe_loctl() local
2410 feedth = bwn_lo_calcfeed(mac, pg->pg_lna_gain, in bwn_lo_probe_loctl()
2412 if (feedth < d->feedth) { in bwn_lo_probe_loctl()
2416 d->feedth = feedth; in bwn_lo_probe_loctl()
2442 uint16_t feedth; in bwn_lo_probe_sm() local
2454 feedth = bwn_lo_calcfeed(mac, pg->pg_lna_gain, in bwn_lo_probe_sm()
2456 if (feedth < 0x258) { in bwn_lo_probe_sm()
2457 if (feedth >= 0x12c) in bwn_lo_probe_sm()
2461 feedth = bwn_lo_calcfeed(mac, pg->pg_lna_gain, in bwn_lo_probe_sm()
2464 d.feedth = feedth; in bwn_lo_probe_sm()
[all …]
H A Dif_bwnvar.h877 uint16_t feedth; member