Lines Matching refs:GENMASK

71 #define SSCR_VSH	GENMASK(10, 0)	/* Vertical Synchronization Height */
72 #define SSCR_HSW GENMASK(27, 16) /* Horizontal Synchronization Width */
74 #define BPCR_AVBP GENMASK(10, 0) /* Accumulated Vertical Back Porch */
75 #define BPCR_AHBP GENMASK(27, 16) /* Accumulated Horizontal Back Porch */
77 #define AWCR_AAH GENMASK(10, 0) /* Accumulated Active Height */
78 #define AWCR_AAW GENMASK(27, 16) /* Accumulated Active Width */
80 #define TWCR_TOTALH GENMASK(10, 0) /* TOTAL Height */
81 #define TWCR_TOTALW GENMASK(27, 16) /* TOTAL Width */
90 #define GC1R_WBCH GENMASK(3, 0) /* Width of Blue CHannel output */
91 #define GC1R_WGCH GENMASK(7, 4) /* Width of Green Channel output */
92 #define GC1R_WRCH GENMASK(11, 8) /* Width of Red Channel output */
94 #define GC1R_DT GENMASK(15, 14) /* Dithering Technique */
95 #define GC1R_GCT GENMASK(19, 17) /* Gamma Correction Technique */
111 #define GC2R_BW GENMASK(6, 4) /* Bus Width (log2 of nb of bytes) */
121 #define LXWHPCR_WHSTPOS GENMASK(11, 0) /* Window Horizontal StarT POSition */
122 #define LXWHPCR_WHSPPOS GENMASK(27, 16) /* Window Horizontal StoP POSition */
124 #define LXWVPCR_WVSTPOS GENMASK(10, 0) /* Window Vertical StarT POSition */
125 #define LXWVPCR_WVSPPOS GENMASK(26, 16) /* Window Vertical StoP POSition */
127 #define LXPFCR_PF GENMASK(2, 0) /* Pixel Format */
129 #define LXCACR_CONSTA GENMASK(7, 0) /* CONSTant Alpha */
131 #define LXBFCR_BF2 GENMASK(2, 0) /* Blending Factor 2 */
132 #define LXBFCR_BF1 GENMASK(10, 8) /* Blending Factor 1 */
134 #define LXCFBLR_CFBLL GENMASK(12, 0) /* Color Frame Buffer Line Length */
135 #define LXCFBLR_CFBP GENMASK(28, 16) /* Color Frame Buffer Pitch in bytes */
137 #define LXCFBLNR_CFBLN GENMASK(10, 0) /* Color Frame Buffer Line Number */