Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/mbx/
Dreg_bits.h283 #define VSCADR_BLEND_POS Fld(2,24) macro
284 #define VSCADR_BLEND_GFX ((0x0) << FShft(VSCADR_BLEND_POS))
285 #define VSCADR_BLEND_VID ((0x1) << FShft(VSCADR_BLEND_POS))
286 #define VSCADR_BLEND_CUR ((0x2) << FShft(VSCADR_BLEND_POS))
344 #define VSCADR_BLEND_POS Fld(2,24) macro
345 #define VSCADR_BLEND_GFX ((0x0) << FShft(VSCADR_BLEND_POS))
346 #define VSCADR_BLEND_VID ((0x1) << FShft(VSCADR_BLEND_POS))
347 #define VSCADR_BLEND_CUR ((0x2) << FShft(VSCADR_BLEND_POS))
Dmbxfb.c481 vscadr &= ~(FMsk(VSCADR_BLEND_POS)); in mbxfb_ioctl_planeorder()
779 vscadr &= ~(FMsk(VSCADR_BLEND_POS) | FMsk(VSCADR_BLEND_M)); in setup_graphics()