Searched refs:atom_def_dst (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | atom.c | 86 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() 890 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 906 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 85 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 633 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 921 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 937 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|