Lines Matching refs:feedth
2382 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()
2482 if (d.feedth > 0x1194) in bwn_lo_probe_sm()
2484 else if (d.feedth < 0x5dc) in bwn_lo_probe_sm()
2487 if (d.feedth <= 0x5dc) { in bwn_lo_probe_sm()