Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/mbx/
Dreg_bits.h278 #define VSCADR_BLEND_M Fld(2,27) macro
279 #define VSCADR_BLEND_NONE ((0x0) << FShft(VSCADR_BLEND_M))
280 #define VSCADR_BLEND_INV ((0x1) << FShft(VSCADR_BLEND_M))
281 #define VSCADR_BLEND_GLOB ((0x2) << FShft(VSCADR_BLEND_M))
282 #define VSCADR_BLEND_PIX ((0x3) << FShft(VSCADR_BLEND_M))
339 #define VSCADR_BLEND_M Fld(2,27) macro
340 #define VSCADR_BLEND_NONE ((0x0) << FShft(VSCADR_BLEND_M))
341 #define VSCADR_BLEND_INV ((0x1) << FShft(VSCADR_BLEND_M))
342 #define VSCADR_BLEND_GLOB ((0x2) << FShft(VSCADR_BLEND_M))
343 #define VSCADR_BLEND_PIX ((0x3) << FShft(VSCADR_BLEND_M))
Dmbxfb.c532 vscadr &= ~(FMsk(VSCADR_BLEND_M) | VSCADR_COLKEYSRC | VSCADR_COLKEY_EN); in mbxfb_ioctl_alphactl()
779 vscadr &= ~(FMsk(VSCADR_BLEND_POS) | FMsk(VSCADR_BLEND_M)); in setup_graphics()