Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c1077 u8 pg_therm = 0xff, thermal[2] = {0}, path; in rtw8822c_thermal_trim() local
1080 rtw_read8_physical_efuse(rtwdev, rf_efuse[path], &pg_therm); in rtw8822c_thermal_trim()
1081 if (pg_therm == EFUSE_READ_FAIL) in rtw8822c_thermal_trim()
1086 thermal[path] = FIELD_GET(GENMASK(3, 1), pg_therm); in rtw8822c_thermal_trim()
1087 thermal[path] |= FIELD_PREP(BIT(3), pg_therm & BIT(0)); in rtw8822c_thermal_trim()