Searched refs:TX_POWER_BASE (Results 1 – 6 of 6) sorted by relevance
882 txpwr_ref = ptxpwr_arg.txpwr_ref / TX_POWER_BASE; in rtw_mp_get_pwr_ref()905 txpwr_dbm = ptxpwr_arg.table_item / TX_POWER_BASE; in rtw_mp_get_pwrtab_dbm()
26 #define TX_POWER_BASE 4 /* dbm * 4 */ macro
889 txpwr_ref = ptxpwr_arg.txpwr_ref / TX_POWER_BASE; in rtw_mp_get_pwr_ref()912 txpwr_dbm = ptxpwr_arg.table_item / TX_POWER_BASE; in rtw_mp_get_pwrtab_dbm()
784 pset = int_num * TX_POWER_BASE + ((dec_num * TX_POWER_BASE) / 100); in rtw_mp_txpower()