Searched refs:current_temp (Results 1 – 3 of 3) sorted by relevance
1027 s32 current_temp; in il4965_fill_txpower_tbl() local1121 current_temp = max(il->temperature, IL_TX_POWER_TEMPERATURE_MIN); in il4965_fill_txpower_tbl()1122 current_temp = min(il->temperature, IL_TX_POWER_TEMPERATURE_MAX); in il4965_fill_txpower_tbl()1123 current_temp = KELVIN_TO_CELSIUS(current_temp); in il4965_fill_txpower_tbl()1139 il4965_math_div_round((current_temp - in il4965_fill_txpower_tbl()1149 factory_temp, current_temp, temperature_comp[c]); in il4965_fill_txpower_tbl()
1336 s32 current_temp = state->temperature; in dib0090_get_wbd_target() local1345 if (current_temp < 0) in dib0090_get_wbd_target()1346 current_temp = 0; in dib0090_get_wbd_target()1347 if (current_temp > 128) in dib0090_get_wbd_target()1348 current_temp = 128; in dib0090_get_wbd_target()1361 wbd_tcold += ((wbd_thot - wbd_tcold) * current_temp) >> 7; in dib0090_get_wbd_target()
98 u8 current_temp; /* 0x07 */ member