Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/mbx/
Dreg_bits.h224 #define GSCADR_BLEND_POS Fld(2,24) macro
225 #define GSCADR_BLEND_GFX ((0x0) << FShft(GSCADR_BLEND_POS))
226 #define GSCADR_BLEND_VID ((0x1) << FShft(GSCADR_BLEND_POS))
227 #define GSCADR_BLEND_CUR ((0x2) << FShft(GSCADR_BLEND_POS))
Dmbxfb.c481 gscadr &= ~(FMsk(GSCADR_BLEND_POS)); in mbxfb_ioctl_planeorder()