Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_tssi_8822c.c268 u32 thermal_offset_tmp = 0, thermal_offset_index = 0x10, thermal_tmp = 0xff, tmp; in _halrf_calculate_set_thermal_codeword_8822c() local
334 odm_efuse_logical_map_read(dm, 1, 0xd0, &thermal_tmp); in _halrf_calculate_set_thermal_codeword_8822c()
336 thermal = (u8)thermal_tmp; in _halrf_calculate_set_thermal_codeword_8822c()
414 odm_efuse_logical_map_read(dm, 1, 0xd1, &thermal_tmp); in _halrf_calculate_set_thermal_codeword_8822c()
416 thermal = (u8)thermal_tmp; in _halrf_calculate_set_thermal_codeword_8822c()
2230 u32 thermal_tmp, pg_tmp; in halrf_get_efuse_thermal_pwrtype_8822c() local
2236 odm_efuse_logical_map_read(dm, 1, 0xd0, &thermal_tmp); in halrf_get_efuse_thermal_pwrtype_8822c()
2237 tssi->thermal[RF_PATH_A] = (u8)thermal_tmp; in halrf_get_efuse_thermal_pwrtype_8822c()
2240 odm_efuse_logical_map_read(dm, 1, 0xd1, &thermal_tmp); in halrf_get_efuse_thermal_pwrtype_8822c()
2241 tssi->thermal[RF_PATH_B] = (u8)thermal_tmp; in halrf_get_efuse_thermal_pwrtype_8822c()
H A Dhalrf_iqk_8822c.c270 u32 thermal_tmp; in _iqk_get_efuse_thermal_8822c() local
274 odm_efuse_logical_map_read(dm, 1, 0xd0, &thermal_tmp); in _iqk_get_efuse_thermal_8822c()
276 odm_efuse_logical_map_read(dm, 1, 0xd1, &thermal_tmp); in _iqk_get_efuse_thermal_8822c()
277 eeprom_thermal = (u8)thermal_tmp; in _iqk_get_efuse_thermal_8822c()