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

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c93 uint16_t tx_lpf[2]; member in struct:bwn_nphy_txgains
101 uint16_t tx_lpf; member in struct:bwn_nphy_iqcal_params
3681 params->tx_lpf = target.tx_lpf[core]; /* Rev 7+ */
3689 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15);
5171 target.tx_lpf[i] = (curr_gain[i] & 0x8000) >> 15;
5204 target.tx_lpf[i] = (table[index[i]] >> 31) & 0x1;

Completed in 58 milliseconds