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

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c94 uint16_t txgm[2]; member in struct:bwn_nphy_txgains
102 uint16_t txgm; member in struct:bwn_nphy_iqcal_params
3682 params->txgm = target.txgm[core];
3689 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15);
3691 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa);
3697 (target.txgm[core] << 8);
3706 params->txgm = tbl_iqcal_gainparams[indx][i][1];
3709 params->cal_gain = (params->txgm << 7) | (params->pga << 4) |
5170 target.txgm[
[all...]

Completed in 176 milliseconds