Searched refs:DISPLAY_MASK (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dcommon.h8 #define DISPLAY_MASK(start, count) (((1 << (count)) - 1) << (start)) macro
10 ((mask & ~DISPLAY_MASK(start, count)) | \
11 (((value) << (start)) & DISPLAY_MASK(start, count)))
14 WRITE32_##x##_REG(dest, (READ32_##x##_REG(dest) & ~DISPLAY_MASK(start, count)) | \
15 (((value) << (start)) & DISPLAY_MASK(start, count)))
/fuchsia/zircon/kernel/dev/hdcp/amlogic_s912/
H A Dhdcp.c28 #define DISPLAY_MASK(start, count) (((1 << (count)) - 1) << (start)) macro
30 ((mask & ~DISPLAY_MASK(start, count)) | \
31 (((value) << (start)) & DISPLAY_MASK(start, count)))
43 WRITE32_##x##_REG(dest, (READ32_##x##_REG(dest) & ~DISPLAY_MASK(start, count)) | \
44 (((value) << (start)) & DISPLAY_MASK(start, count)))
/fuchsia/zircon/system/dev/display/vim-display/
H A Dhdmitx.h23 #define DISPLAY_MASK(start, count) (((1 << (count)) - 1) << (start)) macro
25 ((mask & ~DISPLAY_MASK(start, count)) | \
26 (((value) << (start)) & DISPLAY_MASK(start, count)))
47 WRITE32_##x##_REG(dest, (READ32_##x##_REG(dest) & ~DISPLAY_MASK(start, count)) | \
48 (((value) << (start)) & DISPLAY_MASK(start, count)))

Completed in 32 milliseconds