Home
last modified time | relevance | path

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

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