Lines Matching refs:trsw_rx
1052 uint16_t trsw_rx; in bwn_loopback_calcgain() local
1153 trsw_rx = 0x1b; in bwn_loopback_calcgain()
1159 trsw_rx -= 3; in bwn_loopback_calcgain()
1164 trsw_rx = 0x18; in bwn_loopback_calcgain()
1196 pg->pg_trsw_rx_gain = trsw_rx * 2; in bwn_loopback_calcgain()
1922 uint16_t lna, uint16_t pga, uint16_t trsw_rx) in bwn_lo_calcfeed() argument
1938 trsw_rx &= (BWN_PHY_RFOVERVAL_TRSWRX | BWN_PHY_RFOVERVAL_BW); in bwn_lo_calcfeed()
1940 rfover = BWN_PHY_RFOVERVAL_UNK | pga | lna | trsw_rx; in bwn_lo_calcfeed()
2013 uint16_t trsw_rx, pga; in bwn_lo_measure_txctl_values() local
2026 trsw_rx = 2; in bwn_lo_measure_txctl_values()
2031 trsw_rx = 0; in bwn_lo_measure_txctl_values()
2081 trsw_rx); in bwn_lo_measure_txctl_values()