Home
last modified time | relevance | path

Searched refs:WREG32_GC_CAC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cgs.c100 return WREG32_GC_CAC(index, value); in amdgpu_cgs_write_ind_register()
H A Damdgpu.h1192 #define WREG32_GC_CAC(reg, v) adev->gc_cac_wreg(adev, (reg), (v)) macro