OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [bfin/] [include/] [defBF547.h] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
/*
2
 * The authors hereby grant permission to use, copy, modify, distribute,
3
 * and license this software and its documentation for any purpose, provided
4
 * that existing copyright notices are retained in all copies and that this
5
 * notice is included verbatim in any distributions. No written agreement,
6
 * license, or royalty fee is required for any of the authorized uses.
7
 * Modifications to this software may be copyrighted by their authors
8
 * and need not follow the licensing terms described here, provided that
9
 * the new terms are clearly indicated on the first page of each file where
10
 * they apply.
11
 */
12
 
13
/*
14
** defBF547.h
15
**
16
** Copyright (C) 2008 Analog Devices, Inc.
17
**
18
************************************************************************************
19
**
20
** This include file contains a list of macro "defines" to enable the programmer
21
** to use symbolic names for register-access and bit-manipulation.
22
**
23
**/
24
#ifndef _DEF_BF547_H
25
#define _DEF_BF547_H
26
 
27
/* Include all Core registers and bit definitions */
28
#include <def_LPBlackfin.h>
29
 
30
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF547 */
31
 
32
/* Include defBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */
33
#include <defBF54x_base.h>
34
 
35
/* The following are the #defines needed by ADSP-BF547 that are not in the common header */
36
 
37
/* Timer Registers */
38
 
39
#define                    TIMER8_CONFIG  0xffc00600   /* Timer 8 Configuration Register */
40
#define                   TIMER8_COUNTER  0xffc00604   /* Timer 8 Counter Register */
41
#define                    TIMER8_PERIOD  0xffc00608   /* Timer 8 Period Register */
42
#define                     TIMER8_WIDTH  0xffc0060c   /* Timer 8 Width Register */
43
#define                    TIMER9_CONFIG  0xffc00610   /* Timer 9 Configuration Register */
44
#define                   TIMER9_COUNTER  0xffc00614   /* Timer 9 Counter Register */
45
#define                    TIMER9_PERIOD  0xffc00618   /* Timer 9 Period Register */
46
#define                     TIMER9_WIDTH  0xffc0061c   /* Timer 9 Width Register */
47
#define                   TIMER10_CONFIG  0xffc00620   /* Timer 10 Configuration Register */
48
#define                  TIMER10_COUNTER  0xffc00624   /* Timer 10 Counter Register */
49
#define                   TIMER10_PERIOD  0xffc00628   /* Timer 10 Period Register */
50
#define                    TIMER10_WIDTH  0xffc0062c   /* Timer 10 Width Register */
51
 
52
/* Timer Group of 3 Registers */
53
 
54
#define                    TIMER_ENABLE1  0xffc00640   /* Timer Group of 3 Enable Register */
55
#define                   TIMER_DISABLE1  0xffc00644   /* Timer Group of 3 Disable Register */
56
#define                    TIMER_STATUS1  0xffc00648   /* Timer Group of 3 Status Register */
57
 
58
/* SPORT0 Registers */
59
 
60
#define                      SPORT0_TCR1  0xffc00800   /* SPORT0 Transmit Configuration 1 Register */
61
#define                      SPORT0_TCR2  0xffc00804   /* SPORT0 Transmit Configuration 2 Register */
62
#define                   SPORT0_TCLKDIV  0xffc00808   /* SPORT0 Transmit Serial Clock Divider Register */
63
#define                    SPORT0_TFSDIV  0xffc0080c   /* SPORT0 Transmit Frame Sync Divider Register */
64
#define                        SPORT0_TX  0xffc00810   /* SPORT0 Transmit Data Register */
65
#define                        SPORT0_RX  0xffc00818   /* SPORT0 Receive Data Register */
66
#define                      SPORT0_RCR1  0xffc00820   /* SPORT0 Receive Configuration 1 Register */
67
#define                      SPORT0_RCR2  0xffc00824   /* SPORT0 Receive Configuration 2 Register */
68
#define                   SPORT0_RCLKDIV  0xffc00828   /* SPORT0 Receive Serial Clock Divider Register */
69
#define                    SPORT0_RFSDIV  0xffc0082c   /* SPORT0 Receive Frame Sync Divider Register */
70
#define                      SPORT0_STAT  0xffc00830   /* SPORT0 Status Register */
71
#define                      SPORT0_CHNL  0xffc00834   /* SPORT0 Current Channel Register */
72
#define                     SPORT0_MCMC1  0xffc00838   /* SPORT0 Multi channel Configuration Register 1 */
73
#define                     SPORT0_MCMC2  0xffc0083c   /* SPORT0 Multi channel Configuration Register 2 */
74
#define                     SPORT0_MTCS0  0xffc00840   /* SPORT0 Multi channel Transmit Select Register 0 */
75
#define                     SPORT0_MTCS1  0xffc00844   /* SPORT0 Multi channel Transmit Select Register 1 */
76
#define                     SPORT0_MTCS2  0xffc00848   /* SPORT0 Multi channel Transmit Select Register 2 */
77
#define                     SPORT0_MTCS3  0xffc0084c   /* SPORT0 Multi channel Transmit Select Register 3 */
78
#define                     SPORT0_MRCS0  0xffc00850   /* SPORT0 Multi channel Receive Select Register 0 */
79
#define                     SPORT0_MRCS1  0xffc00854   /* SPORT0 Multi channel Receive Select Register 1 */
80
#define                     SPORT0_MRCS2  0xffc00858   /* SPORT0 Multi channel Receive Select Register 2 */
81
#define                     SPORT0_MRCS3  0xffc0085c   /* SPORT0 Multi channel Receive Select Register 3 */
82
 
83
/* EPPI0 Registers */
84
 
85
#define                     EPPI0_STATUS  0xffc01000   /* EPPI0 Status Register */
86
#define                     EPPI0_HCOUNT  0xffc01004   /* EPPI0 Horizontal Transfer Count Register */
87
#define                     EPPI0_HDELAY  0xffc01008   /* EPPI0 Horizontal Delay Count Register */
88
#define                     EPPI0_VCOUNT  0xffc0100c   /* EPPI0 Vertical Transfer Count Register */
89
#define                     EPPI0_VDELAY  0xffc01010   /* EPPI0 Vertical Delay Count Register */
90
#define                      EPPI0_FRAME  0xffc01014   /* EPPI0 Lines per Frame Register */
91
#define                       EPPI0_LINE  0xffc01018   /* EPPI0 Samples per Line Register */
92
#define                     EPPI0_CLKDIV  0xffc0101c   /* EPPI0 Clock Divide Register */
93
#define                    EPPI0_CONTROL  0xffc01020   /* EPPI0 Control Register */
94
#define                   EPPI0_FS1W_HBL  0xffc01024   /* EPPI0 FS1 Width Register / EPPI0 Horizontal Blanking Samples Per Line Register */
95
#define                  EPPI0_FS1P_AVPL  0xffc01028   /* EPPI0 FS1 Period Register / EPPI0 Active Video Samples Per Line Register */
96
#define                   EPPI0_FS2W_LVB  0xffc0102c   /* EPPI0 FS2 Width Register / EPPI0 Lines of Vertical Blanking Register */
97
#define                  EPPI0_FS2P_LAVF  0xffc01030   /* EPPI0 FS2 Period Register/ EPPI0 Lines of Active Video Per Field Register */
98
#define                       EPPI0_CLIP  0xffc01034   /* EPPI0 Clipping Register */
99
 
100
/* UART2 Registers */
101
 
102
#define                        UART2_DLL  0xffc02100   /* Divisor Latch Low Byte */
103
#define                        UART2_DLH  0xffc02104   /* Divisor Latch High Byte */
104
#define                       UART2_GCTL  0xffc02108   /* Global Control Register */
105
#define                        UART2_LCR  0xffc0210c   /* Line Control Register */
106
#define                        UART2_MCR  0xffc02110   /* Modem Control Register */
107
#define                        UART2_LSR  0xffc02114   /* Line Status Register */
108
#define                        UART2_MSR  0xffc02118   /* Modem Status Register */
109
#define                        UART2_SCR  0xffc0211c   /* Scratch Register */
110
#define                    UART2_IER_SET  0xffc02120   /* Interrupt Enable Register Set */
111
#define                  UART2_IER_CLEAR  0xffc02124   /* Interrupt Enable Register Clear */
112
#define                        UART2_THR  0xffc02128   /* Transmit Hold Register */
113
#define                        UART2_RBR  0xffc0212c   /* Receive Buffer Register */
114
 
115
/* Two Wire Interface Registers (TWI1) */
116
 
117
#define                      TWI1_CLKDIV  0xffc02200   /* Clock Divider Register */
118
#define                     TWI1_CONTROL  0xffc02204   /* TWI Control Register */
119
#define                   TWI1_SLAVE_CTL  0xffc02208   /* TWI Slave Mode Control Register */
120
#define                  TWI1_SLAVE_STAT  0xffc0220c   /* TWI Slave Mode Status Register */
121
#define                  TWI1_SLAVE_ADDR  0xffc02210   /* TWI Slave Mode Address Register */
122
#define                  TWI1_MASTER_CTL  0xffc02214   /* TWI Master Mode Control Register */
123
#define                 TWI1_MASTER_STAT  0xffc02218   /* TWI Master Mode Status Register */
124
#define                 TWI1_MASTER_ADDR  0xffc0221c   /* TWI Master Mode Address Register */
125
#define                    TWI1_INT_STAT  0xffc02220   /* TWI Interrupt Status Register */
126
#define                    TWI1_INT_MASK  0xffc02224   /* TWI Interrupt Mask Register */
127
#define                    TWI1_FIFO_CTL  0xffc02228   /* TWI FIFO Control Register */
128
#define                   TWI1_FIFO_STAT  0xffc0222c   /* TWI FIFO Status Register */
129
#define                   TWI1_XMT_DATA8  0xffc02280   /* TWI FIFO Transmit Data Single Byte Register */
130
#define                  TWI1_XMT_DATA16  0xffc02284   /* TWI FIFO Transmit Data Double Byte Register */
131
#define                   TWI1_RCV_DATA8  0xffc02288   /* TWI FIFO Receive Data Single Byte Register */
132
#define                  TWI1_RCV_DATA16  0xffc0228c   /* TWI FIFO Receive Data Double Byte Register */
133
 
134
/* SPI2  Registers */
135
 
136
#define                         SPI2_CTL  0xffc02400   /* SPI2 Control Register */
137
#define                         SPI2_FLG  0xffc02404   /* SPI2 Flag Register */
138
#define                        SPI2_STAT  0xffc02408   /* SPI2 Status Register */
139
#define                        SPI2_TDBR  0xffc0240c   /* SPI2 Transmit Data Buffer Register */
140
#define                        SPI2_RDBR  0xffc02410   /* SPI2 Receive Data Buffer Register */
141
#define                        SPI2_BAUD  0xffc02414   /* SPI2 Baud Rate Register */
142
#define                      SPI2_SHADOW  0xffc02418   /* SPI2 Receive Data Buffer Shadow Register */
143
 
144
 
145
/* ATAPI Registers */
146
 
147
#define                    ATAPI_CONTROL  0xffc03800   /* ATAPI Control Register */
148
#define                     ATAPI_STATUS  0xffc03804   /* ATAPI Status Register */
149
#define                   ATAPI_DEV_ADDR  0xffc03808   /* ATAPI Device Register Address */
150
#define                  ATAPI_DEV_TXBUF  0xffc0380c   /* ATAPI Device Register Write Data */
151
#define                  ATAPI_DEV_RXBUF  0xffc03810   /* ATAPI Device Register Read Data */
152
#define                   ATAPI_INT_MASK  0xffc03814   /* ATAPI Interrupt Mask Register */
153
#define                 ATAPI_INT_STATUS  0xffc03818   /* ATAPI Interrupt Status Register */
154
#define                   ATAPI_XFER_LEN  0xffc0381c   /* ATAPI Length of Transfer */
155
#define                ATAPI_LINE_STATUS  0xffc03820   /* ATAPI Line Status */
156
#define                   ATAPI_SM_STATE  0xffc03824   /* ATAPI State Machine Status */
157
#define                  ATAPI_TERMINATE  0xffc03828   /* ATAPI Host Terminate */
158
#define                 ATAPI_PIO_TFRCNT  0xffc0382c   /* ATAPI PIO mode transfer count */
159
#define                 ATAPI_DMA_TFRCNT  0xffc03830   /* ATAPI DMA mode transfer count */
160
#define               ATAPI_UMAIN_TFRCNT  0xffc03834   /* ATAPI UDMAIN transfer count */
161
#define             ATAPI_UDMAOUT_TFRCNT  0xffc03838   /* ATAPI UDMAOUT transfer count */
162
#define                  ATAPI_REG_TIM_0  0xffc03840   /* ATAPI Register Transfer Timing 0 */
163
#define                  ATAPI_PIO_TIM_0  0xffc03844   /* ATAPI PIO Timing 0 Register */
164
#define                  ATAPI_PIO_TIM_1  0xffc03848   /* ATAPI PIO Timing 1 Register */
165
#define                ATAPI_MULTI_TIM_0  0xffc03850   /* ATAPI Multi-DMA Timing 0 Register */
166
#define                ATAPI_MULTI_TIM_1  0xffc03854   /* ATAPI Multi-DMA Timing 1 Register */
167
#define                ATAPI_MULTI_TIM_2  0xffc03858   /* ATAPI Multi-DMA Timing 2 Register */
168
#define                ATAPI_ULTRA_TIM_0  0xffc03860   /* ATAPI Ultra-DMA Timing 0 Register */
169
#define                ATAPI_ULTRA_TIM_1  0xffc03864   /* ATAPI Ultra-DMA Timing 1 Register */
170
#define                ATAPI_ULTRA_TIM_2  0xffc03868   /* ATAPI Ultra-DMA Timing 2 Register */
171
#define                ATAPI_ULTRA_TIM_3  0xffc0386c   /* ATAPI Ultra-DMA Timing 3 Register */
172
 
