Home
last modified time | relevance | path

Searched refs:CLR (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A Dnsk2_test_util.h51 #define CLR 0 //Res, SB macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A Dnsk2_test_util.h51 #define CLR 0 //Res, SB macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A Dnsk2_test_util.h51 #define CLR 0 //Res, SB macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/
H A Dnsk2_test_util.h51 #define CLR 0 //Res, SB macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A Dnsk2_test_util.h51 #define CLR 0 //Res, SB macro
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.h1181 GE_Result MDrv_GE_SetStrBltSckType(GE_Context *pGECtx,GE_StretchCKType TYPE, MS_U32 *CLR);
H A DdrvGE.c4549 GE_Result MDrv_GE_SetStrBltSckType(GE_Context *pGECtx,GE_StretchCKType TYPE, MS_U32 *CLR) in MDrv_GE_SetStrBltSckType() argument
4580 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SCK_CONST_L, (*CLR)&0xffff); in MDrv_GE_SetStrBltSckType()
4581 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SCK_CONST_H, (*CLR)>>16); in MDrv_GE_SetStrBltSckType()