Searched refs:atom_get_src_direct (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | atom.c | 416 static uint32_t atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) in atom_get_src_direct() function 771 mask = atom_get_src_direct(ctx, ((attr >> 3) & 7), ptr); in atom_op_mask() 913 shift = atom_get_src_direct(ctx, ATOM_SRC_BYTE0, ptr); in atom_op_shift_left() 929 shift = atom_get_src_direct(ctx, ATOM_SRC_BYTE0, ptr); in atom_op_shift_right()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_atom.c | 413 static uint32_t atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) in atom_get_src_direct() function 790 mask = atom_get_src_direct(ctx, ((attr >> 3) & 7), ptr); in atom_op_mask() 946 shift = atom_get_src_direct(ctx, ATOM_SRC_BYTE0, ptr); in atom_op_shift_left() 962 shift = atom_get_src_direct(ctx, ATOM_SRC_BYTE0, ptr); in atom_op_shift_right()
|