173
/* SDH Registers */
174
 
175
#define                      SDH_PWR_CTL  0xffc03900   /* SDH Power Control */
176
#define                      SDH_CLK_CTL  0xffc03904   /* SDH Clock Control */
177
#define                     SDH_ARGUMENT  0xffc03908   /* SDH Argument */
178
#define                      SDH_COMMAND  0xffc0390c   /* SDH Command */
179
#define                     SDH_RESP_CMD  0xffc03910   /* SDH Response Command */
180
#define                    SDH_RESPONSE0  0xffc03914   /* SDH Response0 */
181
#define                    SDH_RESPONSE1  0xffc03918   /* SDH Response1 */
182
#define                    SDH_RESPONSE2  0xffc0391c   /* SDH Response2 */
183
#define                    SDH_RESPONSE3  0xffc03920   /* SDH Response3 */
184
#define                   SDH_DATA_TIMER  0xffc03924   /* SDH Data Timer */
185
#define                    SDH_DATA_LGTH  0xffc03928   /* SDH Data Length */
186
#define                     SDH_DATA_CTL  0xffc0392c   /* SDH Data Control */
187
#define                     SDH_DATA_CNT  0xffc03930   /* SDH Data Counter */
188
#define                       SDH_STATUS  0xffc03934   /* SDH Status */
189
#define                   SDH_STATUS_CLR  0xffc03938   /* SDH Status Clear */
190
#define                        SDH_MASK0  0xffc0393c   /* SDH Interrupt0 Mask */
191
#define                        SDH_MASK1  0xffc03940   /* SDH Interrupt1 Mask */
192
#define                     SDH_FIFO_CNT  0xffc03948   /* SDH FIFO Counter */
193
#define                         SDH_FIFO  0xffc03980   /* SDH Data FIFO */
194
#define                     SDH_E_STATUS  0xffc039c0   /* SDH Exception Status */
195
#define                       SDH_E_MASK  0xffc039c4   /* SDH Exception Mask */
196
#define                          SDH_CFG  0xffc039c8   /* SDH Configuration */
197
#define                   SDH_RD_WAIT_EN  0xffc039cc   /* SDH Read Wait Enable */
198
#define                         SDH_PID0  0xffc039d0   /* SDH Peripheral Identification0 */
199
#define                         SDH_PID1  0xffc039d4   /* SDH Peripheral Identification1 */
200
#define                         SDH_PID2  0xffc039d8   /* SDH Peripheral Identification2 */
201
#define                         SDH_PID3  0xffc039dc   /* SDH Peripheral Identification3 */
202
#define                         SDH_PID4  0xffc039e0   /* SDH Peripheral Identification4 */
203
#define                         SDH_PID5  0xffc039e4   /* SDH Peripheral Identification5 */
204
#define                         SDH_PID6  0xffc039e8   /* SDH Peripheral Identification6 */
205
#define                         SDH_PID7  0xffc039ec   /* SDH Peripheral Identification7 */
206
 
207
/* HOST Port Registers */
208
 
209
#define                     HOST_CONTROL  0xffc03a00   /* HOSTDP Control Register */
210
#define                      HOST_STATUS  0xffc03a04   /* HOSTDP Status Register */
211
#define                     HOST_TIMEOUT  0xffc03a08   /* HOSTDP Acknowledge Mode Timeout Register */
212
 
213
/* USB Control Registers */
214
 
215
#define                        USB_FADDR  0xffc03c00   /* Function address register */
216
#define                        USB_POWER  0xffc03c04   /* Power management register */
217
#define                       USB_INTRTX  0xffc03c08   /* Interrupt register for endpoint 0 and Tx endpoint 1 to 7 */
218
#define                       USB_INTRRX  0xffc03c0c   /* Interrupt register for Rx endpoints 1 to 7 */
219
#define                      USB_INTRTXE  0xffc03c10   /* Interrupt enable register for IntrTx */
220
#define                      USB_INTRRXE  0xffc03c14   /* Interrupt enable register for IntrRx */
221
#define                      USB_INTRUSB  0xffc03c18   /* Interrupt register for common USB interrupts */
222
#define                     USB_INTRUSBE  0xffc03c1c   /* Interrupt enable register for IntrUSB */
223
#define                        USB_FRAME  0xffc03c20   /* USB frame number */
224
#define                        USB_INDEX  0xffc03c24   /* Index register for selecting the indexed endpoint registers */
225
#define                     USB_TESTMODE  0xffc03c28   /* Enabled USB 20 test modes */
226
#define                     USB_GLOBINTR  0xffc03c2c   /* Global Interrupt Mask register and Wakeup Exception Interrupt */
227
#define                   USB_GLOBAL_CTL  0xffc03c30   /* Global Clock Control for the core */
228
 
229
/* USB Packet Control Registers */
230
 
231
#define                USB_TX_MAX_PACKET  0xffc03c40   /* Maximum packet size for Host Tx endpoint */
232
#define                         USB_CSR0  0xffc03c44   /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */
233
#define                        USB_TXCSR  0xffc03c44   /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */
234
#define                USB_RX_MAX_PACKET  0xffc03c48   /* Maximum packet size for Host Rx endpoint */
235
#define                        USB_RXCSR  0xffc03c4c   /* Control Status register for Host Rx endpoint */
236
#define                       USB_COUNT0  0xffc03c50   /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */
237
#define                      USB_RXCOUNT  0xffc03c50   /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */
238
#define                       USB_TXTYPE  0xffc03c54   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint */
239
#define                    USB_NAKLIMIT0  0xffc03c58   /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */
240
#define                   USB_TXINTERVAL  0xffc03c58   /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */
241
#define                       USB_RXTYPE  0xffc03c5c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint */
242
#define                   USB_RXINTERVAL  0xffc03c60   /* Sets the polling interval for Interrupt and Isochronous transfers or the NAK response timeout on Bulk transfers */
243
#define                      USB_TXCOUNT  0xffc03c68   /* Number of bytes to be written to the selected endpoint Tx FIFO */
244
 
245
/* USB Endpoint FIFO Registers */
246
 
247
#define                     USB_EP0_FIFO  0xffc03c80   /* Endpoint 0 FIFO */
248
#define                     USB_EP1_FIFO  0xffc03c88   /* Endpoint 1 FIFO */
249
#define                     USB_EP2_FIFO  0xffc03c90   /* Endpoint 2 FIFO */
250
#define                     USB_EP3_FIFO  0xffc03c98   /* Endpoint 3 FIFO */
251
#define                     USB_EP4_FIFO  0xffc03ca0   /* Endpoint 4 FIFO */
252
#define                     USB_EP5_FIFO  0xffc03ca8   /* Endpoint 5 FIFO */
253
#define                     USB_EP6_FIFO  0xffc03cb0   /* Endpoint 6 FIFO */
254
#define                     USB_EP7_FIFO  0xffc03cb8   /* Endpoint 7 FIFO */
255
 
256
/* USB OTG Control Registers */
257
 
258
#define                  USB_OTG_DEV_CTL  0xffc03d00   /* OTG Device Control Register */
259
#define                 USB_OTG_VBUS_IRQ  0xffc03d04   /* OTG VBUS Control Interrupts */
260
#define                USB_OTG_VBUS_MASK  0xffc03d08   /* VBUS Control Interrupt Enable */
261
 
262
/* USB Phy Control Registers */
263
 
264
#define                     USB_LINKINFO  0xffc03d48   /* Enables programming of some PHY-side delays */
265
#define                        USB_VPLEN  0xffc03d4c   /* Determines duration of VBUS pulse for VBUS charging */
266
#define                      USB_HS_EOF1  0xffc03d50   /* Time buffer for High-Speed transactions */
267
#define                      USB_FS_EOF1  0xffc03d54   /* Time buffer for Full-Speed transactions */
268
#define                      USB_LS_EOF1  0xffc03d58   /* Time buffer for Low-Speed transactions */
269
 
270
/* (APHY_CNTRL is for ADI usage only) */
271
 
272
#define                   USB_APHY_CNTRL  0xffc03de0   /* Register that increases visibility of Analog PHY */
273
 
274
/* (APHY_CALIB is for ADI usage only) */
275
 
276
#define                   USB_APHY_CALIB  0xffc03de4   /* Register used to set some calibration values */
277
#define                  USB_APHY_CNTRL2  0xffc03de8   /* Register used to prevent re-enumeration once Moab goes into hibernate mode */
278
 
279
/* (PHY_TEST is for ADI usage only) */
280
 
281
#define                     USB_PHY_TEST  0xffc03dec   /* Used for reducing simulation time and simplifies FIFO testability */
282
#define                  USB_PLLOSC_CTRL  0xffc03df0   /* Used to program different parameters for USB PLL and Oscillator */
283
#define                   USB_SRP_CLKDIV  0xffc03df4   /* Used to program clock divide value for the clock fed to the SRP detection logic */
284
 
285
/* USB Endpoint 0 Control Registers */
286
 
287
#define                USB_EP_NI0_TXMAXP  0xffc03e00   /* Maximum packet size for Host Tx endpoint0 */
288
#define                 USB_EP_NI0_TXCSR  0xffc03e04   /* Control Status register for endpoint 0 */
289
#define                USB_EP_NI0_RXMAXP  0xffc03e08   /* Maximum packet size for Host Rx endpoint0 */
290
#define                 USB_EP_NI0_RXCSR  0xffc03e0c   /* Control Status register for Host Rx endpoint0 */
291
#define               USB_EP_NI0_RXCOUNT  0xffc03e10   /* Number of bytes received in endpoint 0 FIFO */
292
#define                USB_EP_NI0_TXTYPE  0xffc03e14   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint0 */
293
#define            USB_EP_NI0_TXINTERVAL  0xffc03e18   /* Sets the NAK response timeout on Endpoint 0 */
294
#define                USB_EP_NI0_RXTYPE  0xffc03e1c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint0 */
295
#define            USB_EP_NI0_RXINTERVAL  0xffc03e20   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint0 */
296
 
297
/* USB Endpoint 1 Control Registers */
298
 
299
#define               USB_EP_NI0_TXCOUNT  0xffc03e28   /* Number of bytes to be written to the endpoint0 Tx FIFO */
300
#define                USB_EP_NI1_TXMAXP  0xffc03e40   /* Maximum packet size for Host Tx endpoint1 */
301
#define                 USB_EP_NI1_TXCSR  0xffc03e44   /* Control Status register for endpoint1 */
302
#define                USB_EP_NI1_RXMAXP  0xffc03e48   /* Maximum packet size for Host Rx endpoint1 */
303
#define                 USB_EP_NI1_RXCSR  0xffc03e4c   /* Control Status register for Host Rx endpoint1 */
304
#define               USB_EP_NI1_RXCOUNT  0xffc03e50   /* Number of bytes received in endpoint1 FIFO */
305
#define                USB_EP_NI1_TXTYPE  0xffc03e54   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint1 */
306
#define            USB_EP_NI1_TXINTERVAL  0xffc03e58   /* Sets the NAK response timeout on Endpoint1 */
307
#define                USB_EP_NI1_RXTYPE  0xffc03e5c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint1 */
308
#define            USB_EP_NI1_RXINTERVAL  0xffc03e60   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint1 */
309
 
310
/* USB Endpoint 2 Control Registers */
311
 
312
#define               USB_EP_NI1_TXCOUNT  0xffc03e68   /* Number of bytes to be written to the+H102 endpoint1 Tx FIFO */
313
#define                USB_EP_NI2_TXMAXP  0xffc03e80   /* Maximum packet size for Host Tx endpoint2 */
314
#define                 USB_EP_NI2_TXCSR  0xffc03e84   /* Control Status register for endpoint2 */
315
#define                USB_EP_NI2_RXMAXP  0xffc03e88   /* Maximum packet size for Host Rx endpoint2 */
316
#define                 USB_EP_NI2_RXCSR  0xffc03e8c   /* Control Status register for Host Rx endpoint2 */
317
#define               USB_EP_NI2_RXCOUNT  0xffc03e90   /* Number of bytes received in endpoint2 FIFO */
318
#define                USB_EP_NI2_TXTYPE  0xffc03e94   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint2 */
319
#define            USB_EP_NI2_TXINTERVAL  0xffc03e98   /* Sets the NAK response timeout on Endpoint2 */
320
#define                USB_EP_NI2_RXTYPE  0xffc03e9c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint2 */
321
#define            USB_EP_NI2_RXINTERVAL  0xffc03ea0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint2 */
322
 
