]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/tcp3d-lld.git/blobdiff - example/src/tcp3d_multi_inst.h
[SDOCM00099259] Updated the code base with Clearcase. This includes bug fix IR SDOCM0...
[keystone-rtos/tcp3d-lld.git] / example / src / tcp3d_multi_inst.h
index 9935208c7476267a190505ef2bbdcc61178f2239..946697de46e932953334b6099fac3bbcf2ce9df6 100644 (file)
@@ -71,6 +71,18 @@ INLINE UInt32 getNotifyEventNum(UInt8 instNum)
     return testEvt;\r
 }\r
 \r
+INLINE CSL_TPCC_ShadowRegs * getEdma3ShadowRegsBase(UInt32 regionNum)\r
+{\r
+    CSL_TpccRegs *tpcc2Regs = (CSL_TpccRegs *) CSL_EDMACC_2_REGS;\r
+\r
+    return (CSL_TPCC_ShadowRegs *) &tpcc2Regs->SHADOW[regionNum];\r
+}\r
+\r
+INLINE UInt32 getCpIntc0RegsBase()\r
+{\r
+    return CSL_CIC_0_REGS;\r
+}\r
+\r
 INLINE UInt32 getRevt0ChannelNum(UInt8 instNum)\r
 {\r
     UInt32 chNum;\r