Searched refs:current_temp (Results 1 – 5 of 5) sorted by relevance
1011 s32 current_temp; in il4965_fill_txpower_tbl() local1105 current_temp = max(il->temperature, IL_TX_POWER_TEMPERATURE_MIN); in il4965_fill_txpower_tbl()1106 current_temp = min(il->temperature, IL_TX_POWER_TEMPERATURE_MAX); in il4965_fill_txpower_tbl()1107 current_temp = kelvin_to_celsius(current_temp); in il4965_fill_txpower_tbl()1123 il4965_math_div_round((current_temp - in il4965_fill_txpower_tbl()1133 factory_temp, current_temp, temperature_comp[c]); in il4965_fill_txpower_tbl()
208 s8 current_temp; member
250 body->data.rx_stats.current_temp); in hif_generic_indication()
1332 s32 current_temp = state->temperature; in dib0090_get_wbd_target() local1341 if (current_temp < 0) in dib0090_get_wbd_target()1342 current_temp = 0; in dib0090_get_wbd_target()1343 if (current_temp > 128) in dib0090_get_wbd_target()1344 current_temp = 128; in dib0090_get_wbd_target()1357 wbd_tcold += ((wbd_thot - wbd_tcold) * current_temp) >> 7; in dib0090_get_wbd_target()
96 u8 current_temp; /* 0x07 */ member