Home
last modified time | relevance | path

Searched refs:tmp_max (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dwil_crash_dump.c25 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local
42 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()
/drivers/input/mouse/
Dcyapa_gen5.c1946 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local
1969 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()