Searched refs:DEC_8190_ALIGN_MASK (Results 1 – 3 of 3) sorted by relevance
264 (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) * 8; in cfg_parts()267 (mb_offset_bytes & DEC_8190_ALIGN_MASK); in cfg_parts()270 vdpu_write_relaxed(vpu, (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) in cfg_parts()298 dct_part_total_len += (dct_part_offset & DEC_8190_ALIGN_MASK); in cfg_parts()317 base_addr & (~DEC_8190_ALIGN_MASK)); in cfg_parts()320 (byte_offset & DEC_8190_ALIGN_MASK) * 8); in cfg_parts()
376 (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) * 8; in cfg_parts()379 (mb_offset_bytes & DEC_8190_ALIGN_MASK); in cfg_parts()382 vdpu_write_relaxed(vpu, (mb_offset_bytes & (~DEC_8190_ALIGN_MASK)) + in cfg_parts()400 dct_part_total_len += (dct_part_offset & DEC_8190_ALIGN_MASK); in cfg_parts()415 base_addr & (~DEC_8190_ALIGN_MASK)); in cfg_parts()418 (byte_offset & DEC_8190_ALIGN_MASK) * 8); in cfg_parts()
19 #define DEC_8190_ALIGN_MASK 0x07U macro