Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WREG32_OR
drivers/accel/habanalabs/common/habanalabs.h
2641
#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1405
#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))
drivers/gpu/drm/radeon/radeon.h
2543
#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))