Searched refs:pg_therm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 1068 u8 pg_therm = 0xff, thermal[2] = {0}, path; in rtw8822c_thermal_trim() local 1071 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 1095 u8 pg_therm = 0xff, thermal[2] = {0}, path; in rtw8822c_thermal_trim() local 1098 rtw_read8_physical_efuse(rtwdev, rf_efuse[path], &pg_therm); in rtw8822c_thermal_trim() 1099 if (pg_therm == EFUSE_READ_FAIL) in rtw8822c_thermal_trim() 1104 thermal[path] = FIELD_GET(GENMASK(3, 1), pg_therm); in rtw8822c_thermal_trim() 1105 thermal[path] |= FIELD_PREP(BIT(3), pg_therm & BIT(0)); in rtw8822c_thermal_trim()
|
Completed in 13 milliseconds