Home
last modified time | relevance | path

Searched defs:WREG8 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu.h1622 #define WREG8(reg, v) amdgpu_mm_wreg8(adev, (reg), (v)) macro
/dragonfly/sys/dev/drm/radeon/
H A Dradeon.h2534 #define WREG8(reg, v) writeb(v, (rdev->rmmio) + (reg)) macro