Lines Matching refs:swap
297 uint32_t swap; in s1394_channel_alloc() local
345 swap = old_value & (~channel_mask); in s1394_channel_alloc()
349 offset, compare, swap, &old_value); in s1394_channel_alloc()
452 uint32_t swap; in s1394_channel_free() local
500 swap = old_value | channel_mask; in s1394_channel_free()
504 offset, compare, swap, &old_value); in s1394_channel_free()
597 uint32_t swap; in s1394_bandwidth_alloc() local
643 swap = (uint32_t)temp_value; in s1394_bandwidth_alloc()
652 IEEE1394_CSR_OFFSET_MASK), compare, swap, in s1394_bandwidth_alloc()
775 uint32_t swap; in s1394_bandwidth_free() local
818 swap = temp_value; in s1394_bandwidth_free()
827 IEEE1394_CSR_OFFSET_MASK), compare, swap, in s1394_bandwidth_free()