Searched refs:pg_therm (Results 1 – 1 of 1) sorted by relevance
1068 u8 pg_therm = 0xff, thermal[2] = {0}, path; in rtw8822c_thermal_trim() local1071 rtw_read8_physical_efuse(rtwdev, rf_efuse[path], &pg_therm); in rtw8822c_thermal_trim()1072 if (pg_therm == EFUSE_READ_FAIL) in rtw8822c_thermal_trim()1077 thermal[path] = FIELD_GET(GENMASK(3, 1), pg_therm); in rtw8822c_thermal_trim()1078 thermal[path] |= FIELD_PREP(BIT(3), pg_therm & BIT(0)); in rtw8822c_thermal_trim()