Searched refs:tpVal (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp.c306 uint32 tpVal; local
309 tpVal = 0;
318 plane_tp = (uint8) ((mdpImg->tpVal & 0xF800) >> 11);
319 tpVal |= ((plane_tp << 3) | ((plane_tp & 0x1C) >> 2)) << 16;
322 plane_tp = (uint8) (mdpImg->tpVal & 0x1F);
323 tpVal |= ((plane_tp << 3) | ((plane_tp & 0x1C) >> 2)) << 8;
326 plane_tp = (uint8) ((mdpImg->tpVal & 0x7E0) >> 5);
327 tpVal |= ((plane_tp << 2) | ((plane_tp & 0x30) >> 4));
331 tpVal = (mdpImg->tpVal
583 uint32 alpha, tpVal; local
[all...]
H A Dmdp.h90 uint32 tpVal; /* transparency color */ member in struct:mdpImg_
163 #define MDP_CONVTP(tpVal) (((tpVal&0xF800)<<8)|((tpVal&0x7E0)<<5)|((tpVal&0x1F)<<3))
660 uint32 *tpVal,
H A Dmdp_ppp_v31.c783 uint32 *tpVal,
789 *tpVal = iBuf->mdpImg.tpVal;
781 mdp_set_blend_attr(MDPIBUF *iBuf, uint32 *alpha, uint32 *tpVal, uint32 perPixelAlpha, uint32 *pppop_reg_ptr) argument
H A Dmdp_ppp_v20.c2429 uint32 *tpVal,
2450 *tpVal = iBuf->mdpImg.tpVal;
2456 *tpVal = iBuf->mdpImg.tpVal;
2427 mdp_set_blend_attr(MDPIBUF *iBuf, uint32 *alpha, uint32 *tpVal, uint32 perPixelAlpha, uint32 *pppop_reg_ptr) argument

Completed in 170 milliseconds