Searched refs:atom_def_dst (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| A 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()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | atom.c | 90 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 638 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 927 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 943 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
Completed in 10 milliseconds