Home
last modified time | relevance | path

Searched refs:amdgpu_device_xcc_wreg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1372 void amdgpu_device_xcc_wreg(struct amdgpu_device *adev,
1431 #define WREG32_XCC(reg, v, inst) amdgpu_device_xcc_wreg(adev, (reg), (v), 0, inst)
H A Damdgpu_device.c897 * amdgpu_device_xcc_wreg - write to a memory mapped IO or indirect register with specific XCC
907 void amdgpu_device_xcc_wreg(struct amdgpu_device *adev, in amdgpu_device_xcc_wreg() function