Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/mbx/
Dreg_bits.h220 #define GSCADR_BLEND_M Fld(2,27) macro
221 #define GSCADR_BLEND_NONE ((0x0) << FShft(GSCADR_BLEND_M))
222 #define GSCADR_BLEND_INV ((0x1) << FShft(GSCADR_BLEND_M))
223 #define GSCADR_BLEND_GLOB ((0x2) << FShft(GSCADR_BLEND_M))
224 #define GSCADR_BLEND_PIX ((0x3) << FShft(GSCADR_BLEND_M))
Dmbxfb.c535 gscadr &= ~(FMsk(GSCADR_BLEND_M) | GSCADR_COLKEY_EN | GSCADR_COLKEYSRC); in mbxfb_ioctl_alphactl()