Searched refs:offset_aligned (Results 1 – 1 of 1) sorted by relevance
1085 u32 offset, offset_aligned; in intel_compute_aligned_offset() local1109 offset_aligned = offset; in intel_compute_aligned_offset()1111 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()1115 offset, offset_aligned); in intel_compute_aligned_offset()1118 offset_aligned = offset; in intel_compute_aligned_offset()1120 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()1128 return offset_aligned; in intel_compute_aligned_offset()