Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1236 tg.tg_pga = (txgain >> 8) & 0xff; in bwn_phy_lp_bugfix()
2226 tg.tg_pga = (tmp & 0x0078) >> 3; in bwn_phy_lp_get_txgain()
2234 tg.tg_pga = (tmp >> 8) & 0xff; in bwn_phy_lp_get_txgain()
2252 (tg->tg_pad << 7) | (tg->tg_pga << 3) | tg->tg_gm); in bwn_phy_lp_set_txgain()
2260 (tg->tg_pga << 8) | tg->tg_gm); in bwn_phy_lp_set_txgain()
2263 BWN_PHY_WRITE(mac, BWN_PHY_OFDM(0xfc), (tg->tg_pga << 8) | tg->tg_gm); in bwn_phy_lp_set_txgain()
H A Dif_bwnvar.h414 uint16_t tg_pga; member