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.h1257 void amdgpu_device_xcc_wreg(struct amdgpu_device *adev,
1315 #define WREG32_XCC(reg, v, inst) amdgpu_device_xcc_wreg(adev, (reg), (v), 0, inst)
H A Damdgpu_device.c892 void amdgpu_device_xcc_wreg(struct amdgpu_device *adev, in amdgpu_device_xcc_wreg() function