Home
last modified time | relevance | path

Searched refs:TX_BB_GAIN_TABLE_LEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.h160 extern const u32 dm_tx_bb_gain[TX_BB_GAIN_TABLE_LEN];
H A Drtl_core.h83 #define TX_BB_GAIN_TABLE_LEN 37 macro
H A Drtl_dm.c49 const u32 dm_tx_bb_gain[TX_BB_GAIN_TABLE_LEN] = {
492 if (p->rfa_txpowertrackingindex < (TX_BB_GAIN_TABLE_LEN - 1)) { in _rtl92e_dm_tx_update_tssi_strong_signal()
501 dm_tx_bb_gain[TX_BB_GAIN_TABLE_LEN - 1]); in _rtl92e_dm_tx_update_tssi_strong_signal()
H A Dr8192E_dev.c673 for (i = 0; i < TX_BB_GAIN_TABLE_LEN; i++) { in rtl92e_start_adapter()