Lines Matching refs:GE_ReadReg
743 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG); in GE_IsVcmdqEnabled()
936 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in GE_SetPalette()
1343 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetDither()
1402 u16op = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_OP_MODE); in MDrv_GE_SetSrcColorKey()
1435 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_EN, (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN… in MDrv_GE_SetSrcColorKey()
1439 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_EN, (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN… in MDrv_GE_SetSrcColorKey()
1465 u16op = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_OP_MODE); in MDrv_GE_SetDstColorKey()
1498 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_EN, (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN… in MDrv_GE_SetDstColorKey()
1502 …GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_EN, (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN… in MDrv_GE_SetDstColorKey()
1551 …*color =((MS_U32)GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_C_H(idx)))<<16|(MS_U32)GE_ReadReg(&p… in MDrv_GE_GetIntensity()
1577 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetROP2()
1582 u16rop2 = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_ROP2) & ~GE_ROP2_MASK) | eRop2; in MDrv_GE_SetROP2()
1611 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetLinePattern()
1616 …u16style = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_LINE_STYLE) & GE_LINEPAT_RST; // keep line… in MDrv_GE_SetLinePattern()
1645 u16style = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_LINE_STYLE) | GE_LINEPAT_RST; in MDrv_GE_ResetLinePattern()
1671 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetAlphaBlend()
1908 rect->x = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CLIP_L); in MDrv_GE_GetClipWindow()
1909 rect->y = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CLIP_T); in MDrv_GE_GetClipWindow()
1910 rect->width = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CLIP_R)-rect->x+1; in MDrv_GE_GetClipWindow()
1911 rect->height = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CLIP_B)-rect->y+1; in MDrv_GE_GetClipWindow()
2006 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetAlphaCmp()
2011 …u16op = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_OP_MODE) & ~GE_OP_ACMP_MIN) | ((eACmpOp<<GE_… in MDrv_GE_SetAlphaCmp()
2046 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetAlphaTest()
2052 …u16op = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_OP_MODE)&~GE_OP_ATEST_NE) | (eATestOp << GE_… in MDrv_GE_SetAlphaTest()
2150 u16Reg = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE); in MDrv_GE_SetYUVMode()
2243 …u16fmt = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_FMT) & ~GE_SRC_FMT_MASK) | ( GE_GetFmt(src_… in MDrv_GE_SetSrcBuffer()
2294 … reg_val = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE) | (1<<GE_SRC_BUFFER_MIU_H_SHFT); in MDrv_GE_SetSrcBuffer()
2299 …reg_val = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE) & (~(1<<GE_SRC_BUFFER_MIU_H_SHFT)… in MDrv_GE_SetSrcBuffer()
2342 bufinfo->srcpit = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_SRC_PITCH); in MDrv_GE_GetBufferInfo()
2343 bufinfo->dstpit = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_DST_PITCH); in MDrv_GE_GetBufferInfo()
2413 …u16fmt = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_FMT) & ~GE_DST_FMT_MASK) | ( GE_GetFmt(dst_… in MDrv_GE_SetDstBuffer()
2465 … reg_val = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE) | (1<<GE_DST_BUFFER_MIU_H_SHFT); in MDrv_GE_SetDstBuffer()
2470 …reg_val = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE) & (~(1<<GE_DST_BUFFER_MIU_H_SHFT)… in MDrv_GE_SetDstBuffer()
2546 …MS_U16 src1fmt = (GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_FMT) & GE_DST_FMT_MASK) >> GE_DST_F… in MDrv_GE_BitBltByTwoSourceBuffer()
2580 … reg_val = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE) | (1<<GE_DST_BUFFER_MIU_H_SHFT); in MDrv_GE_BitBltByTwoSourceBuffer()
2585 …reg_val = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE) & (~(1<<GE_DST_BUFFER_MIU_H_SHFT)… in MDrv_GE_BitBltByTwoSourceBuffer()
2704 …u16cfg = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG) & ~(GE_CFG_BLT_STRETCH | GE_CFG_BLT_ITA… in MDrv_GE_DrawLine()
2945 …u16cfg = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG) & ~(GE_CFG_BLT_STRETCH | GE_CFG_BLT_ITA… in MDrv_GE_FillRect()
2971 u16fmt = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_FMT) & GE_DST_FMT_MASK; in MDrv_GE_FillRect()
3287 …u16cfg = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG) & ~(GE_CFG_BLT_STRETCH | GE_CFG_BLT_ITA… in MDrv_GE_BitBltEX()
3329 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_FMT); in MDrv_GE_BitBltEX()
3439 u8Rot = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_ROT_MODE ) & REG_GE_ROT_MODE_MASK; in MDrv_GE_BitBltEX()
3480 u16cfg |= GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG) & GE_CFG_CMDQ_MASK; in MDrv_GE_BitBltEX()
3491 u16en = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_BitBltEX()
3503 if(GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_SRC_PITCH) % 256) in MDrv_GE_BitBltEX()
3506 }else if(GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_DST_PITCH) % 256) in MDrv_GE_BitBltEX()
3525 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_BLT_SRC_DX); in MDrv_GE_BitBltEX()
3526 u16tmp_dy = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_BLT_SRC_DY); in MDrv_GE_BitBltEX()
3546 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_FMT); in MDrv_GE_BitBltEX()
4086 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_BLEND); in MDrv_GE_SetAlpha_ARGB1555()
4111 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_BLEND); in MDrv_GE_GetAlpha_ARGB1555()
4152 *u16tag = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_TAG); in MDrv_GE_GetTAGID()
4314 u16REG_GE_EN = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4315 u16REG_GE_CFG = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4316 u16REG_GE_YUV_MODE =GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4317 …u16REG_GE_VCMDQ_BASE_H = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_VCMDQ_BASE_H + GE_TABLE_REGN… in MDrv_GE_GetGFXMdbInfo()
4318 …u16REG_GE_VCMDQ_BASE_L = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_VCMDQ_BASE_L + GE_TABLE_REGN… in MDrv_GE_GetGFXMdbInfo()
4319 … u16REG_GE_VCMDQ_SIZE = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_VCMDQ_SIZE + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4320 … u16REG_GE_SRC_BASE_H = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_SRC_BASE_H + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4321 … u16REG_GE_SRC_BASE_L = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_SRC_BASE_L + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4322 … u16REG_GE_DST_BASE_H = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_DST_BASE_H + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4323 … u16REG_GE_DST_BASE_L = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_DST_BASE_L + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4381 u16TmpReg = GE_ReadReg(&pGECtxLocal->halLocalCtx, i + GE_TABLE_REGNUM); in MDrv_GE_GetGFXMdbInfo()
4430 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_CFG); in MDrv_GE_EnableVCmdQueue()
4485 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_TH); in MDrv_GE_SetVCmd_W_Thread()
4511 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_TH); in MDrv_GE_SetVCmd_R_Thread()
4558 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SCK_MODE); in MDrv_GE_SetStrBltSckType()
4953 pGECtxLocal->PhyVcmdqAddr = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_VCMDQ_BASE_L); in MDrv_GE_SetPowerState()
4954 … pGECtxLocal->PhyVcmdqAddr |= GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_VCMDQ_BASE_H)<<16; in MDrv_GE_SetPowerState()
4955 pGECtxLocal->u16VcmdqMiuMsb = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_YUV_MODE); in MDrv_GE_SetPowerState()
4956 pGECtxLocal->u16VcmdqSize = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_VCMDQ_SIZE); in MDrv_GE_SetPowerState()
5048 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetClock()
5054 u16tmp = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_SetClock()
5169 *value = GE_ReadReg(&pGECtxLocal->halLocalCtx, REG_GE_EN); in MDrv_GE_RestoreRegInfo()
5442 …GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_CFG, GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_CFG)… in MDrv_GE_BitbltPerformance()
5444 if(GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_EN)& 0x4000) in MDrv_GE_BitbltPerformance()
5450 if(GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_CFG)& 0x4000) in MDrv_GE_BitbltPerformance()
5459 …GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_YUV_MODE, (GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_G… in MDrv_GE_BitbltPerformance()
5561 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5566 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5592 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5596 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5600 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5676 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5684 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5702 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5706 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()
5710 GEstatus = GE_ReadReg(&pGECtxLocal->halLocalCtx,REG_GE_STAT); in MDrv_GE_BitbltPerformance()