Lines Matching +full:5 +full:- +full:byte
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
6 // Copyright(c) 2018-2022 Intel Corporation. All rights reserved.
12 #include <linux/io-64-nonatomic-lo-hi.h>
16 #include "sof-utils.h"
34 dmab->area, size, pages); in snd_sof_create_page_table()
39 * idx determines the byte position within page_table in snd_sof_create_page_table()
44 u32 idx = (5 * i) >> 1; in snd_sof_create_page_table()
52 * byte 0 byte 1 byte 2 byte 3 byte 4 byte 5 in snd_sof_create_page_table()
57 * 2. put pfn[i] at current location in Little Endian byte order in snd_sof_create_page_table()
60 * 4. put x at offset (current location + 2) in LE byte order in snd_sof_create_page_table()
61 * 5. increment current location by 5 bytes, increment i by 2 in snd_sof_create_page_table()