Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.h97 s8 ref_temp; member
H A Ddebugfs.c89 seq_printf(file, "Reference temp: %hhx\n", dev->ee->ref_temp); in mt7601u_eeprom_param_show()
H A Deeprom.c381 dev->ee->ref_temp = eeprom[MT_EE_REF_TEMP]; in mt7601u_eeprom_init()
H A Dphy.c726 temp = (dev->raw_temp - dev->ee->ref_temp) * MT_EE_TEMPERATURE_SLOPE; in mt7601u_temp_comp()
1128 dev->curr_temp = (dev->raw_temp - dev->ee->ref_temp) * in mt7601u_init_cal()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945.c1561 int ref_temp; in il3945_hw_reg_comp_txpower_temp() local
1574 ref_temp = (s16) eeprom->groups[ch_info->group_idx].temperature; in il3945_hw_reg_comp_txpower_temp()
1579 il3945_hw_reg_adjust_power_by_temp(temperature, ref_temp); in il3945_hw_reg_comp_txpower_temp()