Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu.h1693 #define RBIOS32(i) ((RBIOS16(i)) | (RBIOS16((i)+2) << 16)) macro
/dragonfly/sys/dev/drm/radeon/
H A Dradeon.h2689 #define RBIOS32(i) ((RBIOS16(i)) | (RBIOS16((i)+2) << 16)) macro