Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RBIOS16
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1445
#define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
drivers/gpu/drm/radeon/radeon.h
2657
#define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))