Searched refs:target_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | soc15_common.h | 153 uint32_t target_reg = adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg;\ 159 if (target_reg == grbm_cntl) \ 161 else if (target_reg == grbm_idx) \ 163 WREG32(target_reg, value); \ 165 WREG32(target_reg, value); \ 174 uint32_t target_reg = adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg;\ 175 __WREG32_SOC15_RLC__(target_reg, value, AMDGPU_REGS_RLC, ip##_HWIP, inst); \ 180 uint32_t target_reg = adev->reg_offset[GC_HWIP][inst][reg##_BASE_IDX] + reg;\ 181 WREG32_RLC_EX(prefix, target_reg, value, inst); \
|
| /linux/sound/pci/rme9652/ |
| H A D | hdspm.c | 3192 u32 target_reg; in hdspm_set_toggle_setting() local 3196 target_reg = HDSPM_WR_SETTINGS; in hdspm_set_toggle_setting() 3199 target_reg = HDSPM_controlRegister; in hdspm_set_toggle_setting() 3207 hdspm_write(hdspm, target_reg, *reg); in hdspm_set_toggle_setting()
|