Searched defs:txgm (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/b43/
H A Dphy_n.c41 u16 txgm[2]; member in struct:nphy_txgains
49 u16 txgm; member in struct:nphy_iqcal_params
3572 params->txgm = target.txgm[core];
3579 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15);
3581 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa);
3587 (target.txgm[core] << 8);
3596 params->txgm = tbl_iqcal_gainparams[indx][i][1];
3599 params->cal_gain = (params->txgm << 7) | (params->pga << 4) |
5040 target.txgm[
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h439 u16 txgm[2]; member in struct:nphy_txgains
H A Dphy_n.c184 u16 txgm; member in struct:nphy_iqcal_params
23412 target_gain.txgm[core_no] =
23423 target_gain.txgm[core_no] =
23432 target_gain.txgm[core_no] =
23458 target_gain.txgm[core_no] =
23479 target_gain.txgm[core_no] =
23494 target_gain.txgm[core_no] =
23518 params->txgm = target_gain.txgm[core_no];
23524 ((params->txlpf << 15) | (params->txgm << 1
[all...]

Completed in 158 milliseconds