323
/* USB Endpoint 3 Control Registers */
324
 
325
#define               USB_EP_NI2_TXCOUNT  0xffc03ea8   /* Number of bytes to be written to the endpoint2 Tx FIFO */
326
#define                USB_EP_NI3_TXMAXP  0xffc03ec0   /* Maximum packet size for Host Tx endpoint3 */
327
#define                 USB_EP_NI3_TXCSR  0xffc03ec4   /* Control Status register for endpoint3 */
328
#define                USB_EP_NI3_RXMAXP  0xffc03ec8   /* Maximum packet size for Host Rx endpoint3 */
329
#define                 USB_EP_NI3_RXCSR  0xffc03ecc   /* Control Status register for Host Rx endpoint3 */
330
#define               USB_EP_NI3_RXCOUNT  0xffc03ed0   /* Number of bytes received in endpoint3 FIFO */
331
#define                USB_EP_NI3_TXTYPE  0xffc03ed4   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint3 */
332
#define            USB_EP_NI3_TXINTERVAL  0xffc03ed8   /* Sets the NAK response timeout on Endpoint3 */
333
#define                USB_EP_NI3_RXTYPE  0xffc03edc   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint3 */
334
#define            USB_EP_NI3_RXINTERVAL  0xffc03ee0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint3 */
335
 
336
/* USB Endpoint 4 Control Registers */
337
 
338
#define               USB_EP_NI3_TXCOUNT  0xffc03ee8   /* Number of bytes to be written to the H124endpoint3 Tx FIFO */
339
#define                USB_EP_NI4_TXMAXP  0xffc03f00   /* Maximum packet size for Host Tx endpoint4 */
340
#define                 USB_EP_NI4_TXCSR  0xffc03f04   /* Control Status register for endpoint4 */
341
#define                USB_EP_NI4_RXMAXP  0xffc03f08   /* Maximum packet size for Host Rx endpoint4 */
342
#define                 USB_EP_NI4_RXCSR  0xffc03f0c   /* Control Status register for Host Rx endpoint4 */
343
#define               USB_EP_NI4_RXCOUNT  0xffc03f10   /* Number of bytes received in endpoint4 FIFO */
344
#define                USB_EP_NI4_TXTYPE  0xffc03f14   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint4 */
345
#define            USB_EP_NI4_TXINTERVAL  0xffc03f18   /* Sets the NAK response timeout on Endpoint4 */
346
#define                USB_EP_NI4_RXTYPE  0xffc03f1c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint4 */
347
#define            USB_EP_NI4_RXINTERVAL  0xffc03f20   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint4 */
348
 
349
/* USB Endpoint 5 Control Registers */
350
 
351
#define               USB_EP_NI4_TXCOUNT  0xffc03f28   /* Number of bytes to be written to the endpoint4 Tx FIFO */
352
#define                USB_EP_NI5_TXMAXP  0xffc03f40   /* Maximum packet size for Host Tx endpoint5 */
353
#define                 USB_EP_NI5_TXCSR  0xffc03f44   /* Control Status register for endpoint5 */
354
#define                USB_EP_NI5_RXMAXP  0xffc03f48   /* Maximum packet size for Host Rx endpoint5 */
355
#define                 USB_EP_NI5_RXCSR  0xffc03f4c   /* Control Status register for Host Rx endpoint5 */
356
#define               USB_EP_NI5_RXCOUNT  0xffc03f50   /* Number of bytes received in endpoint5 FIFO */
357
#define                USB_EP_NI5_TXTYPE  0xffc03f54   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint5 */
358
#define            USB_EP_NI5_TXINTERVAL  0xffc03f58   /* Sets the NAK response timeout on Endpoint5 */
359
#define                USB_EP_NI5_RXTYPE  0xffc03f5c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint5 */
360
#define            USB_EP_NI5_RXINTERVAL  0xffc03f60   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint5 */
361
 
362
/* USB Endpoint 6 Control Registers */
363
 
364
#define               USB_EP_NI5_TXCOUNT  0xffc03f68   /* Number of bytes to be written to the H145endpoint5 Tx FIFO */
365
#define                USB_EP_NI6_TXMAXP  0xffc03f80   /* Maximum packet size for Host Tx endpoint6 */
366
#define                 USB_EP_NI6_TXCSR  0xffc03f84   /* Control Status register for endpoint6 */
367
#define                USB_EP_NI6_RXMAXP  0xffc03f88   /* Maximum packet size for Host Rx endpoint6 */
368
#define                 USB_EP_NI6_RXCSR  0xffc03f8c   /* Control Status register for Host Rx endpoint6 */
369
#define               USB_EP_NI6_RXCOUNT  0xffc03f90   /* Number of bytes received in endpoint6 FIFO */
370
#define                USB_EP_NI6_TXTYPE  0xffc03f94   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint6 */
371
#define            USB_EP_NI6_TXINTERVAL  0xffc03f98   /* Sets the NAK response timeout on Endpoint6 */
372
#define                USB_EP_NI6_RXTYPE  0xffc03f9c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint6 */
373
#define            USB_EP_NI6_RXINTERVAL  0xffc03fa0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint6 */
374
 
375
/* USB Endpoint 7 Control Registers */
376
 
377
#define               USB_EP_NI6_TXCOUNT  0xffc03fa8   /* Number of bytes to be written to the endpoint6 Tx FIFO */
378
#define                USB_EP_NI7_TXMAXP  0xffc03fc0   /* Maximum packet size for Host Tx endpoint7 */
379
#define                 USB_EP_NI7_TXCSR  0xffc03fc4   /* Control Status register for endpoint7 */
380
#define                USB_EP_NI7_RXMAXP  0xffc03fc8   /* Maximum packet size for Host Rx endpoint7 */
381
#define                 USB_EP_NI7_RXCSR  0xffc03fcc   /* Control Status register for Host Rx endpoint7 */
382
#define               USB_EP_NI7_RXCOUNT  0xffc03fd0   /* Number of bytes received in endpoint7 FIFO */
383
#define                USB_EP_NI7_TXTYPE  0xffc03fd4   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint7 */
384
#define            USB_EP_NI7_TXINTERVAL  0xffc03fd8   /* Sets the NAK response timeout on Endpoint7 */
385
#define                USB_EP_NI7_RXTYPE  0xffc03fdc   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint7 */
386
#define            USB_EP_NI7_RXINTERVAL  0xffc03ff0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint7 */
387
#define               USB_EP_NI7_TXCOUNT  0xffc03ff8   /* Number of bytes to be written to the endpoint7 Tx FIFO */
388
#define                USB_DMA_INTERRUPT  0xffc04000   /* Indicates pending interrupts for the DMA channels */
389
 
390
/* USB Channel 0 Config Registers */
391
 
392
#define                  USB_DMA0CONTROL  0xffc04004   /* DMA master channel 0 configuration */
393
#define                  USB_DMA0ADDRLOW  0xffc04008   /* Lower 16-bits of memory source/destination address for DMA master channel 0 */
394
#define                 USB_DMA0ADDRHIGH  0xffc0400c   /* Upper 16-bits of memory source/destination address for DMA master channel 0 */
395
#define                 USB_DMA0COUNTLOW  0xffc04010   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 0 */
396
#define                USB_DMA0COUNTHIGH  0xffc04014   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 0 */
397
 
398
/* USB Channel 1 Config Registers */
399
 
400
#define                  USB_DMA1CONTROL  0xffc04024   /* DMA master channel 1 configuration */
401
#define                  USB_DMA1ADDRLOW  0xffc04028   /* Lower 16-bits of memory source/destination address for DMA master channel 1 */
402
#define                 USB_DMA1ADDRHIGH  0xffc0402c   /* Upper 16-bits of memory source/destination address for DMA master channel 1 */
403
#define                 USB_DMA1COUNTLOW  0xffc04030   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 1 */
404
#define                USB_DMA1COUNTHIGH  0xffc04034   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 1 */
405
 
406
/* USB Channel 2 Config Registers */
407
 
408
#define                  USB_DMA2CONTROL  0xffc04044   /* DMA master channel 2 configuration */
409
#define                  USB_DMA2ADDRLOW  0xffc04048   /* Lower 16-bits of memory source/destination address for DMA master channel 2 */
410
#define                 USB_DMA2ADDRHIGH  0xffc0404c   /* Upper 16-bits of memory source/destination address for DMA master channel 2 */
411
#define                 USB_DMA2COUNTLOW  0xffc04050   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 2 */
412
#define                USB_DMA2COUNTHIGH  0xffc04054   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 2 */
413
 
414
/* USB Channel 3 Config Registers */
415
 
416
#define                  USB_DMA3CONTROL  0xffc04064   /* DMA master channel 3 configuration */
417
#define                  USB_DMA3ADDRLOW  0xffc04068   /* Lower 16-bits of memory source/destination address for DMA master channel 3 */
418
#define                 USB_DMA3ADDRHIGH  0xffc0406c   /* Upper 16-bits of memory source/destination address for DMA master channel 3 */
419
#define                 USB_DMA3COUNTLOW  0xffc04070   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 3 */
420
#define                USB_DMA3COUNTHIGH  0xffc04074   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 3 */
421
 
422
/* USB Channel 4 Config Registers */
423
 
424
#define                  USB_DMA4CONTROL  0xffc04084   /* DMA master channel 4 configuration */
425
#define                  USB_DMA4ADDRLOW  0xffc04088   /* Lower 16-bits of memory source/destination address for DMA master channel 4 */
426
#define                 USB_DMA4ADDRHIGH  0xffc0408c   /* Upper 16-bits of memory source/destination address for DMA master channel 4 */
427
#define                 USB_DMA4COUNTLOW  0xffc04090   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 4 */
428
#define                USB_DMA4COUNTHIGH  0xffc04094   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 4 */
429
 
430
/* USB Channel 5 Config Registers */
431
 
432
#define                  USB_DMA5CONTROL  0xffc040a4   /* DMA master channel 5 configuration */
433
#define                  USB_DMA5ADDRLOW  0xffc040a8   /* Lower 16-bits of memory source/destination address for DMA master channel 5 */
434
#define                 USB_DMA5ADDRHIGH  0xffc040ac   /* Upper 16-bits of memory source/destination address for DMA master channel 5 */
435
#define                 USB_DMA5COUNTLOW  0xffc040b0   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 5 */
436
#define                USB_DMA5COUNTHIGH  0xffc040b4   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 5 */
437
 
438
/* USB Channel 6 Config Registers */
439
 
440
#define                  USB_DMA6CONTROL  0xffc040c4   /* DMA master channel 6 configuration */
441
#define                  USB_DMA6ADDRLOW  0xffc040c8   /* Lower 16-bits of memory source/destination address for DMA master channel 6 */
442
#define                 USB_DMA6ADDRHIGH  0xffc040cc   /* Upper 16-bits of memory source/destination address for DMA master channel 6 */
443
#define                 USB_DMA6COUNTLOW  0xffc040d0   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 6 */
444
#define                USB_DMA6COUNTHIGH  0xffc040d4   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 6 */
445
 
446
/* USB Channel 7 Config Registers */
447
 
448
#define                  USB_DMA7CONTROL  0xffc040e4   /* DMA master channel 7 configuration */
449
#define                  USB_DMA7ADDRLOW  0xffc040e8   /* Lower 16-bits of memory source/destination address for DMA master channel 7 */
450
#define                 USB_DMA7ADDRHIGH  0xffc040ec   /* Upper 16-bits of memory source/destination address for DMA master channel 7 */
451
#define                 USB_DMA7COUNTLOW  0xffc040f0   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 7 */
452
#define                USB_DMA7COUNTHIGH  0xffc040f4   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 7 */
453
 
454
/* Keypad Registers */
455
 
456
#define                         KPAD_CTL  0xffc04100   /* Controls keypad module enable and disable */
457
#define                    KPAD_PRESCALE  0xffc04104   /* Establish a time base for programing the KPAD_MSEL register */
458
#define                        KPAD_MSEL  0xffc04108   /* Selects delay parameters for keypad interface sensitivity */
459
#define                      KPAD_ROWCOL  0xffc0410c   /* Captures the row and column output values of the keys pressed */
460
#define                        KPAD_STAT  0xffc04110   /* Holds and clears the status of the keypad interface interrupt */
461
#define                    KPAD_SOFTEVAL  0xffc04114   /* Lets software force keypad interface to check for keys being pressed */
462
 
463
/* Pixel Compositor (PIXC) Registers */
464
 
