Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c713 int temp_value; in s1394_bandwidth_alloc() local
761 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() local
980 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()