Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c2029 int lb_gain; in bwn_lo_measure_txctl_values() local
2032 lb_gain = pg->pg_max_lb_gain / 2; in bwn_lo_measure_txctl_values()
2033 if (lb_gain > 10) { in bwn_lo_measure_txctl_values()
2035 pga = abs(10 - lb_gain) / 6; in bwn_lo_measure_txctl_values()
2046 tmp = lb_gain; in bwn_lo_measure_txctl_values()
2047 if ((10 - lb_gain) < cmp_val) in bwn_lo_measure_txctl_values()
2048 tmp = (10 - lb_gain); in bwn_lo_measure_txctl_values()