465
#define                         PIXC_CTL  0xffc04400   /* Overlay enable, resampling mode, I/O data format, transparency enable, watermark level, FIFO status */
466
#define                         PIXC_PPL  0xffc04404   /* Holds the number of pixels per line of the display */
467
#define                         PIXC_LPF  0xffc04408   /* Holds the number of lines per frame of the display */
468
#define                     PIXC_AHSTART  0xffc0440c   /* Contains horizontal start pixel information of the overlay data (set A) */
469
#define                       PIXC_AHEND  0xffc04410   /* Contains horizontal end pixel information of the overlay data (set A) */
470
#define                     PIXC_AVSTART  0xffc04414   /* Contains vertical start pixel information of the overlay data (set A) */
471
#define                       PIXC_AVEND  0xffc04418   /* Contains vertical end pixel information of the overlay data (set A) */
472
#define                     PIXC_ATRANSP  0xffc0441c   /* Contains the transparency ratio (set A) */
473
#define                     PIXC_BHSTART  0xffc04420   /* Contains horizontal start pixel information of the overlay data (set B) */
474
#define                       PIXC_BHEND  0xffc04424   /* Contains horizontal end pixel information of the overlay data (set B) */
475
#define                     PIXC_BVSTART  0xffc04428   /* Contains vertical start pixel information of the overlay data (set B) */
476
#define                       PIXC_BVEND  0xffc0442c   /* Contains vertical end pixel information of the overlay data (set B) */
477
#define                     PIXC_BTRANSP  0xffc04430   /* Contains the transparency ratio (set B) */
478
#define                    PIXC_INTRSTAT  0xffc0443c   /* Overlay interrupt configuration/status */
479
#define                       PIXC_RYCON  0xffc04440   /* Color space conversion matrix register. Contains the R/Y conversion coefficients */
480
#define                       PIXC_GUCON  0xffc04444   /* Color space conversion matrix register. Contains the G/U conversion coefficients */
481
#define                       PIXC_BVCON  0xffc04448   /* Color space conversion matrix register. Contains the B/V conversion coefficients */
482
#define                      PIXC_CCBIAS  0xffc0444c   /* Bias values for the color space conversion matrix */
483
#define                          PIXC_TC  0xffc04450   /* Holds the transparent color value */
484
 
485
/* ********************************************************** */
486
/*     SINGLE BIT MACRO PAIRS (bit mask and negated one)      */
487
/*     and MULTI BIT READ MACROS                              */
488
/* ********************************************************** */
489
 
490
/* Bit masks for PIXC_CTL */
491
 
492
#define                   PIXC_EN  0x1        /* Pixel Compositor Enable */
493
#define                  nPIXC_EN  0x0
494
#define                  OVR_A_EN  0x2        /* Overlay A Enable */
495
#define                 nOVR_A_EN  0x0
496
#define                  OVR_B_EN  0x4        /* Overlay B Enable */
497
#define                 nOVR_B_EN  0x0
498
#define                  IMG_FORM  0x8        /* Image Data Format */
499
#define                 nIMG_FORM  0x0
500
#define                  OVR_FORM  0x10       /* Overlay Data Format */
501
#define                 nOVR_FORM  0x0
502
#define                  OUT_FORM  0x20       /* Output Data Format */
503
#define                 nOUT_FORM  0x0
504
#define                   UDS_MOD  0x40       /* Resampling Mode */
505
#define                  nUDS_MOD  0x0
506
#define                     TC_EN  0x80       /* Transparent Color Enable */
507
#define                    nTC_EN  0x0
508
#define                  IMG_STAT  0x300      /* Image FIFO Status */
509
#define                  OVR_STAT  0xc00      /* Overlay FIFO Status */
510
#define                    WM_LVL  0x3000     /* FIFO Watermark Level */
511
 
512
/* Bit masks for PIXC_AHSTART */
513
 
514
#define                  A_HSTART  0xfff      /* Horizontal Start Coordinates */
515
 
516
/* Bit masks for PIXC_AHEND */
517
 
518
#define                    A_HEND  0xfff      /* Horizontal End Coordinates */
519
 
520
/* Bit masks for PIXC_AVSTART */
521
 
522
#define                  A_VSTART  0x3ff      /* Vertical Start Coordinates */
523
 
524
/* Bit masks for PIXC_AVEND */
525
 
526
#define                    A_VEND  0x3ff      /* Vertical End Coordinates */
527
 
528
/* Bit masks for PIXC_ATRANSP */
529
 
530
#define                  A_TRANSP  0xf        /* Transparency Value */
531
 
532
/* Bit masks for PIXC_BHSTART */
533
 
534
#define                  B_HSTART  0xfff      /* Horizontal Start Coordinates */
535
 
536
/* Bit masks for PIXC_BHEND */
537
 
538
#define                    B_HEND  0xfff      /* Horizontal End Coordinates */
539
 
540
/* Bit masks for PIXC_BVSTART */
541
 
542
#define                  B_VSTART  0x3ff      /* Vertical Start Coordinates */
543
 
544
/* Bit masks for PIXC_BVEND */
545
 
546
#define                    B_VEND  0x3ff      /* Vertical End Coordinates */
547
 
548
/* Bit masks for PIXC_BTRANSP */
549
 
550
#define                  B_TRANSP  0xf        /* Transparency Value */
551
 
552
/* Bit masks for PIXC_INTRSTAT */
553
 
554
#define                OVR_INT_EN  0x1        /* Interrupt at End of Last Valid Overlay */
555
#define               nOVR_INT_EN  0x0
556
#define                FRM_INT_EN  0x2        /* Interrupt at End of Frame */
557
#define               nFRM_INT_EN  0x0
558
#define              OVR_INT_STAT  0x4        /* Overlay Interrupt Status */
559
#define             nOVR_INT_STAT  0x0
560
#define              FRM_INT_STAT  0x8        /* Frame Interrupt Status */
561
#define             nFRM_INT_STAT  0x0
562
 
563
/* Bit masks for PIXC_RYCON */
564
 
565
#define                       A11  0x3ff      /* A11 in the Coefficient Matrix */
566
#define                       A12  0xffc00    /* A12 in the Coefficient Matrix */
567
#define                       A13  0x3ff00000 /* A13 in the Coefficient Matrix */
568
#define                  RY_MULT4  0x40000000 /* Multiply Row by 4 */
569
#define                 nRY_MULT4  0x0
570
 
571
/* Bit masks for PIXC_GUCON */
572
 
573
#define                       A21  0x3ff      /* A21 in the Coefficient Matrix */
574
#define                       A22  0xffc00    /* A22 in the Coefficient Matrix */
575
#define                       A23  0x3ff00000 /* A23 in the Coefficient Matrix */
576
#define                  GU_MULT4  0x40000000 /* Multiply Row by 4 */
577
#define                 nGU_MULT4  0x0
578
 
579
/* Bit masks for PIXC_BVCON */
580
 
581
#define                       A31  0x3ff      /* A31 in the Coefficient Matrix */
582
#define                       A32  0xffc00    /* A32 in the Coefficient Matrix */
583
#define                       A33  0x3ff00000 /* A33 in the Coefficient Matrix */
584
#define                  BV_MULT4  0x40000000 /* Multiply Row by 4 */
585
#define                 nBV_MULT4  0x0
586
 
587
/* Bit masks for PIXC_CCBIAS */
588
 
589
#define                       A14  0x3ff      /* A14 in the Bias Vector */
590
#define                       A24  0xffc00    /* A24 in the Bias Vector */
591
#define                       A34  0x3ff00000 /* A34 in the Bias Vector */
592
 
593
/* Bit masks for PIXC_TC */
594
 
595
#define                  RY_TRANS  0xff       /* Transparent Color - R/Y Component */
596
#define                  GU_TRANS  0xff00     /* Transparent Color - G/U Component */
597
#define                  BV_TRANS  0xff0000   /* Transparent Color - B/V Component */
598
 
599
/* Bit masks for HOST_CONTROL */
600
 
601
#define                 HOSTDP_EN  0x1        /* HOSTDP Enable */
602
#define                nHOSTDP_EN  0x0
603
#define                HOSTDP_END  0x2        /* Host Endianess */
604
#define               nHOSTDP_END  0x0
605
#define          HOSTDP_DATA_SIZE  0x4        /* Data Size */
606
#define         nHOSTDP_DATA_SIZE  0x0
607
#define                HOSTDP_RST  0x8        /* HOSTDP Reset */
608
#define               nHOSTDP_RST  0x0
609
#define                  HRDY_OVR  0x20       /* HRDY Override */
610
#define                 nHRDY_OVR  0x0
611
#define                  INT_MODE  0x40       /* Interrupt Mode */
612
#define                 nINT_MODE  0x0
613
#define                     BT_EN  0x80       /* Bus Timeout Enable */
614
#define                    nBT_EN  0x0
615
#define                       EHW  0x100      /* Enable Host Write */
616
#define                      nEHW  0x0
617
#define                       EHR  0x200      /* Enable Host Read */
618
#define                      nEHR  0x0
619
#define                       BDR  0x400      /* Burst DMA Requests */
620
#define                      nBDR  0x0
621
 
622
/* Bit masks for HOST_STATUS */
623
 
624
#define                   DMA_RDY  0x1        /* DMA Ready */
625
#define                  nDMA_RDY  0x0
626
#define                  FIFOFULL  0x2        /* FIFO Full */
627
#define                 nFIFOFULL  0x0
628
#define                 FIFOEMPTY  0x4        /* FIFO Empty */
629
#define                nFIFOEMPTY  0x0
630
#define                 DMA_CMPLT  0x8        /* DMA Complete */
631
#define                nDMA_CMPLT  0x0
632
#define                      HSHK  0x10       /* Host Handshake */
633
#define                     nHSHK  0x0
634
#define               HOSTDP_TOUT  0x20       /* HOSTDP Timeout */
635
#define              nHOSTDP_TOUT  0x0
636
#define                      HIRQ  0x40       /* Host Interrupt Request */
637
#define                     nHIRQ  0x0
638
#define                ALLOW_CNFG  0x80       /* Allow New Configuration */
639
#define               nALLOW_CNFG  0x0
640
#define                   DMA_DIR  0x100      /* DMA Direction */
641
#define                  nDMA_DIR  0x0
642
#define                       BTE  0x200      /* Bus Timeout Enabled */
643
#define                      nBTE  0x0
644
 
645
/* Bit masks for HOST_TIMEOUT */
646
 
647
#define             COUNT_TIMEOUT  0x7ff      /* HOSTDP Timeout count */
648
 
649
/* Bit masks for KPAD_CTL */
650
 
651
#define                   KPAD_EN  0x1        /* Keypad Enable */
652
#define                  nKPAD_EN  0x0
653
#define              KPAD_IRQMODE  0x6        /* Key Press Interrupt Enable */
654
#define             nKPAD_IRQMODE  0x0        /* Interrupt Disabled */
655
#define           KPAD_IRQMODE_SK  0x2        /* Single key (single row, single column) press interrupt enable */
656
#define           KPAD_IRQMODE_MK  0x4        /* Single key press multiple key press interrupt enable */
657
 
658
#define                KPAD_ROWEN  0x1c00     /* Row Enable Width */
659
#define                KPAD_COLEN  0xe000     /* Column Enable Width */
660
 
661
#define         SET_KPAD_ROWEN(x)  (((x)&0x7)<<10) /* 000: row 0 enabled, 111: rows 0-7 enabled */
662
#define         SET_KPAD_COLEN(x)  (((x)&0x7)<<13) /* 000: column 0 enabled, 111: columns 0-7 enabled */
663
 
664
 
665
/* Bit masks for KPAD_PRESCALE */
666
 
667
#define         KPAD_PRESCALE_VAL  0x3f       /* Key Prescale Value */
668
 
669
#define      SET_KPAD_PRESCALE(x)  ((x)&0x3F)   /* KPAD_PRESCALE_VAL (Key Prescale). Key Prescale Value (5:0) */
670
 
671
 
672
/* Bit masks for KPAD_MSEL */
673
 
674
#define                DBON_SCALE  0xff       /* Debounce Scale Value */
675
#define              COLDRV_SCALE  0xff00     /* Column Driver Scale Value */
676
 
677
#define    SET_KPAD_DBON_SCALE(x)  ((x)&0xFF)   /* DBON_SCALE (Debounce Scale). Debounce Delay Multiplier Select [7:0] */
678
#define  SET_KPAD_COLDRV_SCALE(x)  (((x)&0xFF)<<8) /* COLDRV_SCALE (Column Driver Scale). Column Driver Period Multiplier Select [15:8] */
679
 
680
 
681
/* Bit masks for KPAD_ROWCOL */
682
 
683
#define                  KPAD_ROW  0xff       /* Rows Pressed */
684
#define                  KPAD_COL  0xff00     /* Columns Pressed */
685
 
686
/* Bit masks for KPAD_STAT */
687
 
688
#define                  KPAD_IRQ  0x1        /* Keypad Interrupt Status */
689
#define                 nKPAD_IRQ  0x0
690
#define              KPAD_MROWCOL  0x6        /* Multiple Row/Column Keypress Status */
691
#define              KPAD_PRESSED  0x8        /* Key press current status */
692
#define             nKPAD_PRESSED  0x0
693
#define               KPAD_NO_KEY  0x0        /* No Keypress Status*/
694
#define           KPAD_SINGLE_KEY  0x2        /* Single Keypress Status */
695
#define            KPAD_MKSROWCOL  0x4        /* Multiple Keypress in the same row or column Status */
696
#define            KPAD_MKMROWCOL  0x6        /* Multiple Keypress in the same multiple rows and multiple columns Status */
697
 
