summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_chip_open_inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/oct6100api/oct6100_chip_open_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_chip_open_inst.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/software/include/oct6100api/oct6100_chip_open_inst.h b/software/include/oct6100api/oct6100_chip_open_inst.h
index 1bbddc5..c5883d5 100644
--- a/software/include/oct6100api/oct6100_chip_open_inst.h
+++ b/software/include/oct6100api/oct6100_chip_open_inst.h
@@ -2,7 +2,7 @@
File: oct6100_chip_open_inst.h
- Copyright (c) 2001-2008 Octasic Inc.
+ Copyright (c) 2001-2009 Octasic Inc.
Description:
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.01.01 $
+$Octasic_Release: OCT612xAPI-01.02.01 $
-$Octasic_Revision: 122 $
+$Octasic_Revision: 130 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -58,6 +58,8 @@ typedef struct _OCT6100_API_CHIP_CONFIG_
UINT8 byNumMemoryChips; /* Number of memory chips present. */
UINT32 ulMemoryChipSize; /* The size of the memory chips. */
+
+
UINT16 usMaxRwAccesses;
UINT16 usTailDisplacement;
@@ -341,6 +343,9 @@ typedef struct _OCT6100_API_MEMORY_MAP_
/* Idle code detection field offset. */
tOCT6100_TLV_OFFSET IdleCodeDetectionFieldOfst;
+ /* Playout control field offset. */
+ tOCT6100_TLV_OFFSET PerChannelPlayoutControlFieldOfst;
+
/* TSI memory mapping information.*/
UINT32 ulNumTsiEntries;
@@ -466,8 +471,12 @@ typedef struct _OCT6100_API_IMAGE_INFO_
UINT8 fIdleCodeDetectionConfiguration;
UINT8 fSinLevel;
+
+
+
+ UINT8 fPerChannelPlayoutControl;
UINT8 szVersionNumber[ cOCT6100_VERSION_NUMBER_MAX_SIZE ];
UINT32 ulBuildId;