Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c275 … GE_Restore_HAL_Context(&pGECtxLocal->halLocalCtx); \
339 … GE_Restore_HAL_Context(&pGECtxLocal->halLocalCtx); \
393 … GE_Restore_HAL_Context(&pGECtxLocal->halLocalCtx); \
743 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG); in GE_IsVcmdqEnabled()
931 GE_WaitIdle(&pGECtxLocal->halLocalCtx); in GE_SetPalette()
936 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in GE_SetPalette()
950 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_CLUT_H, ByteSwap16(pGECtxLocal->halLocalCtx.u32Palet… in GE_SetPalette()
951 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_CLUT_L, ByteSwap16(pGECtxLocal->halLocalCtx.u32Palet… in GE_SetPalette()
954 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_CLUT_CTRL, ((u32Idx) & GE_CLUT_CTRL_IDX_MASK) | GE_C… in GE_SetPalette()
958 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_CLUT_CTRL, ((u32Idx) & GE_CLUT_CTRL_IDX_MASK) | GE_C… in GE_SetPalette()
[all …]
H A DdrvGE_private.h178 GE_CTX_HAL_LOCAL halLocalCtx; member