Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_tssi_8822c.c2230 u32 thermal_tmp, pg_tmp; in halrf_get_efuse_thermal_pwrtype_8822c() local
2244 odm_efuse_logical_map_read(dm, 1, 0xc8, &pg_tmp); in halrf_get_efuse_thermal_pwrtype_8822c()
2245 if (((pg_tmp >> 4) & 0xf) == 0xf) in halrf_get_efuse_thermal_pwrtype_8822c()
2248 rf->power_track_type = (u8)((pg_tmp >> 4) & 0xf); in halrf_get_efuse_thermal_pwrtype_8822c()