Searched refs:amdgpu_device_rreg (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 1097 uint32_t amdgpu_device_rreg(struct amdgpu_device *adev, 1137 #define RREG32_NO_KIQ(reg) amdgpu_device_rreg(adev, (reg), AMDGPU_REGS_NO_KIQ) 1146 #define RREG32(reg) amdgpu_device_rreg(adev, (reg), 0) 1147 #define DREG32(reg) printk(KERN_INFO "REGISTER: " #reg " : 0x%08X\n", amdgpu_device_rreg(adev, (reg… 1194 #define DREG32_SYS(sqf, adev, reg) seq_printf((sqf), #reg " : 0x%08X\n", amdgpu_device_rreg((adev),…
|
D | amdgpu_trace.h | 38 TRACE_EVENT(amdgpu_device_rreg,
|
D | amdgpu_device.c | 445 uint32_t amdgpu_device_rreg(struct amdgpu_device *adev, in amdgpu_device_rreg() function
|