Home
last modified time | relevance | path

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

/kernel/dev/hdcp/amlogic_s912/
A Dhdcp.cpp28 #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)))

Completed in 11 milliseconds