Searched refs:curr_bit (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c88 unsigned long curr_bit = bit_offset; local
96 while (curr_bit < num_bits) {
97 *pos = bitmap_find_next_zero_area(map, num_bits, curr_bit, w,
102 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset;
108 curr_bit = ALIGN(*pos, slot_stride) + bit_offset;
140 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset;
142 curr_bit = *pos + a + 1;

Completed in 170 milliseconds