Searched refs:thermal_up_a (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/ |
| H A D | halrf_tssi_8822c.c | 270 u8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_calculate_set_thermal_codeword_8822c() local 307 …odm_move_memory(dm, thermal_up_a, cali_info->delta_swing_table_idx_2g_cck_a_p, sizeof(thermal_up_a… in _halrf_calculate_set_thermal_codeword_8822c() 312 odm_move_memory(dm, thermal_up_a, cali_info->delta_swing_table_idx_2ga_p, sizeof(thermal_up_a)); in _halrf_calculate_set_thermal_codeword_8822c() 317 …odm_move_memory(dm, thermal_up_a, cali_info->delta_swing_table_idx_5ga_p[0], sizeof(thermal_up_a)); in _halrf_calculate_set_thermal_codeword_8822c() 322 …odm_move_memory(dm, thermal_up_a, cali_info->delta_swing_table_idx_5ga_p[1], sizeof(thermal_up_a)); in _halrf_calculate_set_thermal_codeword_8822c() 327 …odm_move_memory(dm, thermal_up_a, cali_info->delta_swing_table_idx_5ga_p[2], sizeof(thermal_up_a)); in _halrf_calculate_set_thermal_codeword_8822c() 381 thermal_offset[j] = -1 * thermal_up_a[i++]; in _halrf_calculate_set_thermal_codeword_8822c() 383 thermal_offset[j] = -1 * thermal_up_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 D | halrf_tssi_8852b.c | 358 s8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_tssi_set_tmeter_tbl_8852b() local 405 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_2ga_p, sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 410 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_5ga_p[0], sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 415 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_5ga_p[1], sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 420 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_5ga_p[2], sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 475 thermal_offset[j] = thermal_up_a[i++]; in _halrf_tssi_set_tmeter_tbl_8852b() 477 thermal_offset[j] = thermal_up_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 D | halrf_tssi_8852b.c | 358 s8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_tssi_set_tmeter_tbl_8852b() local 405 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_2ga_p, sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 410 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_5ga_p[0], sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 415 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_5ga_p[1], sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 420 hal_mem_cpy(hal, thermal_up_a, pwr_trk->delta_swing_table_idx_5ga_p[2], sizeof(thermal_up_a)); in _halrf_tssi_set_tmeter_tbl_8852b() 475 thermal_offset[j] = thermal_up_a[i++]; in _halrf_tssi_set_tmeter_tbl_8852b() 477 thermal_offset[j] = thermal_up_a[DELTA_SWINGIDX_SIZE - 1]; in _halrf_tssi_set_tmeter_tbl_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/ |
| H A D | halrf.c | 4315 u8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_get_power_offset_by_thermal_8723f() local 4361 odm_move_memory(dm, thermal_up_a, txagc_offset_2g_cck_a_p, sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4366 odm_move_memory(dm, thermal_up_a, txagc_offset_2ga_p, sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4374 odm_move_memory(dm, thermal_up_a, txagc_offset_5ga_p[0], sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4377 odm_move_memory(dm, thermal_up_a, txagc_offset_5ga_p[1], sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4380 odm_move_memory(dm, thermal_up_a, txagc_offset_5ga_p[2], sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4403 power_offset = thermal_up_a[i]; in _halrf_get_power_offset_by_thermal_8723f()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/ |
| H A D | halrf.c | 4322 u8 thermal_up_a[DELTA_SWINGIDX_SIZE] = {0}, thermal_down_a[DELTA_SWINGIDX_SIZE] = {0}; in _halrf_get_power_offset_by_thermal_8723f() local 4368 odm_move_memory(dm, thermal_up_a, txagc_offset_2g_cck_a_p, sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4373 odm_move_memory(dm, thermal_up_a, txagc_offset_2ga_p, sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4381 odm_move_memory(dm, thermal_up_a, txagc_offset_5ga_p[0], sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4384 odm_move_memory(dm, thermal_up_a, txagc_offset_5ga_p[1], sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4387 odm_move_memory(dm, thermal_up_a, txagc_offset_5ga_p[2], sizeof(thermal_up_a)); in _halrf_get_power_offset_by_thermal_8723f() 4410 power_offset = thermal_up_a[i]; in _halrf_get_power_offset_by_thermal_8723f()
|