Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/mbx/
Dreg_bits.h219 #define GSCADR_BLEND_M Fld(2,27) macro
220 #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))
Dmbxfb.c536 gscadr &= ~(FMsk(GSCADR_BLEND_M) | GSCADR_COLKEY_EN | GSCADR_COLKEYSRC); in mbxfb_ioctl_alphactl()