Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON_MSG (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
H A Dbug.h44 #define BUILD_BUG_ON_MSG(cond, msg) do { } while (0) macro
/dragonfly/sys/dev/drm/i915/
H A Di915_reg.h164 BUILD_BUG_ON_MSG(((mask) & 0xffff0000), "Incorrect mask"); \
166 BUILD_BUG_ON_MSG((value) & 0xffff0000, "Incorrect value"); \
168 BUILD_BUG_ON_MSG((value) & ~(mask), \