Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu.h1276 #define RBIOS32(i) ((RBIOS16(i)) | (RBIOS16((i)+2) << 16)) macro
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon.h2707 #define RBIOS32(i) ((RBIOS16(i)) | (RBIOS16((i)+2) << 16)) macro