Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_tssi_8822c.c270 u8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_calculate_set_thermal_codeword_8822c() local
308 …odm_move_memory(dm, thermal_down_a, cali_info->delta_swing_table_idx_2g_cck_a_n, sizeof(thermal_do… in _halrf_calculate_set_thermal_codeword_8822c()
313 …odm_move_memory(dm, thermal_down_a, cali_info->delta_swing_table_idx_2ga_n, sizeof(thermal_down_a)… in _halrf_calculate_set_thermal_codeword_8822c()
318 …odm_move_memory(dm, thermal_down_a, cali_info->delta_swing_table_idx_5ga_n[0], sizeof(thermal_down… in _halrf_calculate_set_thermal_codeword_8822c()
323 …odm_move_memory(dm, thermal_down_a, cali_info->delta_swing_table_idx_5ga_n[1], sizeof(thermal_down… in _halrf_calculate_set_thermal_codeword_8822c()
328 …odm_move_memory(dm, thermal_down_a, cali_info->delta_swing_table_idx_5ga_n[2], sizeof(thermal_down… in _halrf_calculate_set_thermal_codeword_8822c()
373 thermal_offset[j] = thermal_down_a[i++]; in _halrf_calculate_set_thermal_codeword_8822c()
375 thermal_offset[j] = thermal_down_a[DELTA_SWINGIDX_SIZE - 1]; in _halrf_calculate_set_thermal_codeword_8822c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c358 s8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_tssi_set_tmeter_tbl_8852b() local
406 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_2ga_n, sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
411 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_5ga_n[0], sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
416 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_5ga_n[1], sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
421 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_5ga_n[2], sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
467 thermal_offset[j] = -1 * thermal_down_a[i++]; in _halrf_tssi_set_tmeter_tbl_8852b()
469 thermal_offset[j] = -1 * thermal_down_a[DELTA_SWINGIDX_SIZE - 1]; in _halrf_tssi_set_tmeter_tbl_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c358 s8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_tssi_set_tmeter_tbl_8852b() local
406 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_2ga_n, sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
411 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_5ga_n[0], sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
416 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_5ga_n[1], sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
421 hal_mem_cpy(hal, thermal_down_a, pwr_trk->delta_swing_table_idx_5ga_n[2], sizeof(thermal_down_a)); in _halrf_tssi_set_tmeter_tbl_8852b()
467 thermal_offset[j] = -1 * thermal_down_a[i++]; in _halrf_tssi_set_tmeter_tbl_8852b()
469 thermal_offset[j] = -1 * thermal_down_a[DELTA_SWINGIDX_SIZE - 1]; in _halrf_tssi_set_tmeter_tbl_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/
H A Dhalrf.c4315 u8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_get_power_offset_by_thermal_8723f() local
4362 odm_move_memory(dm, thermal_down_a, txagc_offset_2g_cck_a_n, sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4367 odm_move_memory(dm, thermal_down_a, txagc_offset_2ga_n, sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4375 odm_move_memory(dm, thermal_down_a, txagc_offset_5ga_n[0], sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4378 odm_move_memory(dm, thermal_down_a, txagc_offset_5ga_n[1], sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4381 odm_move_memory(dm, thermal_down_a, txagc_offset_5ga_n[2], sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4391 power_offset = thermal_down_a[i]; in _halrf_get_power_offset_by_thermal_8723f()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/
H A Dhalrf.c4322 u8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_get_power_offset_by_thermal_8723f() local
4369 odm_move_memory(dm, thermal_down_a, txagc_offset_2g_cck_a_n, sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4374 odm_move_memory(dm, thermal_down_a, txagc_offset_2ga_n, sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4382 odm_move_memory(dm, thermal_down_a, txagc_offset_5ga_n[0], sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4385 odm_move_memory(dm, thermal_down_a, txagc_offset_5ga_n[1], sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4388 odm_move_memory(dm, thermal_down_a, txagc_offset_5ga_n[2], sizeof(thermal_down_a)); in _halrf_get_power_offset_by_thermal_8723f()
4398 power_offset = thermal_down_a[i]; in _halrf_get_power_offset_by_thermal_8723f()