Searched refs:p_cfo_track (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_cfotracking.c | 25 …struct phydm_cfo_track_struct *p_cfo_track = (struct phydm_cfo_track_struct *)phydm_get_structu… in phydm_set_crystal_cap() local 27 if (p_cfo_track->crystal_cap == crystal_cap) in phydm_set_crystal_cap() 31 p_cfo_track->crystal_cap = crystal_cap; in phydm_set_crystal_cap() 81 PHYDM_DBG(p_dm, DBG_CFO_TRK, ("Set rystal_cap = 0x%x\n", p_cfo_track->crystal_cap)); in phydm_set_crystal_cap() 122 …struct phydm_cfo_track_struct *p_cfo_track = (struct phydm_cfo_track_struct *)phydm_get_structu… in odm_set_atc_status() local 124 if (p_cfo_track->is_atc_status == atc_status) in odm_set_atc_status() 128 p_cfo_track->is_atc_status = atc_status; in odm_set_atc_status() 149 …struct phydm_cfo_track_struct *p_cfo_track = (struct phydm_cfo_track_struct *)phydm_get_structu… in odm_cfo_tracking_reset() local 151 p_cfo_track->def_x_cap = odm_get_default_crytaltal_cap(p_dm); in odm_cfo_tracking_reset() 152 p_cfo_track->is_adjust = true; in odm_cfo_tracking_reset() [all …]
|
| H A D | phydm_debug.c | 1097 …struct phydm_cfo_track_struct *p_cfo_track = (struct phydm_cfo_track_struct *)phydm_get_structu… in phydm_basic_dbg_message() local 1159 … = (p_cfo_track->crystal_cap > p_cfo_track->def_x_cap) ? (p_cfo_track->crystal_cap - p_cfo_track->… in phydm_basic_dbg_message() 1161 …p_cfo_track->CFO_ave_pre, ((p_cfo_track->crystal_cap > p_cfo_track->def_x_cap) ? "+" : "-"), tmp_v… in phydm_basic_dbg_message() 1971 …struct phydm_cfo_track_struct *p_cfo_track = (struct phydm_cfo_track_struct *)phydm_get_structu… in phydm_parameter_adjust() local 1979 …PHYDM_SNPRINTF((output + used, out_len - used, "1. X_cap = ((0x%x))\n", p_cfo_track->crystal_cap)); in phydm_parameter_adjust() 1989 PHYDM_SNPRINTF((output + used, out_len - used, "X_cap = ((0x%x))\n", p_cfo_track->crystal_cap)); in phydm_parameter_adjust()
|