698
/* Bit masks for KPAD_SOFTEVAL */
699
 
700
#define           KPAD_SOFTEVAL_E  0x2        /* Software Programmable Force Evaluate */
701
#define          nKPAD_SOFTEVAL_E  0x0
702
 
703
/* Bit masks for SDH_COMMAND */
704
 
705
#define                   CMD_IDX  0x3f       /* Command Index */
706
#define                   CMD_RSP  0x40       /* Response */
707
#define                  nCMD_RSP  0x0
708
#define                 CMD_L_RSP  0x80       /* Long Response */
709
#define                nCMD_L_RSP  0x0
710
#define                 CMD_INT_E  0x100      /* Command Interrupt */
711
#define                nCMD_INT_E  0x0
712
#define                CMD_PEND_E  0x200      /* Command Pending */
713
#define               nCMD_PEND_E  0x0
714
#define                     CMD_E  0x400      /* Command Enable */
715
#define                    nCMD_E  0x0
716
 
717
/* Bit masks for SDH_PWR_CTL */
718
 
719
#define                    PWR_ON  0x3        /* Power On */
720
#if 0
721
#define                       TBD  0x3c       /* TBD */
722
#endif
723
#define                 SD_CMD_OD  0x40       /* Open Drain Output */
724
#define                nSD_CMD_OD  0x0
725
#define                   ROD_CTL  0x80       /* Rod Control */
726
#define                  nROD_CTL  0x0
727
 
728
/* Bit masks for SDH_CLK_CTL */
729
 
730
#define                    CLKDIV  0xff       /* MC_CLK Divisor */
731
#define                     CLK_E  0x100      /* MC_CLK Bus Clock Enable */
732
#define                    nCLK_E  0x0
733
#define                  PWR_SV_E  0x200      /* Power Save Enable */
734
#define                 nPWR_SV_E  0x0
735
#define             CLKDIV_BYPASS  0x400      /* Bypass Divisor */
736
#define            nCLKDIV_BYPASS  0x0
737
#define                  WIDE_BUS  0x800      /* Wide Bus Mode Enable */
738
#define                 nWIDE_BUS  0x0
739
 
740
/* Bit masks for SDH_RESP_CMD */
741
 
742
#define                  RESP_CMD  0x3f       /* Response Command */
743
 
744
/* Bit masks for SDH_DATA_CTL */
745
 
746
#define                     DTX_E  0x1        /* Data Transfer Enable */
747
#define                    nDTX_E  0x0
748
#define                   DTX_DIR  0x2        /* Data Transfer Direction */
749
#define                  nDTX_DIR  0x0
750
#define                  DTX_MODE  0x4        /* Data Transfer Mode */
751
#define                 nDTX_MODE  0x0
752
#define                 DTX_DMA_E  0x8        /* Data Transfer DMA Enable */
753
#define                nDTX_DMA_E  0x0
754
#define              DTX_BLK_LGTH  0xf0       /* Data Transfer Block Length */
755
 
756
/* Bit masks for SDH_STATUS */
757
 
758
#define              CMD_CRC_FAIL  0x1        /* CMD CRC Fail */
759
#define             nCMD_CRC_FAIL  0x0
760
#define              DAT_CRC_FAIL  0x2        /* Data CRC Fail */
761
#define             nDAT_CRC_FAIL  0x0
762
#define               CMD_TIMEOUT  0x4        /* CMD Time Out */
763
#define              nCMD_TIMEOUT  0x0
764
#define               DAT_TIMEOUT  0x8        /* Data Time Out */
765
#define              nDAT_TIMEOUT  0x0
766
#define               TX_UNDERRUN  0x10       /* Transmit Underrun */
767
#define              nTX_UNDERRUN  0x0
768
#define                RX_OVERRUN  0x20       /* Receive Overrun */
769
#define               nRX_OVERRUN  0x0
770
#define              CMD_RESP_END  0x40       /* CMD Response End */
771
#define             nCMD_RESP_END  0x0
772
#define                  CMD_SENT  0x80       /* CMD Sent */
773
#define                 nCMD_SENT  0x0
774
#define                   DAT_END  0x100      /* Data End */
775
#define                  nDAT_END  0x0
776
#define             START_BIT_ERR  0x200      /* Start Bit Error */
777
#define            nSTART_BIT_ERR  0x0
778
#define               DAT_BLK_END  0x400      /* Data Block End */
779
#define              nDAT_BLK_END  0x0
780
#define                   CMD_ACT  0x800      /* CMD Active */
781
#define                  nCMD_ACT  0x0
782
#define                    TX_ACT  0x1000     /* Transmit Active */
783
#define                   nTX_ACT  0x0
784
#define                    RX_ACT  0x2000     /* Receive Active */
785
#define                   nRX_ACT  0x0
786
#define              TX_FIFO_STAT  0x4000     /* Transmit FIFO Status */
787
#define             nTX_FIFO_STAT  0x0
788
#define              RX_FIFO_STAT  0x8000     /* Receive FIFO Status */
789
#define             nRX_FIFO_STAT  0x0
790
#define              TX_FIFO_FULL  0x10000    /* Transmit FIFO Full */
791
#define             nTX_FIFO_FULL  0x0
792
#define              RX_FIFO_FULL  0x20000    /* Receive FIFO Full */
793
#define             nRX_FIFO_FULL  0x0
794
#define              TX_FIFO_ZERO  0x40000    /* Transmit FIFO Empty */
795
#define             nTX_FIFO_ZERO  0x0
796
#define               RX_DAT_ZERO  0x80000    /* Receive FIFO Empty */
797
#define              nRX_DAT_ZERO  0x0
798
#define                TX_DAT_RDY  0x100000   /* Transmit Data Available */
799
#define               nTX_DAT_RDY  0x0
800
#define               RX_FIFO_RDY  0x200000   /* Receive Data Available */
801
#define              nRX_FIFO_RDY  0x0
802
 
803
/* Bit masks for SDH_STATUS_CLR */
804
 
805
#define         CMD_CRC_FAIL_STAT  0x1        /* CMD CRC Fail Status */
806
#define        nCMD_CRC_FAIL_STAT  0x0
807
#define         DAT_CRC_FAIL_STAT  0x2        /* Data CRC Fail Status */
808
#define        nDAT_CRC_FAIL_STAT  0x0
809
#define          CMD_TIMEOUT_STAT  0x4        /* CMD Time Out Status */
810
#define         nCMD_TIMEOUT_STAT  0x0
811
#define          DAT_TIMEOUT_STAT  0x8        /* Data Time Out status */
812
#define         nDAT_TIMEOUT_STAT  0x0
813
#define          TX_UNDERRUN_STAT  0x10       /* Transmit Underrun Status */
814
#define         nTX_UNDERRUN_STAT  0x0
815
#define           RX_OVERRUN_STAT  0x20       /* Receive Overrun Status */
816
#define          nRX_OVERRUN_STAT  0x0
817
#define         CMD_RESP_END_STAT  0x40       /* CMD Response End Status */
818
#define        nCMD_RESP_END_STAT  0x0
819
#define             CMD_SENT_STAT  0x80       /* CMD Sent Status */
820
#define            nCMD_SENT_STAT  0x0
821
#define              DAT_END_STAT  0x100      /* Data End Status */
822
#define             nDAT_END_STAT  0x0
823
#define        START_BIT_ERR_STAT  0x200      /* Start Bit Error Status */
824
#define       nSTART_BIT_ERR_STAT  0x0
825
#define          DAT_BLK_END_STAT  0x400      /* Data Block End Status */
826
#define         nDAT_BLK_END_STAT  0x0
827
 
828
/* Bit masks for SDH_MASK0 */
829
 
830
#define         CMD_CRC_FAIL_MASK  0x1        /* CMD CRC Fail Mask */
831
#define        nCMD_CRC_FAIL_MASK  0x0
832
#define         DAT_CRC_FAIL_MASK  0x2        /* Data CRC Fail Mask */
833
#define        nDAT_CRC_FAIL_MASK  0x0
834
#define          CMD_TIMEOUT_MASK  0x4        /* CMD Time Out Mask */
835
#define         nCMD_TIMEOUT_MASK  0x0
836
#define          DAT_TIMEOUT_MASK  0x8        /* Data Time Out Mask */
837
#define         nDAT_TIMEOUT_MASK  0x0
838
#define          TX_UNDERRUN_MASK  0x10       /* Transmit Underrun Mask */
839
#define         nTX_UNDERRUN_MASK  0x0
840
#define           RX_OVERRUN_MASK  0x20       /* Receive Overrun Mask */
841
#define          nRX_OVERRUN_MASK  0x0
842
#define         CMD_RESP_END_MASK  0x40       /* CMD Response End Mask */
843
#define        nCMD_RESP_END_MASK  0x0
844
#define             CMD_SENT_MASK  0x80       /* CMD Sent Mask */
845
#define            nCMD_SENT_MASK  0x0
846
#define              DAT_END_MASK  0x100      /* Data End Mask */
847
#define             nDAT_END_MASK  0x0
848
#define        START_BIT_ERR_MASK  0x200      /* Start Bit Error Mask */
849
#define       nSTART_BIT_ERR_MASK  0x0
850
#define          DAT_BLK_END_MASK  0x400      /* Data Block End Mask */
851
#define         nDAT_BLK_END_MASK  0x0
852
#define              CMD_ACT_MASK  0x800      /* CMD Active Mask */
853
#define             nCMD_ACT_MASK  0x0
854
#define               TX_ACT_MASK  0x1000     /* Transmit Active Mask */
855
#define              nTX_ACT_MASK  0x0
856
#define               RX_ACT_MASK  0x2000     /* Receive Active Mask */
857
#define              nRX_ACT_MASK  0x0
858
#define         TX_FIFO_STAT_MASK  0x4000     /* Transmit FIFO Status Mask */
859
#define        nTX_FIFO_STAT_MASK  0x0
860
#define         RX_FIFO_STAT_MASK  0x8000     /* Receive FIFO Status Mask */
861
#define        nRX_FIFO_STAT_MASK  0x0
862
#define         TX_FIFO_FULL_MASK  0x10000    /* Transmit FIFO Full Mask */
863
#define        nTX_FIFO_FULL_MASK  0x0
864
#define         RX_FIFO_FULL_MASK  0x20000    /* Receive FIFO Full Mask */
865
#define        nRX_FIFO_FULL_MASK  0x0
866
#define         TX_FIFO_ZERO_MASK  0x40000    /* Transmit FIFO Empty Mask */
867
#define        nTX_FIFO_ZERO_MASK  0x0
868
#define          RX_DAT_ZERO_MASK  0x80000    /* Receive FIFO Empty Mask */
869
#define         nRX_DAT_ZERO_MASK  0x0
870
#define           TX_DAT_RDY_MASK  0x100000   /* Transmit Data Available Mask */
871
#define          nTX_DAT_RDY_MASK  0x0
872
#define          RX_FIFO_RDY_MASK  0x200000   /* Receive Data Available Mask */
873
#define         nRX_FIFO_RDY_MASK  0x0
874
 
875
/* Bit masks for SDH_FIFO_CNT */
876
 
877
#define                FIFO_COUNT  0x7fff     /* FIFO Count */
878
 
879
/* Bit masks for SDH_E_STATUS */
880
 
881
#define              SDIO_INT_DET  0x2        /* SDIO Int Detected */
882
#define             nSDIO_INT_DET  0x0
883
#define               SD_CARD_DET  0x10       /* SD Card Detect */
884
#define              nSD_CARD_DET  0x0
885
 
886
/* Bit masks for SDH_E_MASK */
887
 
888
#define                  SDIO_MSK  0x2        /* Mask SDIO Int Detected */
889
#define                 nSDIO_MSK  0x0
890
#define                   SCD_MSK  0x40       /* Mask Card Detect */
891
#define                  nSCD_MSK  0x0
892
 
893
/* Bit masks for SDH_CFG */
894
 
895
#define                   CLKS_EN  0x1        /* Clocks Enable */
896
#define                  nCLKS_EN  0x0
897
#define                      SD4E  0x4        /* SDIO 4-Bit Enable */
898
#define                     nSD4E  0x0
899
#define                       MWE  0x8        /* Moving Window Enable */
900
#define                      nMWE  0x0
901
#define                    SD_RST  0x10       /* SDMMC Reset */
902
#define                   nSD_RST  0x0
903
#define                 PUP_SDDAT  0x20       /* Pull-up SD_DAT */
904
#define                nPUP_SDDAT  0x0
905
#define                PUP_SDDAT3  0x40       /* Pull-up SD_DAT3 */
906
#define               nPUP_SDDAT3  0x0
907
#define                 PD_SDDAT3  0x80       /* Pull-down SD_DAT3 */
908
#define                nPD_SDDAT3  0x0
909
 
910
/* Bit masks for SDH_RD_WAIT_EN */
911
 
912
#define                       RWR  0x1        /* Read Wait Request */
913
#define                      nRWR  0x0
914
 
