Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c311 u32 next_ofs = offset_in_page(tl->hwsp_offset + TIMELINE_SEQNO_BYTES); in __intel_timeline_get_seqno() local
314 if (TIMELINE_SEQNO_BYTES <= BIT(5) && (next_ofs & BIT(5))) in __intel_timeline_get_seqno()
315 next_ofs = offset_in_page(next_ofs + BIT(5)); in __intel_timeline_get_seqno()
317 tl->hwsp_offset = i915_ggtt_offset(tl->hwsp_ggtt) + next_ofs; in __intel_timeline_get_seqno()
318 tl->hwsp_seqno = tl->hwsp_map + next_ofs; in __intel_timeline_get_seqno()
/openbmc/u-boot/cmd/
H A Donenand.c24 static loff_t next_ofs; variable
148 if (to == next_ofs) { in onenand_block_write()
149 next_ofs = to + len; in onenand_block_write()
152 next_ofs = to + len; in onenand_block_write()