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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c532 struct lcn_tx_gains tx_gains; local
539 tx_gains.gm_gain = 4;
540 tx_gains.pga_gain = 12;
541 tx_gains.pad_gain = 12;
542 tx_gains.dac_gain = 0;
545 tx_gains.gm_gain = 7;
546 tx_gains.pga_gain = 15;
547 tx_gains.pad_gain = 14;
548 tx_gains.dac_gain = 0;
551 b43_phy_lcn_set_tx_gain(dev, &tx_gains);
[all...]
H A Dphy_lp.c1176 struct lpphy_tx_gains tx_gains; local
1202 tx_gains = lpphy_get_tx_gains(dev);
1265 lpphy_set_tx_gains(dev, tx_gains);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3009 struct lcnphy_txgains tx_gains; local
3024 tx_gains.gm_gain = 4;
3025 tx_gains.pga_gain = 12;
3026 tx_gains.pad_gain = 12;
3027 tx_gains.dac_gain = 0;
3031 tx_gains.gm_gain = 7;
3032 tx_gains.pga_gain = 15;
3033 tx_gains.pad_gain = 14;
3034 tx_gains.dac_gain = 0;
3038 wlc_lcnphy_set_tx_gain(pi, &tx_gains);
[all...]

Completed in 115 milliseconds