Lines Matching full:pga
1922 uint16_t lna, uint16_t pga, uint16_t trsw_rx) in bwn_lo_calcfeed() argument
1931 pga <<= BWN_PHY_RFOVERVAL_PGA_SHIFT; in bwn_lo_calcfeed()
1935 KASSERT((pga & ~BWN_PHY_RFOVERVAL_PGA) == 0, in bwn_lo_calcfeed()
1940 rfover = BWN_PHY_RFOVERVAL_UNK | pga | lna | trsw_rx; in bwn_lo_calcfeed()
1956 pga |= BWN_PHY_PGACTL_UNKNOWN; in bwn_lo_calcfeed()
1957 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed()
1959 pga |= BWN_PHY_PGACTL_LOWBANDW; in bwn_lo_calcfeed()
1960 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed()
1962 pga |= BWN_PHY_PGACTL_LPF; in bwn_lo_calcfeed()
1963 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed()
2013 uint16_t trsw_rx, pga; in bwn_lo_measure_txctl_values() local
2027 pga = 0; in bwn_lo_measure_txctl_values()
2035 pga = abs(10 - lb_gain) / 6; in bwn_lo_measure_txctl_values()
2036 pga = MIN(MAX(pga, 0), 15); in bwn_lo_measure_txctl_values()
2041 pga = 0; in bwn_lo_measure_txctl_values()
2080 feedthrough = bwn_lo_calcfeed(mac, 0, pga, in bwn_lo_measure_txctl_values()