Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c2474 *rxgain += 6; in bwn_lo_probe_sm()
2476 *rxgain += 3; in bwn_lo_probe_sm()
2499 *rxgain -= 6; in bwn_lo_probe_sm()
2501 *rxgain += 3; in bwn_lo_probe_sm()
2511 bwn_lo_measure_gain_values(mac, *rxgain, BWN_HAS_LOOPBACK(phy)); in bwn_lo_probe_sm()
2524 int rxgain; in bwn_lo_calibset() local
2535 rxgain = (rfatt->att * 2) + (bbatt->att / 2); in bwn_lo_calibset()
2537 rxgain -= pad; in bwn_lo_calibset()
2539 rxgain += pg->pg_max_lb_gain; in bwn_lo_calibset()
2540 bwn_lo_measure_gain_values(mac, rxgain, BWN_HAS_LOOPBACK(phy)); in bwn_lo_calibset()
[all …]