Searched refs:DEC_8190_ALIGN_MASK (Results 1 – 3 of 3) sorted by relevance
263 (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) * 8; in cfg_parts()266 (mb_offset_bytes & DEC_8190_ALIGN_MASK); in cfg_parts()269 vdpu_write_relaxed(vpu, (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) in cfg_parts()297 dct_part_total_len += (dct_part_offset & DEC_8190_ALIGN_MASK); in cfg_parts()316 base_addr & (~DEC_8190_ALIGN_MASK)); in cfg_parts()319 (byte_offset & DEC_8190_ALIGN_MASK) * 8); in cfg_parts()
375 (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) * 8; in cfg_parts()378 (mb_offset_bytes & DEC_8190_ALIGN_MASK); in cfg_parts()381 vdpu_write_relaxed(vpu, (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) + in cfg_parts()399 dct_part_total_len += (dct_part_offset & DEC_8190_ALIGN_MASK); in cfg_parts()414 base_addr & (~DEC_8190_ALIGN_MASK)); in cfg_parts()417 (byte_offset & DEC_8190_ALIGN_MASK) * 8); in cfg_parts()
18 #define DEC_8190_ALIGN_MASK 0x07U macro