comparison src/cs/drivers/drv_core/conf/sys_conf_dsp_int.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
1 /* @(#) nom : sys_conf_dsp_int.h SID: 1.1 date : 04/02/03 */
2 /* Filename: sys_conf_dsp_int.h */
3 /* Version: 1.1 */
4 /******************************************************************************
5 * WIRELESS COMMUNICATION SYSTEM DEVELOPMENT
6 *
7 * (C) 2002 Texas Instruments France. All rights reserved
8 *
9 * Author : Francois AMAND
10 *
11 *
12 * Important Note
13 * --------------
14 *
15 * This S/W is a preliminary version. It contains information on a product
16 * under development and is issued for evaluation purposes only. Features
17 * characteristics, data and other information are subject to change.
18 *
19 * The S/W is furnished under Non Disclosure Agreement and may be used or
20 * copied only in accordance with the terms of the agreement. It is an offence
21 * to copy the software in any way except as specifically set out in the
22 * agreement. No part of this document may be reproduced or transmitted in any
23 * form or by any means, electronic or mechanical, including photocopying and
24 * recording, for any purpose without the express written permission of Texas
25 * Instruments Inc.
26 *
27 ******************************************************************************
28 *
29 * FILE NAME: sys_conf_dsp_int.h
30 *
31 *
32 * PURPOSE: Include file to configure CONF CORE module of CALYPSO PLUS.
33 *
34 *
35 * FILE REFERENCES:
36 *
37 * Name IO Description
38 * ------------- -- ---------------------------------------------
39 *
40 *
41 *
42 * EXTERNAL VARIABLES:
43 *
44 * Source:
45 *
46 * Name Type IO Description
47 * ------------- --------------- -- ------------------------------
48 *
49 *
50 *
51 * EXTERNAL REFERENCES:
52 *
53 * Name Description
54 * ------------------ -------------------------------------------------------
55 *
56 *
57 *
58 * ABNORMAL TERMINATION CONDITIONS, ERROR AND WARNING MESSAGES:
59 *
60 *
61 *
62 * ASSUMPTION, CONSTRAINTS, RESTRICTIONS:
63 *
64 *
65 *
66 * NOTES:
67 *
68 *
69 *
70 * REQUIREMENTS/FUNCTIONAL SPECIFICATION REFERENCES:
71 *
72 *
73 *
74 *
75 * DEVELOPMENT HISTORY:
76 *
77 * Date Name(s) Version Description
78 * ----------- -------------- ------- -------------------------------------
79 * 2-april-2003 G.Leterrier 0.0.1 First implementation
80 *
81 * ALGORITHM:
82 *
83 *
84 *****************************************************************************/
85
86 #include "chipset.cfg"
87
88 #if (CHIPSET == 12)
89
90
91 /****************************************************************************
92 * CONSTANT DEFINITION
93 ***************************************************************************/
94
95 /*
96 * DSP INTERRUPT DEFINITION
97 */
98 #define C_DBG_DSP_INT_RIF_RX 0
99 #define C_DBG_DSP_INT_RIF_TX 1
100 #define C_DBG_DSP_INT_UART 2
101 #define C_DBG_DSP_INT_MCSI1_RX_MCSI2_TX 3
102 #define C_DBG_DSP_INT_MCSI1_TX_MCSI2_RX 4
103 #define C_DBG_DSP_INT_MCSI_FRAME 5
104 #define C_DBG_DSP_INT_MCSI_DAI_CPORT_TX_RX 6
105 #define C_DBG_DSP_INT_CYPHER 7
106 #define C_DBG_DSP_INT_TPU_FRAME 8
107 #define C_DBG_DSP_INT_TPU_PROG_INT 9
108 #define C_DBG_DSP_INT_DMA 10
109 #define C_DBG_DSP_INT_EXT_INT 11
110
111
112
113 /****************************************************************************
114 * MACRO DEFINITION
115 ***************************************************************************/
116
117 /****************************************************************************
118 * STRUCTURE DEFINITION
119 ***************************************************************************/
120
121 /****************************************************************************
122 * PROTOTYPE DEFINITION
123 ***************************************************************************/
124
125
126 #endif /* CHIPSET == 12 */
127
128
129