Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/hal/macan/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/curry/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/mooney/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6lite/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/maserati/ge/
H A DregGE.h394 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/kano/ge/
H A DregGE.h393 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7821/ge/
H A DregGE.h394 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/maxim/ge/
H A DregGE.h393 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/messi/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/mainz/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/manhattan/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7621/ge/
H A DregGE.h393 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/kastor/ge/
H A DregGE.h392 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/ge/
H A DregGE.h415 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/hal/maldives/ge/
H A DregGE.h415 #define GE_CLUT_CTRL_WR BITS(8:8, 1) macro
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c958 …&pGECtxLocal->halLocalCtx, REG_GE_CLUT_CTRL, ((u32Idx) & GE_CLUT_CTRL_IDX_MASK) | GE_CLUT_CTRL_WR); in GE_SetPalette()
970 …&pGECtxLocal->halLocalCtx, REG_GE_CLUT_CTRL, ((u32Idx) & GE_CLUT_CTRL_IDX_MASK) | GE_CLUT_CTRL_WR); in GE_SetPalette()
4937 STR_GE_REG(REG_GE_CLUT_CTRL) = ((i & GE_CLUT_CTRL_IDX_MASK) | GE_CLUT_CTRL_WR); in MDrv_GESTR_SetPalette()