Searched refs:target_reg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | soc15_common.h | 99 uint32_t target_reg = adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg;\ 105 if (target_reg == grbm_cntl) \ 107 else if (target_reg == grbm_idx) \ 109 WREG32(target_reg, value); \ 111 WREG32(target_reg, value); \ 117 uint32_t target_reg = adev->reg_offset[GC_HWIP][0][reg##_BASE_IDX] + reg;\ 118 WREG32_RLC(target_reg, value); \
|
| /Linux-v5.4/tools/perf/util/ |
| D | bpf-prologue.c | 113 const char *reg, int target_reg) in gen_ldx_reg_from_ctx() argument 122 ins(BPF_LDX_MEM(BPF_DW, target_reg, ctx_reg, offset), pos); in gen_ldx_reg_from_ctx()
|
| /Linux-v5.4/sound/pci/rme9652/ |
| D | hdspm.c | 3213 u32 target_reg; in hdspm_set_toggle_setting() local 3217 target_reg = HDSPM_WR_SETTINGS; in hdspm_set_toggle_setting() 3220 target_reg = HDSPM_controlRegister; in hdspm_set_toggle_setting() 3228 hdspm_write(hdspm, target_reg, *reg); in hdspm_set_toggle_setting()
|