Searched refs:temp_value (Results 1 – 1 of 1) sorted by relevance
713 int temp_value; in s1394_bandwidth_alloc() local761 temp_value = (old_value - bw_alloc_units); in s1394_bandwidth_alloc()763 (temp_value >= IEEE1394_BANDWIDTH_MIN)) { in s1394_bandwidth_alloc()765 swap = (uint32_t)temp_value; in s1394_bandwidth_alloc()933 uint32_t temp_value; in s1394_bandwidth_free() local980 temp_value = (old_value + bw_alloc_units); in s1394_bandwidth_free()981 if ((temp_value >= old_value) && in s1394_bandwidth_free()982 (temp_value <= IEEE1394_BANDWIDTH_MAX)) { in s1394_bandwidth_free()984 swap = temp_value; in s1394_bandwidth_free()