915
/* Bit masks for ATAPI_CONTROL */
916
 
917
#define                 PIO_START  0x1        /* Start PIO/Reg Op */
918
#define                nPIO_START  0x0
919
#define               MULTI_START  0x2        /* Start Multi-DMA Op */
920
#define              nMULTI_START  0x0
921
#define               ULTRA_START  0x4        /* Start Ultra-DMA Op */
922
#define              nULTRA_START  0x0
923
#define                  XFER_DIR  0x8        /* Transfer Direction */
924
#define                 nXFER_DIR  0x0
925
#define                  IORDY_EN  0x10       /* IORDY Enable */
926
#define                 nIORDY_EN  0x0
927
#define                FIFO_FLUSH  0x20       /* Flush FIFOs */
928
#define               nFIFO_FLUSH  0x0
929
#define                  SOFT_RST  0x40       /* Soft Reset */
930
#define                 nSOFT_RST  0x0
931
#define                   DEV_RST  0x80       /* Device Reset */
932
#define                  nDEV_RST  0x0
933
#define                TFRCNT_RST  0x100      /* Trans Count Reset */
934
#define               nTFRCNT_RST  0x0
935
#define               END_ON_TERM  0x200      /* End/Terminate Select */
936
#define              nEND_ON_TERM  0x0
937
#define               PIO_USE_DMA  0x400      /* PIO-DMA Enable */
938
#define              nPIO_USE_DMA  0x0
939
#define          UDMAIN_FIFO_THRS  0xf000     /* Ultra DMA-IN FIFO Threshold */
940
 
941
/* Bit masks for ATAPI_STATUS */
942
 
943
#define               PIO_XFER_ON  0x1        /* PIO transfer in progress */
944
#define              nPIO_XFER_ON  0x0
945
#define             MULTI_XFER_ON  0x2        /* Multi-word DMA transfer in progress */
946
#define            nMULTI_XFER_ON  0x0
947
#define             ULTRA_XFER_ON  0x4        /* Ultra DMA transfer in progress */
948
#define            nULTRA_XFER_ON  0x0
949
#define               ULTRA_IN_FL  0xf0       /* Ultra DMA Input FIFO Level */
950
 
951
/* Bit masks for ATAPI_DEV_ADDR */
952
 
953
#define                  DEV_ADDR  0x1f       /* Device Address */
954
 
955
/* Bit masks for ATAPI_INT_MASK */
956
 
957
#define        ATAPI_DEV_INT_MASK  0x1        /* Device interrupt mask */
958
#define       nATAPI_DEV_INT_MASK  0x0
959
#define             PIO_DONE_MASK  0x2        /* PIO transfer done interrupt mask */
960
#define            nPIO_DONE_MASK  0x0
961
#define           MULTI_DONE_MASK  0x4        /* Multi-DMA transfer done interrupt mask */
962
#define          nMULTI_DONE_MASK  0x0
963
#define          UDMAIN_DONE_MASK  0x8        /* Ultra-DMA in transfer done interrupt mask */
964
#define         nUDMAIN_DONE_MASK  0x0
965
#define         UDMAOUT_DONE_MASK  0x10       /* Ultra-DMA out transfer done interrupt mask */
966
#define        nUDMAOUT_DONE_MASK  0x0
967
#define       HOST_TERM_XFER_MASK  0x20       /* Host terminate current transfer interrupt mask */
968
#define      nHOST_TERM_XFER_MASK  0x0
969
#define           MULTI_TERM_MASK  0x40       /* Device terminate Multi-DMA transfer interrupt mask */
970
#define          nMULTI_TERM_MASK  0x0
971
#define          UDMAIN_TERM_MASK  0x80       /* Device terminate Ultra-DMA-in transfer interrupt mask */
972
#define         nUDMAIN_TERM_MASK  0x0
973
#define         UDMAOUT_TERM_MASK  0x100      /* Device terminate Ultra-DMA-out transfer interrupt mask */
974
#define        nUDMAOUT_TERM_MASK  0x0
975
 
976
/* Bit masks for ATAPI_INT_STATUS */
977
 
978
#define             ATAPI_DEV_INT  0x1        /* Device interrupt status */
979
#define            nATAPI_DEV_INT  0x0
980
#define              PIO_DONE_INT  0x2        /* PIO transfer done interrupt status */
981
#define             nPIO_DONE_INT  0x0
982
#define            MULTI_DONE_INT  0x4        /* Multi-DMA transfer done interrupt status */
983
#define           nMULTI_DONE_INT  0x0
984
#define           UDMAIN_DONE_INT  0x8        /* Ultra-DMA in transfer done interrupt status */
985
#define          nUDMAIN_DONE_INT  0x0
986
#define          UDMAOUT_DONE_INT  0x10       /* Ultra-DMA out transfer done interrupt status */
987
#define         nUDMAOUT_DONE_INT  0x0
988
#define        HOST_TERM_XFER_INT  0x20       /* Host terminate current transfer interrupt status */
989
#define       nHOST_TERM_XFER_INT  0x0
990
#define            MULTI_TERM_INT  0x40       /* Device terminate Multi-DMA transfer interrupt status */
991
#define           nMULTI_TERM_INT  0x0
992
#define           UDMAIN_TERM_INT  0x80       /* Device terminate Ultra-DMA-in transfer interrupt status */
993
#define          nUDMAIN_TERM_INT  0x0
994
#define          UDMAOUT_TERM_INT  0x100      /* Device terminate Ultra-DMA-out transfer interrupt status */
995
#define         nUDMAOUT_TERM_INT  0x0
996
 
997
/* Bit masks for ATAPI_LINE_STATUS */
998
 
999
#define                ATAPI_INTR  0x1        /* Device interrupt to host line status */
1000
#define               nATAPI_INTR  0x0
1001
#define                ATAPI_DASP  0x2        /* Device dasp to host line status */
1002
#define               nATAPI_DASP  0x0
1003
#define                ATAPI_CS0N  0x4        /* ATAPI chip select 0 line status */
1004
#define               nATAPI_CS0N  0x0
1005
#define                ATAPI_CS1N  0x8        /* ATAPI chip select 1 line status */
1006
#define               nATAPI_CS1N  0x0
1007
#define                ATAPI_ADDR  0x70       /* ATAPI address line status */
1008
#define              ATAPI_DMAREQ  0x80       /* ATAPI DMA request line status */
1009
#define             nATAPI_DMAREQ  0x0
1010
#define             ATAPI_DMAACKN  0x100      /* ATAPI DMA acknowledge line status */
1011
#define            nATAPI_DMAACKN  0x0
1012
#define               ATAPI_DIOWN  0x200      /* ATAPI write line status */
1013
#define              nATAPI_DIOWN  0x0
1014
#define               ATAPI_DIORN  0x400      /* ATAPI read line status */
1015
#define              nATAPI_DIORN  0x0
1016
#define               ATAPI_IORDY  0x800      /* ATAPI IORDY line status */
1017
#define              nATAPI_IORDY  0x0
1018
 
1019
/* Bit masks for ATAPI_SM_STATE */
1020
 
1021
#define                PIO_CSTATE  0xf        /* PIO mode state machine current state */
1022
#define                DMA_CSTATE  0xf0       /* DMA mode state machine current state */
1023
#define             UDMAIN_CSTATE  0xf00      /* Ultra DMA-In mode state machine current state */
1024
#define            UDMAOUT_CSTATE  0xf000     /* ATAPI IORDY line status */
1025
 
1026
/* Bit masks for ATAPI_TERMINATE */
1027
 
1028
#define           ATAPI_HOST_TERM  0x1        /* Host terminationation */
1029
#define          nATAPI_HOST_TERM  0x0
1030
 
1031
/* Bit masks for ATAPI_REG_TIM_0 */
1032
 
1033
#define                    T2_REG  0xff       /* End of cycle time for register access transfers */
1034
#define                  TEOC_REG  0xff00     /* Selects DIOR/DIOW pulsewidth */
1035
 
1036
/* Bit masks for ATAPI_PIO_TIM_0 */
1037
 
1038
#define                    T1_REG  0xf        /* Time from address valid to DIOR/DIOW */
1039
#define                T2_REG_PIO  0xff0      /* DIOR/DIOW pulsewidth */
1040
#define                    T4_REG  0xf000     /* DIOW data hold */
1041
 
1042
/* Bit masks for ATAPI_PIO_TIM_1 */
1043
 
1044
#define              TEOC_REG_PIO  0xff       /* End of cycle time for PIO access transfers. */
1045
 
1046
/* Bit masks for ATAPI_MULTI_TIM_0 */
1047
 
1048
#define                        TD  0xff       /* DIOR/DIOW asserted pulsewidth */
1049
#define                        TM  0xff00     /* Time from address valid to DIOR/DIOW */
1050
 
1051
/* Bit masks for ATAPI_MULTI_TIM_1 */
1052
 
1053
#define                       TKW  0xff       /* Selects DIOW negated pulsewidth */
1054
#define                       TKR  0xff00     /* Selects DIOR negated pulsewidth */
1055
 
1056
/* Bit masks for ATAPI_MULTI_TIM_2 */
1057
 
1058
#define                        TH  0xff       /* Selects DIOW data hold */
1059
#define                      TEOC  0xff00     /* Selects end of cycle for DMA */
1060
 
1061
/* Bit masks for ATAPI_ULTRA_TIM_0 */
1062
 
1063
#define                      TACK  0xff       /* Selects setup and hold times for TACK */
1064
#define                      TENV  0xff00     /* Selects envelope time */
1065
 
1066
/* Bit masks for ATAPI_ULTRA_TIM_1 */
1067
 
1068
#define                      TDVS  0xff       /* Selects data valid setup time */
1069
#define                 TCYC_TDVS  0xff00     /* Selects cycle time - TDVS time */
1070
 
1071
/* Bit masks for ATAPI_ULTRA_TIM_2 */
1072
 
1073
#define                       TSS  0xff       /* Selects time from STROBE edge to negation of DMARQ or assertion of STOP */
1074
#define                      TMLI  0xff00     /* Selects interlock time */
1075
 
1076
/* Bit masks for ATAPI_ULTRA_TIM_3 */
1077
 
1078
#define                      TZAH  0xff       /* Selects minimum delay required for output */
1079
#define               READY_PAUSE  0xff00     /* Selects ready to pause */
1080
 
1081
/* Bit masks for TIMER_ENABLE1 */
1082
 
1083
#define                    TIMEN8  0x1        /* Timer 8 Enable */
1084
#define                   nTIMEN8  0x0
1085
#define                    TIMEN9  0x2        /* Timer 9 Enable */
1086
#define                   nTIMEN9  0x0
1087
#define                   TIMEN10  0x4        /* Timer 10 Enable */
1088
#define                  nTIMEN10  0x0
1089
 
1090
/* Bit masks for TIMER_DISABLE1 */
1091
 
1092
#define                   TIMDIS8  0x1        /* Timer 8 Disable */
1093
#define                  nTIMDIS8  0x0
1094
#define                   TIMDIS9  0x2        /* Timer 9 Disable */
1095
#define                  nTIMDIS9  0x0
1096
#define                  TIMDIS10  0x4        /* Timer 10 Disable */
1097
#define                 nTIMDIS10  0x0
1098
 
1099
/* Bit masks for TIMER_STATUS1 */
1100
 
1101
#define                    TIMIL8  0x1        /* Timer 8 Interrupt */
1102
#define                   nTIMIL8  0x0
1103
#define                    TIMIL9  0x2        /* Timer 9 Interrupt */
1104
#define                   nTIMIL9  0x0
1105
#define                   TIMIL10  0x4        /* Timer 10 Interrupt */
1106
#define                  nTIMIL10  0x0
1107
#define                 TOVF_ERR8  0x10       /* Timer 8 Counter Overflow */
1108
#define                nTOVF_ERR8  0x0
1109
#define                 TOVF_ERR9  0x20       /* Timer 9 Counter Overflow */
1110
#define                nTOVF_ERR9  0x0
1111
#define                TOVF_ERR10  0x40       /* Timer 10 Counter Overflow */
1112
#define               nTOVF_ERR10  0x0
1113
#define                     TRUN8  0x1000     /* Timer 8 Slave Enable Status */
1114
#define                    nTRUN8  0x0
1115
#define                     TRUN9  0x2000     /* Timer 9 Slave Enable Status */
1116
#define                    nTRUN9  0x0
1117
#define                    TRUN10  0x4000     /* Timer 10 Slave Enable Status */
1118
#define                   nTRUN10  0x0
1119
 
1120
/* Bit masks for EPPI0 are obtained from common base header for EPPIx (EPPI1 and EPPI2) */
1121
 
1122
/* Bit masks for USB_FADDR */
1123
 
1124
#define          FUNCTION_ADDRESS  0x7f       /* Function address */
1125
 
1126
/* Bit masks for USB_POWER */
1127
 
