Searched refs:tmp_max (Results 1 – 2 of 2) sorted by relevance
25 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local42 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()43 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()44 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
1946 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local1969 tmp_max = INT_MIN; in cyapa_gen5_read_idac_data()2076 tmp_max = max(value, tmp_max); in cyapa_gen5_read_idac_data()2114 *idac_max = tmp_max; in cyapa_gen5_read_idac_data()