Searched refs:thermal_offset_tmp (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/ |
| H A D | halrf_tssi_8822c.c | 268 u32 thermal_offset_tmp = 0, thermal_offset_index = 0x10, thermal_tmp = 0xff, tmp; in _halrf_calculate_set_thermal_codeword_8822c() local 280 thermal_offset_tmp = 0; in _halrf_calculate_set_thermal_codeword_8822c() 282 thermal_offset_tmp = thermal_offset_tmp | ((thermal_offset[i++] & 0x3f) << j); in _halrf_calculate_set_thermal_codeword_8822c() 284 thermal_offset_tmp = thermal_offset_tmp | ((tmp++ & 0xff) << 24); in _halrf_calculate_set_thermal_codeword_8822c() 286 odm_set_bb_reg(dm, 0x18f4, MASKDWORD, thermal_offset_tmp); in _halrf_calculate_set_thermal_codeword_8822c() 287 odm_set_bb_reg(dm, 0x41f4, MASKDWORD, thermal_offset_tmp); in _halrf_calculate_set_thermal_codeword_8822c() 291 __func__, 0x18f4, thermal_offset_tmp); in _halrf_calculate_set_thermal_codeword_8822c() 295 __func__, 0x41f4, thermal_offset_tmp); in _halrf_calculate_set_thermal_codeword_8822c() 346 thermal_offset_tmp = 0; in _halrf_calculate_set_thermal_codeword_8822c() 348 thermal_offset_tmp = thermal_offset_tmp | ((thermal_offset[i++] & 0x3f) << j); in _halrf_calculate_set_thermal_codeword_8822c() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_tssi_8852b.c | 356 u32 thermal_offset_tmp = 0; in _halrf_tssi_set_tmeter_tbl_8852b() local 376 thermal_offset_tmp = (thermal_offset[i] & 0xff) | in _halrf_tssi_set_tmeter_tbl_8852b() 381 halrf_wreg(rf, (0x5c00 + i), MASKDWORD, thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 382 halrf_wreg(rf, (0x7c00 + i), MASKDWORD, thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 386 (0x5c00 + i), thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 390 (0x7c00 + i), thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 445 thermal_offset_tmp = (thermal_offset[i] & 0xff) | in _halrf_tssi_set_tmeter_tbl_8852b() 450 halrf_wreg(rf, (0x5c00 + i), MASKDWORD, thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 454 (0x5c00 + i), thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 488 thermal_offset_tmp = (thermal_offset[i] & 0xff) | in _halrf_tssi_set_tmeter_tbl_8852b() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_tssi_8852b.c | 356 u32 thermal_offset_tmp = 0; in _halrf_tssi_set_tmeter_tbl_8852b() local 376 thermal_offset_tmp = (thermal_offset[i] & 0xff) | in _halrf_tssi_set_tmeter_tbl_8852b() 381 halrf_wreg(rf, (0x5c00 + i), MASKDWORD, thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 382 halrf_wreg(rf, (0x7c00 + i), MASKDWORD, thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 386 (0x5c00 + i), thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 390 (0x7c00 + i), thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 445 thermal_offset_tmp = (thermal_offset[i] & 0xff) | in _halrf_tssi_set_tmeter_tbl_8852b() 450 halrf_wreg(rf, (0x5c00 + i), MASKDWORD, thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 454 (0x5c00 + i), thermal_offset_tmp); in _halrf_tssi_set_tmeter_tbl_8852b() 488 thermal_offset_tmp = (thermal_offset[i] & 0xff) | in _halrf_tssi_set_tmeter_tbl_8852b() [all …]
|