1128
#define           ENABLE_SUSPENDM  0x1        /* enable SuspendM output */
1129
#define          nENABLE_SUSPENDM  0x0
1130
#define              SUSPEND_MODE  0x2        /* Suspend Mode indicator */
1131
#define             nSUSPEND_MODE  0x0
1132
#define               RESUME_MODE  0x4        /* DMA Mode */
1133
#define              nRESUME_MODE  0x0
1134
#define                     RESET  0x8        /* Reset indicator */
1135
#define                    nRESET  0x0
1136
#define                   HS_MODE  0x10       /* High Speed mode indicator */
1137
#define                  nHS_MODE  0x0
1138
#define                 HS_ENABLE  0x20       /* high Speed Enable */
1139
#define                nHS_ENABLE  0x0
1140
#define                 SOFT_CONN  0x40       /* Soft connect */
1141
#define                nSOFT_CONN  0x0
1142
#define                ISO_UPDATE  0x80       /* Isochronous update */
1143
#define               nISO_UPDATE  0x0
1144
 
1145
/* Bit masks for USB_INTRTX */
1146
 
1147
#define                    EP0_TX  0x1        /* Tx Endpoint 0 interrupt */
1148
#define                   nEP0_TX  0x0
1149
#define                    EP1_TX  0x2        /* Tx Endpoint 1 interrupt */
1150
#define                   nEP1_TX  0x0
1151
#define                    EP2_TX  0x4        /* Tx Endpoint 2 interrupt */
1152
#define                   nEP2_TX  0x0
1153
#define                    EP3_TX  0x8        /* Tx Endpoint 3 interrupt */
1154
#define                   nEP3_TX  0x0
1155
#define                    EP4_TX  0x10       /* Tx Endpoint 4 interrupt */
1156
#define                   nEP4_TX  0x0
1157
#define                    EP5_TX  0x20       /* Tx Endpoint 5 interrupt */
1158
#define                   nEP5_TX  0x0
1159
#define                    EP6_TX  0x40       /* Tx Endpoint 6 interrupt */
1160
#define                   nEP6_TX  0x0
1161
#define                    EP7_TX  0x80       /* Tx Endpoint 7 interrupt */
1162
#define                   nEP7_TX  0x0
1163
 
1164
/* Bit masks for USB_INTRRX */
1165
 
1166
#define                    EP1_RX  0x2        /* Rx Endpoint 1 interrupt */
1167
#define                   nEP1_RX  0x0
1168
#define                    EP2_RX  0x4        /* Rx Endpoint 2 interrupt */
1169
#define                   nEP2_RX  0x0
1170
#define                    EP3_RX  0x8        /* Rx Endpoint 3 interrupt */
1171
#define                   nEP3_RX  0x0
1172
#define                    EP4_RX  0x10       /* Rx Endpoint 4 interrupt */
1173
#define                   nEP4_RX  0x0
1174
#define                    EP5_RX  0x20       /* Rx Endpoint 5 interrupt */
1175
#define                   nEP5_RX  0x0
1176
#define                    EP6_RX  0x40       /* Rx Endpoint 6 interrupt */
1177
#define                   nEP6_RX  0x0
1178
#define                    EP7_RX  0x80       /* Rx Endpoint 7 interrupt */
1179
#define                   nEP7_RX  0x0
1180
 
1181
/* Bit masks for USB_INTRTXE */
1182
 
1183
#define                  EP0_TX_E  0x1        /* Endpoint 0 interrupt Enable */
1184
#define                 nEP0_TX_E  0x0
1185
#define                  EP1_TX_E  0x2        /* Tx Endpoint 1 interrupt  Enable */
1186
#define                 nEP1_TX_E  0x0
1187
#define                  EP2_TX_E  0x4        /* Tx Endpoint 2 interrupt  Enable */
1188
#define                 nEP2_TX_E  0x0
1189
#define                  EP3_TX_E  0x8        /* Tx Endpoint 3 interrupt  Enable */
1190
#define                 nEP3_TX_E  0x0
1191
#define                  EP4_TX_E  0x10       /* Tx Endpoint 4 interrupt  Enable */
1192
#define                 nEP4_TX_E  0x0
1193
#define                  EP5_TX_E  0x20       /* Tx Endpoint 5 interrupt  Enable */
1194
#define                 nEP5_TX_E  0x0
1195
#define                  EP6_TX_E  0x40       /* Tx Endpoint 6 interrupt  Enable */
1196
#define                 nEP6_TX_E  0x0
1197
#define                  EP7_TX_E  0x80       /* Tx Endpoint 7 interrupt  Enable */
1198
#define                 nEP7_TX_E  0x0
1199
 
1200
/* Bit masks for USB_INTRRXE */
1201
 
1202
#define                  EP1_RX_E  0x2        /* Rx Endpoint 1 interrupt  Enable */
1203
#define                 nEP1_RX_E  0x0
1204
#define                  EP2_RX_E  0x4        /* Rx Endpoint 2 interrupt  Enable */
1205
#define                 nEP2_RX_E  0x0
1206
#define                  EP3_RX_E  0x8        /* Rx Endpoint 3 interrupt  Enable */
1207
#define                 nEP3_RX_E  0x0
1208
#define                  EP4_RX_E  0x10       /* Rx Endpoint 4 interrupt  Enable */
1209
#define                 nEP4_RX_E  0x0
1210
#define                  EP5_RX_E  0x20       /* Rx Endpoint 5 interrupt  Enable */
1211
#define                 nEP5_RX_E  0x0
1212
#define                  EP6_RX_E  0x40       /* Rx Endpoint 6 interrupt  Enable */
1213
#define                 nEP6_RX_E  0x0
1214
#define                  EP7_RX_E  0x80       /* Rx Endpoint 7 interrupt  Enable */
1215
#define                 nEP7_RX_E  0x0
1216
 
1217
/* Bit masks for USB_INTRUSB */
1218
 
1219
#define                 SUSPEND_B  0x1        /* Suspend indicator */
1220
#define                nSUSPEND_B  0x0
1221
#define                  RESUME_B  0x2        /* Resume indicator */
1222
#define                 nRESUME_B  0x0
1223
#define          RESET_OR_BABLE_B  0x4        /* Reset/babble indicator */
1224
#define         nRESET_OR_BABLE_B  0x0
1225
#define                     SOF_B  0x8        /* Start of frame */
1226
#define                    nSOF_B  0x0
1227
#define                    CONN_B  0x10       /* Connection indicator */
1228
#define                   nCONN_B  0x0
1229
#define                  DISCON_B  0x20       /* Disconnect indicator */
1230
#define                 nDISCON_B  0x0
1231
#define             SESSION_REQ_B  0x40       /* Session Request */
1232
#define            nSESSION_REQ_B  0x0
1233
#define              VBUS_ERROR_B  0x80       /* Vbus threshold indicator */
1234
#define             nVBUS_ERROR_B  0x0
1235
 
1236
/* Bit masks for USB_INTRUSBE */
1237
 
1238
#define                SUSPEND_BE  0x1        /* Suspend indicator int enable */
1239
#define               nSUSPEND_BE  0x0
1240
#define                 RESUME_BE  0x2        /* Resume indicator int enable */
1241
#define                nRESUME_BE  0x0
1242
#define         RESET_OR_BABLE_BE  0x4        /* Reset/babble indicator int enable */
1243
#define        nRESET_OR_BABLE_BE  0x0
1244
#define                    SOF_BE  0x8        /* Start of frame int enable */
1245
#define                   nSOF_BE  0x0
1246
#define                   CONN_BE  0x10       /* Connection indicator int enable */
1247
#define                  nCONN_BE  0x0
1248
#define                 DISCON_BE  0x20       /* Disconnect indicator int enable */
1249
#define                nDISCON_BE  0x0
1250
#define            SESSION_REQ_BE  0x40       /* Session Request int enable */
1251
#define           nSESSION_REQ_BE  0x0
1252
#define             VBUS_ERROR_BE  0x80       /* Vbus threshold indicator int enable */
1253
#define            nVBUS_ERROR_BE  0x0
1254
 
1255
/* Bit masks for USB_FRAME */
1256
 
1257
#define              FRAME_NUMBER  0x7ff      /* Frame number */
1258
 
1259
/* Bit masks for USB_INDEX */
1260
 
1261
#define         SELECTED_ENDPOINT  0xf        /* selected endpoint */
1262
 
1263
/* Bit masks for USB_GLOBAL_CTL */
1264
 
1265
#define                GLOBAL_ENA  0x1        /* enables USB module */
1266
#define               nGLOBAL_ENA  0x0
1267
#define                EP1_TX_ENA  0x2        /* Transmit endpoint 1 enable */
1268
#define               nEP1_TX_ENA  0x0
1269
#define                EP2_TX_ENA  0x4        /* Transmit endpoint 2 enable */
1270
#define               nEP2_TX_ENA  0x0
1271
#define                EP3_TX_ENA  0x8        /* Transmit endpoint 3 enable */
1272
#define               nEP3_TX_ENA  0x0
1273
#define                EP4_TX_ENA  0x10       /* Transmit endpoint 4 enable */
1274
#define               nEP4_TX_ENA  0x0
1275
#define                EP5_TX_ENA  0x20       /* Transmit endpoint 5 enable */
1276
#define               nEP5_TX_ENA  0x0
1277
#define                EP6_TX_ENA  0x40       /* Transmit endpoint 6 enable */
1278
#define               nEP6_TX_ENA  0x0
1279
#define                EP7_TX_ENA  0x80       /* Transmit endpoint 7 enable */
1280
#define               nEP7_TX_ENA  0x0
1281
#define                EP1_RX_ENA  0x100      /* Receive endpoint 1 enable */
1282
#define               nEP1_RX_ENA  0x0
1283
#define                EP2_RX_ENA  0x200      /* Receive endpoint 2 enable */
1284
#define               nEP2_RX_ENA  0x0
1285
#define                EP3_RX_ENA  0x400      /* Receive endpoint 3 enable */
1286
#define               nEP3_RX_ENA  0x0
1287
#define                EP4_RX_ENA  0x800      /* Receive endpoint 4 enable */
1288
#define               nEP4_RX_ENA  0x0
1289
#define                EP5_RX_ENA  0x1000     /* Receive endpoint 5 enable */
1290
#define               nEP5_RX_ENA  0x0
1291
#define                EP6_RX_ENA  0x2000     /* Receive endpoint 6 enable */
1292
#define               nEP6_RX_ENA  0x0
1293
#define                EP7_RX_ENA  0x4000     /* Receive endpoint 7 enable */
1294
#define               nEP7_RX_ENA  0x0
1295
 
1296
/* Bit masks for USB_OTG_DEV_CTL */
1297
 
1298
#define                   SESSION  0x1        /* session indicator */
1299
#define                  nSESSION  0x0
1300
#define                  HOST_REQ  0x2        /* Host negotiation request */
1301
#define                 nHOST_REQ  0x0
1302
#define                 HOST_MODE  0x4        /* indicates USBDRC is a host */
1303
#define                nHOST_MODE  0x0
1304
#define                     VBUS0  0x8        /* Vbus level indicator[0] */
1305
#define                    nVBUS0  0x0
1306
#define                     VBUS1  0x10       /* Vbus level indicator[1] */
1307
#define                    nVBUS1  0x0
1308
#define                     LSDEV  0x20       /* Low-speed indicator */
1309
#define                    nLSDEV  0x0
1310
#define                     FSDEV  0x40       /* Full or High-speed indicator */
1311
#define                    nFSDEV  0x0
1312
#define                  B_DEVICE  0x80       /* A' or 'B' device indicator */
1313
#define                 nB_DEVICE  0x0
1314
 
1315
/* Bit masks for USB_OTG_VBUS_IRQ */
1316
 
1317
#define             DRIVE_VBUS_ON  0x1        /* indicator to drive VBUS control circuit */
1318
#define            nDRIVE_VBUS_ON  0x0
1319
#define            DRIVE_VBUS_OFF  0x2        /* indicator to shut off charge pump */
1320
#define           nDRIVE_VBUS_OFF  0x0
1321
#define           CHRG_VBUS_START  0x4        /* indicator for external circuit to start charging VBUS */
1322
#define          nCHRG_VBUS_START  0x0
1323
#define             CHRG_VBUS_END  0x8        /* indicator for external circuit to end charging VBUS */
1324
#define            nCHRG_VBUS_END  0x0
1325
#define        DISCHRG_VBUS_START  0x10       /* indicator to start discharging VBUS */
1326
#define       nDISCHRG_VBUS_START  0x0
1327
#define          DISCHRG_VBUS_END  0x20       /* indicator to stop discharging VBUS */
1328
#define         nDISCHRG_VBUS_END  0x0
1329
 
1330
/* Bit masks for USB_OTG_VBUS_MASK */
1331
 
