Searched refs:offset_aligned (Results 1 – 1 of 1) sorted by relevance
489 u32 offset, offset_aligned; in intel_compute_aligned_offset() local513 offset_aligned = offset; in intel_compute_aligned_offset()515 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()519 offset, offset_aligned); in intel_compute_aligned_offset()522 offset_aligned = offset; in intel_compute_aligned_offset()524 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()532 return offset_aligned; in intel_compute_aligned_offset()
Completed in 21 milliseconds