Home
last modified time | relevance | path

Searched refs:WREG32_IO (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1106 #define WREG32_IO(reg, v) amdgpu_io_wreg(adev, (reg), (v)) macro
Damdgpu_atombios.c1937 WREG32_IO(reg, val); in cail_ioreg_write()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_device.c942 WREG32_IO(reg*4, val); in cail_ioreg_write()
Dradeon.h2567 #define WREG32_IO(reg, v) r100_io_wreg(rdev, (reg), (v)) macro