Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_debug.c444 s32 short_cfo_a = 0, short_cfo_b = 0, long_cfo_a = 0, long_cfo_b = 0; in phydm_bb_debug_info_n_series() local
512 short_cfo_a = (s32)((value32 & 0x0fff0000) >> 16); in phydm_bb_debug_info_n_series()
518 if (short_cfo_a > 2047) in phydm_bb_debug_info_n_series()
519 short_cfo_a = short_cfo_a - 4096; in phydm_bb_debug_info_n_series()
523 short_cfo_a = (short_cfo_a * 312500) / 2048; in phydm_bb_debug_info_n_series()
540 "Short CFO(Hz) <A/B>", short_cfo_a, short_cfo_b); in phydm_bb_debug_info_n_series()