amdgpu_io_wreg
void amdgpu_io_wreg(struct amdgpu_device *adev, u32 reg, u32 v);
#define WREG32_IO(reg, v) amdgpu_io_wreg(adev, (reg), (v))