Home
last modified time | relevance | path

Searched refs:GE_SRC_FMT_MASK (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/hal/macan/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/curry/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/mooney/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6lite/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/maserati/ge/
H A DregGE.h399 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/kano/ge/
H A DregGE.h398 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7821/ge/
H A DregGE.h399 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/maxim/ge/
H A DregGE.h398 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/messi/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/mainz/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/manhattan/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7621/ge/
H A DregGE.h398 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/kastor/ge/
H A DregGE.h397 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/ge/
H A DregGE.h421 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/maldives/ge/
H A DregGE.h421 #define GE_SRC_FMT_MASK BMASK(4:0) macro
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c2243 …u16fmt = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_FMT) & ~GE_SRC_FMT_MASK) | ( GE_GetFmt(src_… in MDrv_GE_SetSrcBuffer()
2972 u16fmt2 = ((u16fmt >> GE_DST_FMT_SHFT) & GE_SRC_FMT_MASK); in MDrv_GE_FillRect()
3330 Srcfmt = (u16tmp&GE_SRC_FMT_MASK)>>GE_SRC_FMT_SHFT; in MDrv_GE_BitBltEX()
3547 Srcfmt = (u16tmp&GE_SRC_FMT_MASK)>>GE_SRC_FMT_SHFT; in MDrv_GE_BitBltEX()