Searched refs:GSCADR_BLEND_M (Results 1 – 2 of 2) sorted by relevance
219 #define GSCADR_BLEND_M Fld(2,27) macro220 #define GSCADR_BLEND_NONE ((0x0) << FShft(GSCADR_BLEND_M))221 #define GSCADR_BLEND_INV ((0x1) << FShft(GSCADR_BLEND_M))222 #define GSCADR_BLEND_GLOB ((0x2) << FShft(GSCADR_BLEND_M))223 #define GSCADR_BLEND_PIX ((0x3) << FShft(GSCADR_BLEND_M))
536 gscadr &= ~(FMsk(GSCADR_BLEND_M) | GSCADR_COLKEY_EN | GSCADR_COLKEYSRC); in mbxfb_ioctl_alphactl()