Searched refs:amdgpu_device_rreg (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 1121 uint32_t amdgpu_device_rreg(struct amdgpu_device *adev, 1163 #define RREG32_NO_KIQ(reg) amdgpu_device_rreg(adev, (reg), AMDGPU_REGS_NO_KIQ) 1172 #define RREG32(reg) amdgpu_device_rreg(adev, (reg), 0) 1173 #define DREG32(reg) printk(KERN_INFO "REGISTER: " #reg " : 0x%08X\n", amdgpu_device_rreg(adev, (reg… 1222 #define DREG32_SYS(sqf, adev, reg) seq_printf((sqf), #reg " : 0x%08X\n", amdgpu_device_rreg((adev),…
|
H A D | amdgpu_trace.h | 38 TRACE_EVENT(amdgpu_device_rreg,
|
H A D | amdgpu_device.c | 397 uint32_t amdgpu_device_rreg(struct amdgpu_device *adev, in amdgpu_device_rreg() function
|