Searched refs:rxgain (Results 1 – 1 of 1) sorted by relevance
2435 bwn_lo_probe_sm(struct bwn_mac *mac, struct bwn_loctl *loctl, int *rxgain) in bwn_lo_probe_sm() argument2458 *rxgain += 6; in bwn_lo_probe_sm()2460 *rxgain += 3; in bwn_lo_probe_sm()2483 *rxgain -= 6; in bwn_lo_probe_sm()2485 *rxgain += 3; in bwn_lo_probe_sm()2495 bwn_lo_measure_gain_values(mac, *rxgain, BWN_HAS_LOOPBACK(phy)); in bwn_lo_probe_sm()2508 int rxgain; in bwn_lo_calibset() local2519 rxgain = (rfatt->att * 2) + (bbatt->att / 2); in bwn_lo_calibset()2521 rxgain -= pad; in bwn_lo_calibset()2523 rxgain += pg->pg_max_lb_gain; in bwn_lo_calibset()[all …]