curr_bit           96 drivers/gpu/drm/omapdrm/tcm-sita.c 	unsigned long curr_bit = bit_offset;
curr_bit          104 drivers/gpu/drm/omapdrm/tcm-sita.c 	while (curr_bit < num_bits) {
curr_bit          105 drivers/gpu/drm/omapdrm/tcm-sita.c 		*pos = bitmap_find_next_zero_area(map, num_bits, curr_bit, w,
curr_bit          110 drivers/gpu/drm/omapdrm/tcm-sita.c 			curr_bit = ALIGN(*pos, slots_per_band) + bit_offset;
curr_bit          116 drivers/gpu/drm/omapdrm/tcm-sita.c 			curr_bit = ALIGN(*pos, slot_stride) + bit_offset;
curr_bit          148 drivers/gpu/drm/omapdrm/tcm-sita.c 			curr_bit = ALIGN(*pos, slots_per_band) + bit_offset;
curr_bit          150 drivers/gpu/drm/omapdrm/tcm-sita.c 			curr_bit = *pos + a + 1;