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

/freebsd-10.1-release/sys/dev/bwi/
H A Dbwirf.c389 uint16_t trsw; local
477 * Find out 'trsw', which will be used to calculate
482 trsw = 0x1b;
484 trsw -= 3;
489 trsw = 0x18;
515 rf->rf_rx_gain = trsw * 2;
/freebsd-10.1-release/sys/dev/bwn/
H A Dif_bwn.c12659 uint16_t trsw = (tx << 1) | rx; local
12661 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffc, trsw);
12671 uint16_t ext_lna, high_gain, lna, low_gain, trsw, tmp; local
12674 trsw = gain & 0x1;
12678 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffe, trsw);
12688 trsw = ~(gain >> 20) & 0x1;
12690 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffe, trsw);

Completed in 133 milliseconds