Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/mbx/
Dreg_bits.h225 #define GSCADR_BLEND_POS Fld(2,24) macro
226 #define GSCADR_BLEND_GFX ((0x0) << FShft(GSCADR_BLEND_POS))
227 #define GSCADR_BLEND_VID ((0x1) << FShft(GSCADR_BLEND_POS))
228 #define GSCADR_BLEND_CUR ((0x2) << FShft(GSCADR_BLEND_POS))
Dmbxfb.c480 gscadr &= ~(FMsk(GSCADR_BLEND_POS)); in mbxfb_ioctl_planeorder()