Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c2211 uint16_t trsw = (tx << 1) | rx; in bwn_phy_lp_set_trsw_over() local
2213 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffc, trsw); in bwn_phy_lp_set_trsw_over()
2222 uint16_t ext_lna, high_gain, lna, low_gain, trsw, tmp; in bwn_phy_lp_set_rxgain() local
2225 trsw = gain & 0x1; in bwn_phy_lp_set_rxgain()
2229 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffe, trsw); in bwn_phy_lp_set_rxgain()
2239 trsw = ~(gain >> 20) & 0x1; in bwn_phy_lp_set_rxgain()
2241 BWN_PHY_SETMASK(mac, BWN_PHY_RF_OVERRIDE_VAL_0, 0xfffe, trsw); in bwn_phy_lp_set_rxgain()