Home
last modified time | relevance | path

Searched refs:atom_arg_shift (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/radeon/
H A Datom.c72 static int atom_arg_shift[8] = { 0, 0, 8, 16, 0, 8, 16, 24 }; variable
338 val >>= atom_arg_shift[align]; in atom_get_src_int()
459 old_val &= atom_arg_mask[align] >> atom_arg_shift[align]; in atom_put_dst()
460 val <<= atom_arg_shift[align]; in atom_put_dst()
939 dst >>= atom_arg_shift[dst_align]; in atom_op_shl()
958 dst >>= atom_arg_shift[dst_align]; in atom_op_shr()
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Datom.c71 static int atom_arg_shift[8] = { 0, 0, 8, 16, 0, 8, 16, 24 }; variable
327 val >>= atom_arg_shift[align]; in atom_get_src_int()
448 old_val &= atom_arg_mask[align] >> atom_arg_shift[align]; in atom_put_dst()
449 val <<= atom_arg_shift[align]; in atom_put_dst()
960 dst >>= atom_arg_shift[dst_align]; in atom_op_shl()
979 dst >>= atom_arg_shift[dst_align]; in atom_op_shr()