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

/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c4934 uint16_t trsw_rx; local
5035 trsw_rx = 0x1b;
5041 trsw_rx -= 3;
5046 trsw_rx = 0x18;
5078 pg->pg_trsw_rx_gain = trsw_rx * 2;
5887 uint16_t lna, uint16_t pga, uint16_t trsw_rx)
5903 trsw_rx &= (BWN_PHY_RFOVERVAL_TRSWRX | BWN_PHY_RFOVERVAL_BW);
5905 rfover = BWN_PHY_RFOVERVAL_UNK | pga | lna | trsw_rx;
5978 uint16_t trsw_rx, pga; local
5991 trsw_rx
5886 bwn_lo_calcfeed(struct bwn_mac *mac, uint16_t lna, uint16_t pga, uint16_t trsw_rx) argument
6102 int trsw_rx = 0; local
[all...]

Completed in 122 milliseconds