Home
last modified time | relevance | path

Searched refs:dram_base (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c109 MS_PHY pBufEnd = (MS_PHY)(pConfig->dram_base + pConfig->dram_size); in jpeAllocDRAM()
114 …L2, "[jpeAllocDRAM] Start = 0x%x, End = 0x%x\n", (unsigned int)pConfig->dram_base, (unsigned int)p… in jpeAllocDRAM()
132 MS_PHY pBufEnd = (MS_PHY)(pConfig->dram_base + pConfig->dram_size); in m4veAllocDRAM()
171 …ms_dprintk(DRV_L2, "[m4veAllocDRAM] Start=0x%x, End=0x%x\n", (unsigned int)pConfig->dram_base, (un… in m4veAllocDRAM()
376 MS_U32 pBufEnd = (MS_U32)(pConfig->dram_base + pConfig->dram_size); in h264AllocDRAM()
432 …2, "[h264AllocDRAM] Start = 0x%x, End = 0x%x\n", (unsigned int)pConfig->dram_base, (unsigned int)p… in h264AllocDRAM()
H A Dmfe_common.h378 MS_PHY dram_base; // Start pointer member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c117 MFE_U32 pBufEnd = (MFE_U32)(pConfig->dram_base + pConfig->dram_size); in m4veAllocDRAM()
152 …ms_dprintk(DRV_L4, "[m4veAllocDRAM] Start=%08x, End=%08x\n", (unsigned int) pConfig->dram_base, (u… in m4veAllocDRAM()
320 MFE_U32 pBufEnd = (MFE_U32)(pConfig->dram_base + pConfig->dram_size); in h264AllocDRAM()
354 …ms_dprintk(DRV_L4, "[h264AllocDRAM] Start=%08x, End=%08x\n",(unsigned int) pConfig->dram_base,(uns… in h264AllocDRAM()
H A Dmfe_common.h345 MFE_U8* dram_base; // Start pointer member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c1160 … MMAPInit((MFE_U32)pConfig->dram_base, (MFE_U32)pConfig->dram_size, (MFE_U32*)&pConfig->dram_ptr); in MDrv_MFE_Init()
1364 gMfeConfig.dram_base = (MFE_U8*)pappPVR_Info->BitsBuffStart; in MDrv_MFE_Ioctl()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c707 MMAPInit(pConfig->dram_base, pConfig->dram_size, &pConfig->dram_ptr); in MDrv_MFE_Init()
915 gpMfeConfig->dram_base = pappPVR_Info->BitsBuffStart; in MDrv_MFE_Ioctl()