Searched refs:offset_aligned (Results 1 – 1 of 1) sorted by relevance
2474 u32 offset, offset_aligned; in intel_compute_aligned_offset() local2498 offset_aligned = offset; in intel_compute_aligned_offset()2500 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()2504 offset, offset_aligned); in intel_compute_aligned_offset()2507 offset_aligned = offset; in intel_compute_aligned_offset()2509 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()2517 return offset_aligned; in intel_compute_aligned_offset()