Home
last modified time | relevance | path

Searched refs:u16Idx (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBXMsgPool.c410 MS_U16 u16Idx; in MDrv_MSGPOOL_Init() local
417 for(u16Idx=0; u16Idx<_infoMSGP.u16Slots; u16Idx++) in MDrv_MSGPOOL_Init()
419 _infoMSGP.pMsgPool[u16Idx].u16Usage = FALSE; in MDrv_MSGPOOL_Init()
420 _infoMSGP.pMsgPool[u16Idx].s16Next = INVALID_PTR; in MDrv_MSGPOOL_Init()
433 MS_U16 u16Idx; in MDrv_MSGPOOL_DeInit() local
435 for(u16Idx=0; u16Idx<_infoMSGP.u16Slots; u16Idx++) in MDrv_MSGPOOL_DeInit()
437 _infoMSGP.pMsgPool[u16Idx].u16Usage = FALSE; in MDrv_MSGPOOL_DeInit()
438 _infoMSGP.pMsgPool[u16Idx].s16Next = INVALID_PTR; in MDrv_MSGPOOL_DeInit()
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGFLIP.c177 MS_U16 u16Idx; in _MDrv_GFLIP_ResetFlipInfoPtr() local
180 for(u16Idx=0; u16Idx<MAX_GOP_GWIN; u16Idx++) in _MDrv_GFLIP_ResetFlipInfoPtr()
182 pGOPDrvLocalCtx->u32GFlipInfoReadPtr[u32GopIdx][u16Idx] = 0; in _MDrv_GFLIP_ResetFlipInfoPtr()
183 pGOPDrvLocalCtx->u32GFlipInfoWritePtr[u32GopIdx][u16Idx] = 0; in _MDrv_GFLIP_ResetFlipInfoPtr()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DdrvPQ_Template.h948 MS_U16 u16Idx = 0; in _MDrv_PQ_LoadTableData() local
960 pTable[u16Idx++] = ip_Info.pIPTable[REG_ADDR_SIZE+REG_MASK_SIZE+ip_Info.u8TabIdx]; in _MDrv_PQ_LoadTableData()
962 if(u16Idx >= u16TableSize || u32Addr == _END_OF_TBL_) in _MDrv_PQ_LoadTableData()