Searched refs:atom_def_dst (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | atom.c | 90 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 641 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 894 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 910 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 89 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 637 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 926 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 942 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|