Home
last modified time | relevance | path

Searched refs:cur_thres (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.h223 u8 cur_thres);
H A Ddm.c268 void rtl92ee_dm_write_cck_cca_thres(struct ieee80211_hw *hw, u8 cur_thres) in rtl92ee_dm_write_cck_cca_thres() argument
273 if (dm_dig->cur_cck_cca_thres != cur_thres) in rtl92ee_dm_write_cck_cca_thres()
274 rtl_write_byte(rtlpriv, DM_REG_CCK_CCA_11N, cur_thres); in rtl92ee_dm_write_cck_cca_thres()
277 dm_dig->cur_cck_cca_thres = cur_thres; in rtl92ee_dm_write_cck_cca_thres()