Home
last modified time | relevance | path

Searched refs:p_dig_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_dig.c30 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_dig_go_up_check() local
31 u8 cur_ig_value = p_dig_t->cur_ig_value; in phydm_dig_go_up_check()
33 u8 rx_gain_range_max = p_dig_t->rx_gain_range_max; in phydm_dig_go_up_check()
43 max_cover_bond = DIG_MAX_BALANCE_MODE - p_dig_t->dig_upcheck_initial_value; in phydm_dig_go_up_check()
46 p_dig_t->dig_go_up_check_level = DIG_GOUPCHECK_LEVEL_0; in phydm_dig_go_up_check()
48 p_dig_t->dig_go_up_check_level = DIG_GOUPCHECK_LEVEL_1; in phydm_dig_go_up_check()
50 p_dig_t->dig_go_up_check_level = DIG_GOUPCHECK_LEVEL_2; in phydm_dig_go_up_check()
54 p_dig_t->dig_go_up_check_level, in phydm_dig_go_up_check()
58 if (p_dig_t->dig_go_up_check_level == DIG_GOUPCHECK_LEVEL_0) { in phydm_dig_go_up_check()
61 ret = ((p_dig_t->dig_level0_ratio_reciprocal * dig_cover_cnt) >= total_nhm_cnt) ? true : false; in phydm_dig_go_up_check()
[all …]
H A Dphydm_cck_pd.c142 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_cckpd() local
170 if (p_dig_t->cur_ig_value > 0x32) in phydm_cckpd()
172 else if (p_dig_t->cur_ig_value > 0x2a) in phydm_cckpd()
174 else if (p_dig_t->cur_ig_value > 0x24) in phydm_cckpd()
199 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_cckpd_new_cs_ratio() local
202 u8 igi_curr = p_dig_t->cur_ig_value; in phydm_cckpd_new_cs_ratio()
212 cs_ration = p_dig_t->aaa_default + AAA_BASE + AAA_STEP * 2; in phydm_cckpd_new_cs_ratio()
216 cs_ration = p_dig_t->aaa_default + AAA_BASE + AAA_STEP; in phydm_cckpd_new_cs_ratio()
220 cs_ration = p_dig_t->aaa_default + AAA_BASE; in phydm_cckpd_new_cs_ratio()
226 cs_ration = p_dig_t->aaa_default + AAA_STEP; in phydm_cckpd_new_cs_ratio()
[all …]
H A Dphydm_pow_train.c45 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_update_power_training_state() local
90 if ((p_dm->is_linked) && (p_dig_t->is_media_connect == false)) { in phydm_update_power_training_state()
H A Dphydm_adaptivity.c620 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_adaptivity() local
621 u8 igi = p_dig_t->cur_ig_value; in phydm_adaptivity()
744 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_pause_edcca() local
745 u8 IGI = p_dig_t->cur_ig_value; in phydm_pause_edcca()
H A Dphydm.c1360 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in odm_dm_reset() local
1363 phydm_set_edcca_threshold_api(p_dm, p_dig_t->cur_ig_value); in odm_dm_reset()
2330 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_cmn_info_query() local
2399 return p_dig_t->cur_ig_value; in phydm_cmn_info_query()
H A Dphydm_debug.c1098 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_basic_dbg_message() local
1193 …p_dm->is_linked, p_dm->number_linked_client, p_dm->rssi_min, p_dig_t->cur_ig_value, p_dm->noisy_de… in phydm_basic_dbg_message()
1840 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in phydm_enable_big_jump() local
1844 …odm_set_bb_reg(p_dm, 0x8c8, 0xfe, ((p_dig_t->big_jump_step3 << 5) | (p_dig_t->big_jump_step2 << 3)… in phydm_enable_big_jump()
H A Dphydm_antdiv.c2224 struct phydm_dig_struct *p_dig_t = &p_dm->dm_dig_table; in odm_hw_ant_div() local
2483 p_dig_t->ant_div_rssi_max = p_dm->rssi_min; in odm_hw_ant_div()
2485 p_dig_t->ant_div_rssi_max = ant_div_max_rssi; in odm_hw_ant_div()