Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c2038 int cmp_val; in bwn_lo_measure_txctl_values() local
2042 cmp_val = 0x24; in bwn_lo_measure_txctl_values()
2045 cmp_val = 0x3c; in bwn_lo_measure_txctl_values()
2047 if ((10 - lb_gain) < cmp_val) in bwn_lo_measure_txctl_values()
2053 cmp_val /= 4; in bwn_lo_measure_txctl_values()
2055 if (tmp >= cmp_val) in bwn_lo_measure_txctl_values()
2056 rf_pctl_reg = cmp_val; in bwn_lo_measure_txctl_values()