Searched refs:offset_aligned (Results 1 – 1 of 1) sorted by relevance
997 u32 offset, offset_aligned; in intel_compute_aligned_offset() local1021 offset_aligned = offset; in intel_compute_aligned_offset()1023 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()1027 offset, offset_aligned); in intel_compute_aligned_offset()1030 offset_aligned = offset; in intel_compute_aligned_offset()1032 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()1040 return offset_aligned; in intel_compute_aligned_offset()