1332
#define         DRIVE_VBUS_ON_ENA  0x1        /* enable DRIVE_VBUS_ON interrupt */
1333
#define        nDRIVE_VBUS_ON_ENA  0x0
1334
#define        DRIVE_VBUS_OFF_ENA  0x2        /* enable DRIVE_VBUS_OFF interrupt */
1335
#define       nDRIVE_VBUS_OFF_ENA  0x0
1336
#define       CHRG_VBUS_START_ENA  0x4        /* enable CHRG_VBUS_START interrupt */
1337
#define      nCHRG_VBUS_START_ENA  0x0
1338
#define         CHRG_VBUS_END_ENA  0x8        /* enable CHRG_VBUS_END interrupt */
1339
#define        nCHRG_VBUS_END_ENA  0x0
1340
#define    DISCHRG_VBUS_START_ENA  0x10       /* enable DISCHRG_VBUS_START interrupt */
1341
#define   nDISCHRG_VBUS_START_ENA  0x0
1342
#define      DISCHRG_VBUS_END_ENA  0x20       /* enable DISCHRG_VBUS_END interrupt */
1343
#define     nDISCHRG_VBUS_END_ENA  0x0
1344
 
1345
/* Bit masks for USB_CSR0 */
1346
 
1347
#define                  RXPKTRDY  0x1        /* data packet receive indicator */
1348
#define                 nRXPKTRDY  0x0
1349
#define                  TXPKTRDY  0x2        /* data packet in FIFO indicator */
1350
#define                 nTXPKTRDY  0x0
1351
#define                STALL_SENT  0x4        /* STALL handshake sent */
1352
#define               nSTALL_SENT  0x0
1353
#define                   DATAEND  0x8        /* Data end indicator */
1354
#define                  nDATAEND  0x0
1355
#define                  SETUPEND  0x10       /* Setup end */
1356
#define                 nSETUPEND  0x0
1357
#define                 SENDSTALL  0x20       /* Send STALL handshake */
1358
#define                nSENDSTALL  0x0
1359
#define         SERVICED_RXPKTRDY  0x40       /* used to clear the RxPktRdy bit */
1360
#define        nSERVICED_RXPKTRDY  0x0
1361
#define         SERVICED_SETUPEND  0x80       /* used to clear the SetupEnd bit */
1362
#define        nSERVICED_SETUPEND  0x0
1363
#define                 FLUSHFIFO  0x100      /* flush endpoint FIFO */
1364
#define                nFLUSHFIFO  0x0
1365
#define          STALL_RECEIVED_H  0x4        /* STALL handshake received host mode */
1366
#define         nSTALL_RECEIVED_H  0x0
1367
#define                SETUPPKT_H  0x8        /* send Setup token host mode */
1368
#define               nSETUPPKT_H  0x0
1369
#define                   ERROR_H  0x10       /* timeout error indicator host mode */
1370
#define                  nERROR_H  0x0
1371
#define                  REQPKT_H  0x20       /* Request an IN transaction host mode */
1372
#define                 nREQPKT_H  0x0
1373
#define               STATUSPKT_H  0x40       /* Status stage transaction host mode */
1374
#define              nSTATUSPKT_H  0x0
1375
#define             NAK_TIMEOUT_H  0x80       /* EP0 halted after a NAK host mode */
1376
#define            nNAK_TIMEOUT_H  0x0
1377
 
1378
/* Bit masks for USB_COUNT0 */
1379
 
1380
#define              EP0_RX_COUNT  0x7f       /* number of received bytes in EP0 FIFO */
1381
 
1382
/* Bit masks for USB_NAKLIMIT0 */
1383
 
1384
#define             EP0_NAK_LIMIT  0x1f       /* number of frames/micro frames after which EP0 timeouts */
1385
 
1386
/* Bit masks for USB_TX_MAX_PACKET */
1387
 
1388
#define         MAX_PACKET_SIZE_T  0x7ff      /* maximum data pay load in a frame */
1389
 
1390
/* Bit masks for USB_RX_MAX_PACKET */
1391
 
1392
#define         MAX_PACKET_SIZE_R  0x7ff      /* maximum data pay load in a frame */
1393
 
1394
/* Bit masks for USB_TXCSR */
1395
 
1396
#define                TXPKTRDY_T  0x1        /* data packet in FIFO indicator */
1397
#define               nTXPKTRDY_T  0x0
1398
#define          FIFO_NOT_EMPTY_T  0x2        /* FIFO not empty */
1399
#define         nFIFO_NOT_EMPTY_T  0x0
1400
#define                UNDERRUN_T  0x4        /* TxPktRdy not set  for an IN token */
1401
#define               nUNDERRUN_T  0x0
1402
#define               FLUSHFIFO_T  0x8        /* flush endpoint FIFO */
1403
#define              nFLUSHFIFO_T  0x0
1404
#define              STALL_SEND_T  0x10       /* issue a Stall handshake */
1405
#define             nSTALL_SEND_T  0x0
1406
#define              STALL_SENT_T  0x20       /* Stall handshake transmitted */
1407
#define             nSTALL_SENT_T  0x0
1408
#define        CLEAR_DATATOGGLE_T  0x40       /* clear endpoint data toggle */
1409
#define       nCLEAR_DATATOGGLE_T  0x0
1410
#define                INCOMPTX_T  0x80       /* indicates that a large packet is split */
1411
#define               nINCOMPTX_T  0x0
1412
#define              DMAREQMODE_T  0x400      /* DMA mode (0 or 1) selection */
1413
#define             nDMAREQMODE_T  0x0
1414
#define        FORCE_DATATOGGLE_T  0x800      /* Force data toggle */
1415
#define       nFORCE_DATATOGGLE_T  0x0
1416
#define              DMAREQ_ENA_T  0x1000     /* Enable DMA request for Tx EP */
1417
#define             nDMAREQ_ENA_T  0x0
1418
#define                     ISO_T  0x4000     /* enable Isochronous transfers */
1419
#define                    nISO_T  0x0
1420
#define                 AUTOSET_T  0x8000     /* allows TxPktRdy to be set automatically */
1421
#define                nAUTOSET_T  0x0
1422
#define                  ERROR_TH  0x4        /* error condition host mode */
1423
#define                 nERROR_TH  0x0
1424
#define         STALL_RECEIVED_TH  0x20       /* Stall handshake received host mode */
1425
#define        nSTALL_RECEIVED_TH  0x0
1426
#define            NAK_TIMEOUT_TH  0x80       /* NAK timeout host mode */
1427
#define           nNAK_TIMEOUT_TH  0x0
1428
 
1429
/* Bit masks for USB_TXCOUNT */
1430
 
1431
#define                  TX_COUNT  0x1fff     /* Number of bytes to be written to the selected endpoint Tx FIFO */
1432
 
1433
/* Bit masks for USB_RXCSR */
1434
 
1435
#define                RXPKTRDY_R  0x1        /* data packet in FIFO indicator */
1436
#define               nRXPKTRDY_R  0x0
1437
#define               FIFO_FULL_R  0x2        /* FIFO not empty */
1438
#define              nFIFO_FULL_R  0x0
1439
#define                 OVERRUN_R  0x4        /* TxPktRdy not set  for an IN token */
1440
#define                nOVERRUN_R  0x0
1441
#define               DATAERROR_R  0x8        /* Out packet cannot be loaded into Rx  FIFO */
1442
#define              nDATAERROR_R  0x0
1443
#define               FLUSHFIFO_R  0x10       /* flush endpoint FIFO */
1444
#define              nFLUSHFIFO_R  0x0
1445
#define              STALL_SEND_R  0x20       /* issue a Stall handshake */
1446
#define             nSTALL_SEND_R  0x0
1447
#define              STALL_SENT_R  0x40       /* Stall handshake transmitted */
1448
#define             nSTALL_SENT_R  0x0
1449
#define        CLEAR_DATATOGGLE_R  0x80       /* clear endpoint data toggle */
1450
#define       nCLEAR_DATATOGGLE_R  0x0
1451
#define                INCOMPRX_R  0x100      /* indicates that a large packet is split */
1452
#define               nINCOMPRX_R  0x0
1453
#define              DMAREQMODE_R  0x800      /* DMA mode (0 or 1) selection */
1454
#define             nDMAREQMODE_R  0x0
1455
#define                 DISNYET_R  0x1000     /* disable Nyet handshakes */
1456
#define                nDISNYET_R  0x0
1457
#define              DMAREQ_ENA_R  0x2000     /* Enable DMA request for Tx EP */
1458
#define             nDMAREQ_ENA_R  0x0
1459
#define                     ISO_R  0x4000     /* enable Isochronous transfers */
1460
#define                    nISO_R  0x0
1461
#define               AUTOCLEAR_R  0x8000     /* allows TxPktRdy to be set automatically */
1462
#define              nAUTOCLEAR_R  0x0
1463
#define                  ERROR_RH  0x4        /* TxPktRdy not set  for an IN token host mode */
1464
#define                 nERROR_RH  0x0
1465
#define                 REQPKT_RH  0x20       /* request an IN transaction host mode */
1466
#define                nREQPKT_RH  0x0
1467
#define         STALL_RECEIVED_RH  0x40       /* Stall handshake received host mode */
1468
#define        nSTALL_RECEIVED_RH  0x0
1469
#define               INCOMPRX_RH  0x100      /* indicates that a large packet is split host mode */
1470
#define              nINCOMPRX_RH  0x0
1471
#define             DMAREQMODE_RH  0x800      /* DMA mode (0 or 1) selection host mode */
1472
#define            nDMAREQMODE_RH  0x0
1473
#define                AUTOREQ_RH  0x4000     /* sets ReqPkt automatically host mode */
1474
#define               nAUTOREQ_RH  0x0
1475
 
1476
/* Bit masks for USB_RXCOUNT */
1477
 
1478
#define                  RX_COUNT  0x1fff     /* Number of received bytes in the packet in the Rx FIFO */
1479
 
1480
/* Bit masks for USB_TXTYPE */
1481
 
1482
#define            TARGET_EP_NO_T  0xf        /* EP number */
1483
#define                PROTOCOL_T  0xc        /* transfer type */
1484
 
1485
/* Bit masks for USB_TXINTERVAL */
1486
 
1487
#define          TX_POLL_INTERVAL  0xff       /* polling interval for selected Tx EP */
1488
 
1489
/* Bit masks for USB_RXTYPE */
1490
 
1491
#define            TARGET_EP_NO_R  0xf        /* EP number */
1492
#define                PROTOCOL_R  0xc        /* transfer type */
1493
 
1494
/* Bit masks for USB_RXINTERVAL */
1495
 
1496
#define          RX_POLL_INTERVAL  0xff       /* polling interval for selected Rx EP */
1497
 
1498
/* Bit masks for USB_DMA_INTERRUPT */
1499
 
1500
#define                  DMA0_INT  0x1        /* DMA0 pending interrupt */
1501
#define                 nDMA0_INT  0x0
1502
#define                  DMA1_INT  0x2        /* DMA1 pending interrupt */
1503
#define                 nDMA1_INT  0x0
1504
#define                  DMA2_INT  0x4        /* DMA2 pending interrupt */
1505
#define                 nDMA2_INT  0x0
1506
#define                  DMA3_INT  0x8        /* DMA3 pending interrupt */
1507
#define                 nDMA3_INT  0x0
1508
#define                  DMA4_INT  0x10       /* DMA4 pending interrupt */
1509
#define                 nDMA4_INT  0x0
1510
#define                  DMA5_INT  0x20       /* DMA5 pending interrupt */
1511
#define                 nDMA5_INT  0x0
1512
#define                  DMA6_INT  0x40       /* DMA6 pending interrupt */
1513
#define                 nDMA6_INT  0x0
1514
#define                  DMA7_INT  0x80       /* DMA7 pending interrupt */
1515
#define                 nDMA7_INT  0x0
1516
 
1517
/* Bit masks for USB_DMAxCONTROL */
1518
 
1519
#define                   DMA_ENA  0x1        /* DMA enable */
1520
#define                  nDMA_ENA  0x0
1521
#define                 DIRECTION  0x2        /* direction of DMA transfer */
1522
#define                nDIRECTION  0x0
1523
#define                      MODE  0x4        /* DMA Bus error */
1524
#define                     nMODE  0x0
1525
#define                   INT_ENA  0x8        /* Interrupt enable */
1526
#define                  nINT_ENA  0x0
1527
#define                     EPNUM  0xf0       /* EP number */
1528
#define                  BUSERROR  0x100      /* DMA Bus error */
1529
#define                 nBUSERROR  0x0
1530
 
1531
/* Bit masks for USB_DMAxADDRHIGH */
1532
 
1533
#define             DMA_ADDR_HIGH  0xffff     /* Upper 16-bits of memory source/destination address for the DMA master channel */
1534
 
1535
/* Bit masks for USB_DMAxADDRLOW */
1536
 
1537
#define              DMA_ADDR_LOW  0xffff     /* Lower 16-bits of memory source/destination address for the DMA master channel */
1538
 
1539
/* Bit masks for USB_DMAxCOUNTHIGH */
1540
 
1541
#define            DMA_COUNT_HIGH  0xffff     /* Upper 16-bits of byte count of DMA transfer for DMA master channel */
1542
 
1543
/* Bit masks for USB_DMAxCOUNTLOW */
1544
 
1545
#define             DMA_COUNT_LOW  0xffff     /* Lower 16-bits of byte count of DMA transfer for DMA master channel */
1546
 
1547
/* ******************************************* */
1548
/*     MULTI BIT MACRO ENUMERATIONS            */
1549
/* ******************************************* */
1550
 
1551
 
1552
#endif /* _DEF_BF547_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.