DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WREG32_OR
sys/dev/drm/amd/amdgpu/amdgpu.h
1130
#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))
sys/dev/drm/radeon/radeon.h
2573
#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))