Searched refs:next_ofs (Results 1 – 2 of 2) sorted by relevance
311 u32 next_ofs = offset_in_page(tl->hwsp_offset + TIMELINE_SEQNO_BYTES); in __intel_timeline_get_seqno() local314 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()
24 static loff_t next_ofs; variable148 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()