Home
last modified time | relevance | path

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

/drivers/gpu/drm/omapdrm/
Dtcm-sita.c94 unsigned long slots_per_band = PAGE_SIZE / slot_bytes; in l2r_t2b() local
109 if (bit_offset > 0 && (*pos % slots_per_band != bit_offset)) { in l2r_t2b()
110 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()
148 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()