Home
last modified time | relevance | path

Searched refs:ppBufStart (Results 1 – 25 of 40) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
H A Dudma_share.h99 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart);
100 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig…
/utopia/UTPA2-700.0.x/modules/mfe/hal/maldives/mfe_ex/
H A Dudma_share.c102 MFE_BOOL MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MFE_BOOL MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAli… in MMAPMalloc() argument
121 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
H A Dudma_share.h99 MFE_BOOL MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart);
100 MFE_BOOL MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAli…
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, *ppBufStart, size); in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 , *ppBufStart, pBufEnd, size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/kano/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, *ppBufStart, size); in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 , *ppBufStart, pBufEnd, size); in MMAPMalloc()
H A Dudma_share.h99 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart);
100 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig…
/utopia/UTPA2-700.0.x/modules/mfe/hal/k6/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
H A Dudma_share.h99 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart);
100 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig…
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/mustang/mfe_ex/
H A Dudma_share.c102 MFE_BOOL MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MFE_BOOL MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAli… in MMAPMalloc() argument
121 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
H A Dudma_share.h99 MFE_BOOL MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart);
100 MFE_BOOL MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAli…
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 …ms_dprintk(HAL_L1, "MMAPMalloc[%s] 0x%x, size = %u\n", msg, (unsigned int)(*ppBufStart), (unsigned… in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (unsigned int)(*ppBufStart), (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/mainz/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, *ppBufStart, size); in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (ptrdiff_t)(*ppBufStart), (ptrdiff_t)pBufEnd, size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/messi/mfe_ex/
H A Dudma_share.c102 MS_BOOL MMAPInit(MS_PHY buf_base, MS_U32 buf_size, MS_PHY* ppBufStart) in MMAPInit() argument
104 *ppBufStart = buf_base; in MMAPInit()
118 MS_BOOL MMAPMalloc(MS_PHY* ppBufStart, MS_PHY pBufEnd, MS_U32 size, MEMMAP_t * memmap, MS_PHY nAlig… in MMAPMalloc() argument
121 ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, *ppBufStart, size); in MMAPMalloc()
128 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
130 *ppBufStart += size; in MMAPMalloc()
131 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
133 (ptrdiff_t)(*ppBufStart), (ptrdiff_t)pBufEnd, size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/Aeon/
H A Dudma_share.c120 void MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
122 *ppBufStart = buf_base; in MMAPInit()
126 long MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAlignBy… in MMAPMalloc() argument
129 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
143 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
144 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
145 *ppBufStart += size; in MMAPMalloc()
146 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
148 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/Aeon/
H A Dudma_share.c120 void MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
122 *ppBufStart = buf_base; in MMAPInit()
126 long MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAlignBy… in MMAPMalloc() argument
129 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
143 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
144 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
145 *ppBufStart += size; in MMAPMalloc()
146 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
148 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe/Aeon/
H A Dudma_share.c120 void MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
122 *ppBufStart = buf_base; in MMAPInit()
126 long MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAlignBy… in MMAPMalloc() argument
129 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
143 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
144 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
145 *ppBufStart += size; in MMAPMalloc()
146 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
148 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/Aeon/
H A Dudma_share.c120 void MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
122 *ppBufStart = buf_base; in MMAPInit()
126 long MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAlignBy… in MMAPMalloc() argument
129 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
143 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
144 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
145 *ppBufStart += size; in MMAPMalloc()
146 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
148 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/Aeon/
H A Dudma_share.c120 void MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
122 *ppBufStart = buf_base; in MMAPInit()
126 long MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAlignBy… in MMAPMalloc() argument
129 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
143 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
144 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
145 *ppBufStart += size; in MMAPMalloc()
146 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
148 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/Aeon/
H A Dudma_share.c120 void MMAPInit(MFE_U32 buf_base, MFE_U32 buf_size, MFE_U32* ppBufStart) in MMAPInit() argument
122 *ppBufStart = buf_base; in MMAPInit()
126 long MMAPMalloc(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MFE_U32 size, MEMMAP_t * memmap, int nAlignBy… in MMAPMalloc() argument
129 … ms_dprintk(DRV_L1, "MMAPMalloc[%s] 0x%x %d\n",msg, (unsigned int)*ppBufStart,(unsigned int) size); in MMAPMalloc()
143 *ppBufStart = (*ppBufStart + (nAlignBytes - 1)) & (~(nAlignBytes - 1)); in MMAPMalloc()
144 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
145 *ppBufStart += size; in MMAPMalloc()
146 if (*ppBufStart > pBufEnd) { in MMAPMalloc()
148 ,(unsigned int) *ppBufStart, (unsigned int)pBufEnd, (unsigned int)size); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c91 static void mfe_alloc_addr(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MEMMAP_t Buf[2], int sizeY, int si… in mfe_alloc_addr() argument
101 MMAPMalloc(ppBufStart, pBufEnd, sizeY, &Buf[0], 256,"Y"); in mfe_alloc_addr()
102 MMAPMalloc(ppBufStart, pBufEnd, sizeC, &Buf[1], 256,"C"); in mfe_alloc_addr()

12