Searched refs:trsw (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/bwi/
H A Dbwirf.c392 uint16_t trsw; local
480 * Find out 'trsw', which will be used to calculate
485 trsw = 0x1b;
487 trsw -= 3;
492 trsw = 0x18;
518 rf->rf_rx_gain = trsw * 2;
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c2282 uint16_t trsw = (tx << 1) | rx; local
2284 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffc, trsw);
2293 uint16_t ext_lna, high_gain, lna, low_gain, trsw, tmp; local
2296 trsw = gain & 0x1;
2300 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffe, trsw);
2310 trsw = ~(gain >> 20) & 0x1;
2312 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffe, trsw);

Completed in 123 milliseconds