Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A DdrvTVEncoder.c260 #define MSG_DRV_VE(fmt,_args...) \ macro
269 #define MSG_DRV_VE(fmt,...) \ macro
559 MSG_DRV_VE("MDrv_VE_Init GetBASE failure\n"); in MDrv_VE_SetIOMapBase()
579 MSG_DRV_VE("Change VE MemoryBase: Address=0x%lx Size=0x%x \n",phyMIUAddress, u32MIUSize); in _MDrv_VE_SetMemoryBaseAddr()
581MSG_DRV_VE("Change VE MemoryBase: Address=0x%tx Size=0x%tx \n",(ptrdiff_t)phyMIUAddress,(ptrdiff_t… in _MDrv_VE_SetMemoryBaseAddr()
610MSG_DRV_VE("Final VE MemoryBase: Address=0x%lx, size=0x%x \n",g_VEInfo.phyMiuBaseAddr, g_VEInfo.u3… in _MDrv_VE_SetMemoryBaseAddr()
612MSG_DRV_VE("Final VE MemoryBase: Address=0x%tx, size=0x%tx \n",(ptrdiff_t)g_VEInfo.phyMiuBaseAddr,… in _MDrv_VE_SetMemoryBaseAddr()
686 MSG_DRV_VE("VE: MDrv_VE_Init MDrv_VE_SetIOMapBase() failure\n"); in _MDrv_VE_Init()
691 MSG_DRV_VE("VE input u32MIUAddress=0x%lx \n",u32MIUAddress); in _MDrv_VE_Init()
693 MSG_DRV_VE("VE input u32MIUAddress=0x%tx \n",(ptrdiff_t)u32MIUAddress); in _MDrv_VE_Init()
[all …]