Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c1376 KDrvMPool_Info_t stPoolInfoKernel; in MsOS_MPool_Mapping() local
1384 stPoolInfoKernel.u32Addr = tOffset; in MsOS_MPool_Mapping()
1385 stPoolInfoKernel.u32Size = tMapSize; in MsOS_MPool_Mapping()
1386 stPoolInfoKernel.u32Interval = MIU_INTERVAL; in MsOS_MPool_Mapping()
1387 stPoolInfoKernel.u8MiuSel = u8MiuSel; in MsOS_MPool_Mapping()
1388 stPoolInfoKernel.bcached = !(bNonCache); in MsOS_MPool_Mapping()
1390 if(ioctl(_s32UtopiaFd,UTOPIA_IOCTL_MODULE_DYNAMIC_MAPPING,&stPoolInfoKernel)) in MsOS_MPool_Mapping()