]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/include/xusbps_hw.h
Preparing for next release...
[freertos] / FreeRTOS / Demo / CORTEX_A9_Zynq_ZC702 / RTOSDemo_bsp / ps7_cortexa9_0 / include / xusbps_hw.h
1 /******************************************************************************
2 *
3 * Copyright (C) 2010 - 2014 Xilinx, Inc.  All rights reserved.
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining a copy
6 * of this software and associated documentation files (the "Software"), to deal 
7 * in the Software without restriction, including without limitation the rights
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
11 *
12 * The above copyright notice and this permission notice shall be included in
13 * all copies or substantial portions of the Software.
14 *
15 * Use of the Software is limited solely to applications:
16 * (a) running on a Xilinx device, or
17 * (b) that interact with a Xilinx device through a bus or interconnect.
18 *
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
22 * XILINX  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
24 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
26 *
27 * Except as contained in this notice, the name of the Xilinx shall not be used
28 * in advertising or otherwise to promote the sale, use or other dealings in
29 * this Software without prior written authorization from Xilinx.
30 *
31 ******************************************************************************/
32 /*****************************************************************************/
33 /**
34  *
35  * @file xusbps_hw.h
36  *
37  * This header file contains identifiers and low-level driver functions (or
38  * macros) that can be used to access the device. High-level driver functions
39  * are defined in xusbps.h.
40  *
41  * <pre>
42  * MODIFICATION HISTORY:
43  *
44  * Ver   Who  Date     Changes
45  * ----- ---- -------- -----------------------------------------------
46  * 1.00a wgr  10/10/10 First release
47  * 1.04a nm   10/23/12 Fixed CR# 679106.
48  * 1.05a kpc  07/03/13 Added XUsbPs_ResetHw function prototype
49  * 2.00a kpc  04/03/14 Fixed CR#777764. Corrected max endpoint vale and masks 
50  * </pre>
51  *
52  ******************************************************************************/
53 #ifndef XUSBPS_HW_H
54 #define XUSBPS_HW_H
55
56 #ifdef __cplusplus
57 extern "C" {
58 #endif
59
60 /***************************** Include Files *********************************/
61
62 #include "xil_types.h"
63 #include "xil_assert.h"
64 #include "xil_io.h"
65
66 /************************** Constant Definitions *****************************/
67
68
69 #define XUSBPS_REG_SPACING              4
70
71 /** @name Timer 0 Register offsets
72  *
73  * @{
74  */
75 #define XUSBPS_TIMER0_LD_OFFSET 0x00000080
76 #define XUSBPS_TIMER0_CTL_OFFSET        0x00000084
77 /* @} */
78
79 /** @name Timer Control Register bit mask
80  *
81  * @{
82  */
83 #define XUSBPS_TIMER_RUN_MASK           0x80000000
84 #define XUSBPS_TIMER_STOP_MASK          0x80000000
85 #define XUSBPS_TIMER_RESET_MASK 0x40000000
86 #define XUSBPS_TIMER_REPEAT_MASK        0x01000000
87 /* @} */
88
89 /** @name Timer Control Register bit mask
90  *
91  * @{
92  */
93 #define XUSBPS_TIMER_COUNTER_MASK       0x00FFFFFF
94 /* @} */
95
96 /** @name Device Hardware Parameters
97  *
98  * @{
99  */
100 #define XUSBPS_HWDEVICE_OFFSET          0x0000000C
101
102 #define XUSBPS_EP_NUM_MASK              0x3E
103 #define XUSBPS_EP_NUM_SHIFT             1
104 /* @} */
105
106 /** @name Capability Regsiter offsets
107  */
108 #define XUSBPS_HCSPARAMS_OFFSET         0x00000104
109
110 /** @name Operational Register offsets.
111  * Register comments are tagged with "H:" and "D:" for Host and Device modes,
112  * respectively.
113  * Tags are only present for registers that have a different meaning DEVICE and
114  * HOST modes. Most registers are only valid for either DEVICE or HOST mode.
115  * Those registers don't have tags.
116  * @{
117  */
118 #define XUSBPS_CMD_OFFSET               0x00000140 /**< Configuration */
119 #define XUSBPS_ISR_OFFSET               0x00000144 /**< Interrupt Status */
120 #define XUSBPS_IER_OFFSET               0x00000148 /**< Interrupt Enable */
121 #define XUSBPS_FRAME_OFFSET             0x0000014C /**< USB Frame Index */
122 #define XUSBPS_LISTBASE_OFFSET          0x00000154 /**< H: Periodic List Base Address */
123 #define XUSBPS_DEVICEADDR_OFFSET        0x00000154 /**< D: Device Address */
124 #define XUSBPS_ASYNCLISTADDR_OFFSET     0x00000158 /**< H: Async List Address */
125 #define XUSBPS_EPLISTADDR_OFFSET        0x00000158 /**< D: Endpoint List Addr */
126 #define XUSBPS_TTCTRL_OFFSET            0x0000015C /**< TT Control */
127 #define XUSBPS_BURSTSIZE_OFFSET 0x00000160 /**< Burst Size */
128 #define XUSBPS_TXFILL_OFFSET            0x00000164 /**< Tx Fill Tuning */
129 #define XUSBPS_ULPIVIEW_OFFSET          0x00000170 /**< ULPI Viewport */
130 #define XUSBPS_EPNAKISR_OFFSET          0x00000178 /**< Endpoint NAK IRQ Status */
131 #define XUSBPS_EPNAKIER_OFFSET          0x0000017C /**< Endpoint NAK IRQ Enable */
132 #define XUSBPS_PORTSCR1_OFFSET          0x00000184 /**< Port Control/Status 1 */
133
134 /* NOTE: The Port Control / Status Register index is 1-based. */
135 #define XUSBPS_PORTSCRn_OFFSET(n)       \
136                 (XUSBPS_PORTSCR1_OFFSET + (((n)-1) * XUSBPS_REG_SPACING))
137
138
139 #define XUSBPS_OTGCSR_OFFSET    0x000001A4 /**< OTG Status and Control */
140 #define XUSBPS_MODE_OFFSET      0x000001A8 /**< USB Mode */
141 #define XUSBPS_EPSTAT_OFFSET    0x000001AC /**< Endpoint Setup Status */
142 #define XUSBPS_EPPRIME_OFFSET   0x000001B0 /**< Endpoint Prime */
143 #define XUSBPS_EPFLUSH_OFFSET   0x000001B4 /**< Endpoint Flush */
144 #define XUSBPS_EPRDY_OFFSET     0x000001B8 /**< Endpoint Ready */
145 #define XUSBPS_EPCOMPL_OFFSET   0x000001BC /**< Endpoint Complete */
146 #define XUSBPS_EPCR0_OFFSET     0x000001C0 /**< Endpoint Control 0 */
147 #define XUSBPS_EPCR1_OFFSET     0x000001C4 /**< Endpoint Control 1 */
148 #define XUSBPS_EPCR2_OFFSET     0x000001C8 /**< Endpoint Control 2 */
149 #define XUSBPS_EPCR3_OFFSET     0x000001CC /**< Endpoint Control 3 */
150 #define XUSBPS_EPCR4_OFFSET     0x000001D0 /**< Endpoint Control 4 */
151
152 #define XUSBPS_MAX_ENDPOINTS    12         /**< Number of supported Endpoints in
153                                              *  this core. */
154 #define XUSBPS_EP_OUT_MASK      0x00000FFF /**< OUR (RX) endpoint mask */
155 #define XUSBPS_EP_IN_MASK       0x0FFF0000 /**< IN (TX) endpoint mask */
156 #define XUSBPS_EP_ALL_MASK      0x0FFF0FFF /**< Mask used for endpoint control
157                                              *  registers */
158 #define XUSBPS_EPCRn_OFFSET(n)  \
159                 (XUSBPS_EPCR0_OFFSET + ((n) * XUSBPS_REG_SPACING))
160
161 #define  XUSBPS_EPFLUSH_RX_SHIFT   0
162 #define  XUSBPS_EPFLUSH_TX_SHIFT  16
163
164 /* @} */
165
166
167
168 /** @name Endpoint Control Register (EPCR) bit positions.
169  *  @{
170  */
171
172 /* Definitions for TX Endpoint bits */
173 #define XUSBPS_EPCR_TXT_CONTROL_MASK    0x00000000 /**< Control Endpoint - TX */
174 #define XUSBPS_EPCR_TXT_ISO_MASK        0x00040000 /**< Isochronous. Endpoint */
175 #define XUSBPS_EPCR_TXT_BULK_MASK       0x00080000 /**< Bulk Endpoint - TX */
176 #define XUSBPS_EPCR_TXT_INTR_MASK       0x000C0000 /**< Interrupt Endpoint */
177 #define XUSBPS_EPCR_TXS_MASK            0x00010000 /**< Stall TX endpoint */
178 #define XUSBPS_EPCR_TXE_MASK            0x00800000 /**< Transmit enable  - TX */
179 #define XUSBPS_EPCR_TXR_MASK            0x00400000 /**< Data Toggle Reset Bit */
180
181
182 /* Definitions for RX Endpoint bits */
183 #define XUSBPS_EPCR_RXT_CONTROL_MASK    0x00000000 /**< Control Endpoint - RX */
184 #define XUSBPS_EPCR_RXT_ISO_MASK        0x00000004 /**< Isochronous Endpoint */
185 #define XUSBPS_EPCR_RXT_BULK_MASK       0x00000008 /**< Bulk Endpoint - RX */
186 #define XUSBPS_EPCR_RXT_INTR_MASK       0x0000000C /**< Interrupt Endpoint */
187 #define XUSBPS_EPCR_RXS_MASK            0x00000001 /**< Stall RX endpoint. */
188 #define XUSBPS_EPCR_RXE_MASK            0x00000080 /**< Transmit enable. - RX */
189 #define XUSBPS_EPCR_RXR_MASK            0x00000040 /**< Data Toggle Reset Bit */
190 /* @} */
191
192
193 /** @name USB Command Register (CR) bit positions.
194  *  @{
195  */
196 #define XUSBPS_CMD_RS_MASK      0x00000001 /**< Run/Stop */
197 #define XUSBPS_CMD_RST_MASK     0x00000002 /**< Controller RESET */
198 #define XUSBPS_CMD_FS01_MASK    0x0000000C /**< Frame List Size bit 0,1 */
199 #define XUSBPS_CMD_PSE_MASK     0x00000010 /**< Periodic Sched Enable */
200 #define XUSBPS_CMD_ASE_MASK     0x00000020 /**< Async Sched Enable */
201 #define XUSBPS_CMD_IAA_MASK     0x00000040 /**< IRQ Async Advance Doorbell */
202 #define XUSBPS_CMD_ASP_MASK     0x00000300 /**< Async Sched Park Mode Cnt */
203 #define XUSBPS_CMD_ASPE_MASK    0x00000800 /**< Async Sched Park Mode Enbl */
204 #define XUSBPS_CMD_SUTW_MASK    0x00002000 /**< Setup TripWire */
205 #define XUSBPS_CMD_ATDTW_MASK   0x00004000 /**< Add dTD TripWire */
206 #define XUSBPS_CMD_FS2_MASK     0x00008000 /**< Frame List Size bit 2 */
207 #define XUSBPS_CMD_ITC_MASK     0x00FF0000 /**< IRQ Threshold Control */
208 /* @} */
209
210
211 /**
212  * @name Interrupt Threshold
213  * These definitions are used by software to set the maximum rate at which the
214  * USB controller will generate interrupt requests. The interrupt interval is
215  * given in number of micro-frames.
216  *
217  * USB defines a full-speed 1 ms frame time indicated by a Start Of Frame (SOF)
218  * packet each and every 1ms. USB also defines a high-speed micro-frame with a
219  * 125us frame time. For each micro-frame a SOF (Start Of Frame) packet is
220  * generated. Data is sent in between the SOF packets. The interrupt threshold
221  * defines how many micro-frames the controller waits before issuing an
222  * interrupt after data has been received.
223  *
224  * For a threshold of 0 the controller will issue an interrupt immediately
225  * after the last byte of the data has been received. For a threshold n>0 the
226  * controller will wait for n micro-frames before issuing an interrupt.
227  *
228  * Therefore, a setting of 8 micro-frames (default) means that the controller
229  * will issue at most 1 interrupt per millisecond.
230  *
231  * @{
232  */
233 #define XUSBPS_CMD_ITHRESHOLD_0 0x00 /**< Immediate interrupt. */
234 #define XUSBPS_CMD_ITHRESHOLD_1 0x01 /**< 1 micro-frame */
235 #define XUSBPS_CMD_ITHRESHOLD_2 0x02 /**< 2 micro-frames */
236 #define XUSBPS_CMD_ITHRESHOLD_4 0x04 /**< 4 micro-frames */
237 #define XUSBPS_CMD_ITHRESHOLD_8 0x08 /**< 8 micro-frames */
238 #define XUSBPS_CMD_ITHRESHOLD_16        0x10 /**< 16 micro-frames */
239 #define XUSBPS_CMD_ITHRESHOLD_32        0x20 /**< 32 micro-frames */
240 #define XUSBPS_CMD_ITHRESHOLD_64        0x40 /**< 64 micro-frames */
241 #define XUSBPS_CMD_ITHRESHOLD_MAX       XUSBPS_CMD_ITHRESHOLD_64
242 #define XUSBPS_CMD_ITHRESHOLD_DEFAULT   XUSBPS_CMD_ITHRESHOLD_8
243 /* @} */
244
245
246
247 /** @name USB Interrupt Status Register (ISR) / Interrupt Enable Register (IER)
248  * bit positions.
249  *  @{
250  */
251 #define XUSBPS_IXR_UI_MASK      0x00000001 /**< USB Transaction Complete */
252 #define XUSBPS_IXR_UE_MASK      0x00000002 /**< Transaction Error */
253 #define XUSBPS_IXR_PC_MASK      0x00000004 /**< Port Change Detect */
254 #define XUSBPS_IXR_FRE_MASK     0x00000008 /**< Frame List Rollover */
255 #define XUSBPS_IXR_AA_MASK      0x00000020 /**< Async Advance */
256 #define XUSBPS_IXR_UR_MASK      0x00000040 /**< RESET Received */
257 #define XUSBPS_IXR_SR_MASK      0x00000080 /**< Start of Frame */
258 #define XUSBPS_IXR_SLE_MASK     0x00000100 /**< Device Controller Suspend */
259 #define XUSBPS_IXR_ULPI_MASK    0x00000400 /**< ULPI IRQ */
260 #define XUSBPS_IXR_HCH_MASK     0x00001000 /**< Host Controller Halted
261                                                 * Read Only */
262 #define XUSBPS_IXR_RCL_MASK     0x00002000 /**< USB Reclamation  Read Only */
263 #define XUSBPS_IXR_PS_MASK      0x00004000 /**< Periodic Sched Status
264                                                 * Read Only */
265 #define XUSBPS_IXR_AS_MASK      0x00008000 /**< Async Sched Status Read only */
266 #define XUSBPS_IXR_NAK_MASK     0x00010000 /**< NAK IRQ */
267 #define XUSBPS_IXR_UA_MASK      0x00040000 /**< USB Host Async IRQ */
268 #define XUSBPS_IXR_UP_MASK      0x00080000 /**< USB Host Periodic IRQ */
269 #define XUSBPS_IXR_TI0_MASK     0x01000000 /**< Timer 0 Interrupt */
270 #define XUSBPS_IXR_TI1_MASK     0x02000000 /**< Timer 1 Interrupt */
271
272 #define XUSBPS_IXR_ALL                  (XUSBPS_IXR_UI_MASK     | \
273                                          XUSBPS_IXR_UE_MASK             | \
274                                          XUSBPS_IXR_PC_MASK     | \
275                                          XUSBPS_IXR_FRE_MASK    | \
276                                          XUSBPS_IXR_AA_MASK     | \
277                                          XUSBPS_IXR_UR_MASK             | \
278                                          XUSBPS_IXR_SR_MASK             | \
279                                          XUSBPS_IXR_SLE_MASK    | \
280                                          XUSBPS_IXR_ULPI_MASK           | \
281                                          XUSBPS_IXR_HCH_MASK    | \
282                                          XUSBPS_IXR_RCL_MASK    | \
283                                          XUSBPS_IXR_PS_MASK | \
284                                          XUSBPS_IXR_AS_MASK             | \
285                                          XUSBPS_IXR_NAK_MASK            | \
286                                          XUSBPS_IXR_UA_MASK     | \
287                                          XUSBPS_IXR_UP_MASK | \
288                                          XUSBPS_IXR_TI0_MASK | \
289                                          XUSBPS_IXR_TI1_MASK)
290                                         /**< Mask for ALL IRQ types */
291 /* @} */
292
293
294 /** @name USB Mode Register (MODE) bit positions.
295  *  @{
296  */
297 #define XUSBPS_MODE_CM_MASK             0x00000003 /**< Controller Mode Select */
298 #define XUSBPS_MODE_CM_IDLE_MASK        0x00000000
299 #define XUSBPS_MODE_CM_DEVICE_MASK      0x00000002
300 #define XUSBPS_MODE_CM_HOST_MASK        0x00000003
301 #define XUSBPS_MODE_ES_MASK             0x00000004 /**< USB Endian Select */
302 #define XUSBPS_MODE_SLOM_MASK           0x00000008 /**< USB Setup Lockout Mode Disable */
303 #define XUSBPS_MODE_SDIS_MASK           0x00000010
304 #define XUSBPS_MODE_VALID_MASK          0x0000001F
305
306 /* @} */
307
308
309 /** @name USB Device Address Register (DEVICEADDR) bit positions.
310  *  @{
311  */
312 #define XUSBPS_DEVICEADDR_DEVICEAADV_MASK       0x01000000
313                                         /**< Device Addr Auto Advance */
314 #define XUSBPS_DEVICEADDR_ADDR_MASK             0xFE000000
315                                         /**< Device Address */
316 #define XUSBPS_DEVICEADDR_ADDR_SHIFT            25
317                                         /**< Address shift */
318 #define XUSBPS_DEVICEADDR_MAX                   127
319                                         /**< Biggest allowed address */
320 /* @} */
321
322 /** @name USB TT Control Register (TTCTRL) bit positions.
323  *  @{
324  */
325 #define XUSBPS_TTCTRL_HUBADDR_MASK      0x7F000000 /**< TT Hub Address */
326 /* @} */
327
328
329 /** @name USB Burst Size Register (BURSTSIZE) bit posisions.
330  *  @{
331  */
332 #define XUSBPS_BURSTSIZE_RX_MASK        0x000000FF /**< RX Burst Length */
333 #define XUSBPS_BURSTSIZE_TX_MASK        0x0000FF00 /**< TX Burst Length */
334 /* @} */
335
336
337 /** @name USB Tx Fill Tuning Register (TXFILL) bit positions.
338  *  @{
339  */
340 #define XUSBPS_TXFILL_OVERHEAD_MASK     0x000000FF
341                                         /**< Scheduler Overhead */
342 #define XUSBPS_TXFILL_HEALTH_MASK       0x00001F00
343                                         /**< Scheduler Health Cntr */
344 #define XUSBPS_TXFILL_BURST_MASK        0x003F0000
345                                         /**< FIFO Burst Threshold */
346 /* @} */
347
348
349 /** @name USB ULPI Viewport Register (ULPIVIEW) bit positions.
350  *  @{
351  */
352 #define XUSBPS_ULPIVIEW_DATWR_MASK      0x000000FF /**< ULPI Data Write */
353 #define XUSBPS_ULPIVIEW_DATRD_MASK      0x0000FF00 /**< ULPI Data Read */
354 #define XUSBPS_ULPIVIEW_ADDR_MASK       0x00FF0000 /**< ULPI Data Address */
355 #define XUSBPS_ULPIVIEW_PORT_MASK       0x07000000 /**< ULPI Port Number */
356 #define XUSBPS_ULPIVIEW_SS_MASK 0x08000000 /**< ULPI Synchronous State */
357 #define XUSBPS_ULPIVIEW_RW_MASK 0x20000000 /**< ULPI Read/Write Control */
358 #define XUSBPS_ULPIVIEW_RUN_MASK        0x40000000 /**< ULPI Run */
359 #define XUSBPS_ULPIVIEW_WU_MASK 0x80000000 /**< ULPI Wakeup */
360 /* @} */
361
362
363 /** @name Port Status Control Register bit positions.
364  *  @{
365  */
366 #define XUSBPS_PORTSCR_CCS_MASK  0x00000001 /**< Current Connect Status */
367 #define XUSBPS_PORTSCR_CSC_MASK  0x00000002 /**< Connect Status Change */
368 #define XUSBPS_PORTSCR_PE_MASK    0x00000004 /**< Port Enable/Disable */
369 #define XUSBPS_PORTSCR_PEC_MASK  0x00000008 /**< Port Enable/Disable Change */
370 #define XUSBPS_PORTSCR_OCA_MASK  0x00000010 /**< Over-current Active */
371 #define XUSBPS_PORTSCR_OCC_MASK  0x00000020 /**< Over-current Change */
372 #define XUSBPS_PORTSCR_FPR_MASK  0x00000040 /**< Force Port Resume */
373 #define XUSBPS_PORTSCR_SUSP_MASK 0x00000080 /**< Suspend */
374 #define XUSBPS_PORTSCR_PR_MASK    0x00000100 /**< Port Reset */
375 #define XUSBPS_PORTSCR_HSP_MASK  0x00000200 /**< High Speed Port */
376 #define XUSBPS_PORTSCR_LS_MASK    0x00000C00 /**< Line Status */
377 #define XUSBPS_PORTSCR_PP_MASK    0x00001000 /**< Port Power */
378 #define XUSBPS_PORTSCR_PO_MASK    0x00002000 /**< Port Owner */
379 #define XUSBPS_PORTSCR_PIC_MASK  0x0000C000 /**< Port Indicator Control */
380 #define XUSBPS_PORTSCR_PTC_MASK  0x000F0000 /**< Port Test Control */
381 #define XUSBPS_PORTSCR_WKCN_MASK 0x00100000 /**< Wake on Connect Enable */
382 #define XUSBPS_PORTSCR_WKDS_MASK 0x00200000 /**< Wake on Disconnect Enable */
383 #define XUSBPS_PORTSCR_WKOC_MASK 0x00400000 /**< Wake on Over-current Enable */
384 #define XUSBPS_PORTSCR_PHCD_MASK 0x00800000 /**< PHY Low Power Suspend -
385                                                 * Clock Disable */
386 #define XUSBPS_PORTSCR_PFSC_MASK 0x01000000 /**< Port Force Full Speed
387                                                 * Connect */
388 #define XUSBPS_PORTSCR_PSPD_MASK 0x0C000000 /**< Port Speed */
389 /* @} */
390
391
392 /** @name On-The-Go Status Control Register (OTGCSR) bit positions.
393  *  @{
394  */
395 #define XUSBPS_OTGSC_VD_MASK     0x00000001 /**< VBus Discharge Bit */
396 #define XUSBPS_OTGSC_VC_MASK     0x00000002 /**< VBus Charge Bit */
397 #define XUSBPS_OTGSC_HAAR_MASK   0x00000004 /**< HW Assist Auto Reset
398                                                        *  Enable Bit */
399 #define XUSBPS_OTGSC_OT_MASK     0x00000008 /**< OTG Termination Bit */
400 #define XUSBPS_OTGSC_DP_MASK     0x00000010 /**< Data Pulsing Pull-up
401                                                        *  Enable Bit */
402 #define XUSBPS_OTGSC_IDPU_MASK   0x00000020 /**< ID Pull-up Enable Bit */
403 #define XUSBPS_OTGSC_HADP_MASK   0x00000040 /**< HW Assist Data Pulse
404                                                         * Enable Bit */
405 #define XUSBPS_OTGSC_HABA_MASK   0x00000080 /**< USB Hardware Assist
406                                                        *  B Disconnect to A
407                                                        *  Connect Enable Bit */
408 #define XUSBPS_OTGSC_ID_MASK     0x00000100 /**< ID Status Flag */
409 #define XUSBPS_OTGSC_AVV_MASK    0x00000200 /**< USB A VBus Valid Interrupt Status Flag */
410 #define XUSBPS_OTGSC_ASV_MASK    0x00000400 /**< USB A Session Valid Interrupt Status Flag */
411 #define XUSBPS_OTGSC_BSV_MASK    0x00000800 /**< USB B Session Valid Status Flag */
412 #define XUSBPS_OTGSC_BSE_MASK    0x00001000 /**< USB B Session End Status Flag */
413 #define XUSBPS_OTGSC_1MST_MASK   0x00002000 /**< USB 1 Millisecond Timer Status Flag */
414 #define XUSBPS_OTGSC_DPS_MASK    0x00004000 /**< Data Pulse Status Flag */
415 #define XUSBPS_OTGSC_IDIS_MASK   0x00010000 /**< USB ID Interrupt Status Flag */
416 #define XUSBPS_OTGSC_AVVIS_MASK 0x00020000 /**< USB A VBus Valid Interrupt Status Flag */
417 #define XUSBPS_OTGSC_ASVIS_MASK 0x00040000 /**< USB A Session Valid Interrupt Status Flag */
418 #define XUSBPS_OTGSC_BSVIS_MASK 0x00080000 /**< USB B Session Valid Interrupt Status Flag */
419 #define XUSBPS_OTGSC_BSEIS_MASK 0x00100000 /**< USB B Session End Interrupt Status Flag */
420 #define XUSBPS_OTGSC_1MSS_MASK   0x00200000 /**< 1 Millisecond Timer Interrupt Status Flag */
421 #define XUSBPS_OTGSC_DPIS_MASK   0x00400000 /**< Data Pulse Interrupt Status Flag */
422 #define XUSBPS_OTGSC_IDIE_MASK   0x01000000 /**< ID Interrupt Enable Bit */
423 #define XUSBPS_OTGSC_AVVIE_MASK 0x02000000 /**< USB A VBus Valid Interrupt Enable Bit */
424 #define XUSBPS_OTGSC_ASVIE_MASK 0x04000000 /**< USB A Session Valid Interrupt Enable Bit */
425 #define XUSBPS_OTGSC_BSVIE_MASK 0x08000000 /**< USB B Session Valid Interrupt Enable Bit */
426 #define XUSBPS_OTGSC_BSEE_MASK   0x10000000 /**< USB B Session End Interrupt Enable Bit */
427 #define XUSBPS_OTGSC_1MSE_MASK   0x20000000 /**< 1 Millisecond Timer
428                                                 * Interrupt Enable Bit */
429 #define XUSBPS_OTGSC_DPIE_MASK   0x40000000 /**< Data Pulse Interrupt
430                                                         * Enable Bit */
431
432 #define XUSBPS_OTG_ISB_ALL      (XUSBPS_OTGSC_IDIS_MASK |\
433                                 XUSBPS_OTGSC_AVVIS_MASK | \
434                                 XUSBPS_OTGSC_ASVIS_MASK | \
435                                 XUSBPS_OTGSC_BSVIS_MASK | \
436                                 XUSBPS_OTGSC_BSEIS_MASK | \
437                                 XUSBPS_OTGSC_1MSS_MASK | \
438                                 XUSBPS_OTGSC_DPIS_MASK)
439                                 /** Mask for All IRQ status masks */
440
441 #define XUSBPS_OTG_IEB_ALL      (XUSBPS_OTGSC_IDIE_MASK |\
442                                 XUSBPS_OTGSC_AVVIE_MASK | \
443                                 XUSBPS_OTGSC_ASVIE_MASK | \
444                                 XUSBPS_OTGSC_BSVIE_MASK | \
445                                 XUSBPS_OTGSC_BSEE_IEB_MASK | \
446                                 XUSBPS_OTGSC_1MSE_MASK | \
447                                 XUSBPS_OTGSC_DPIE_MASK)
448                                 /** Mask for All IRQ Enable masks */
449 /* @} */
450
451
452 /**< Alignment of the Device Queue Head List BASE. */
453 #define XUSBPS_dQH_BASE_ALIGN           2048
454
455 /**< Alignment of a Device Queue Head structure. */
456 #define XUSBPS_dQH_ALIGN                64
457
458 /**< Alignment of a Device Transfer Descriptor structure. */
459 #define XUSBPS_dTD_ALIGN                32
460
461 /**< Size of one RX buffer for a OUT Transfer Descriptor. */
462 #define XUSBPS_dTD_BUF_SIZE             4096
463
464 /**< Maximum size of one RX/TX buffer. */
465 #define XUSBPS_dTD_BUF_MAX_SIZE 16*1024
466
467 /**< Alignment requirement for Transfer Descriptor buffers. */
468 #define XUSBPS_dTD_BUF_ALIGN            4096
469
470
471 /**************************** Type Definitions *******************************/
472
473 /***************** Macros (Inline Functions) Definitions *********************/
474
475 /****************************************************************************/
476 /**
477 *
478 * This macro reads the given register.
479 *
480 * @param        BaseAddress is the base address for the USB registers.
481 * @param        RegOffset is the register offset to be read.
482 *
483 * @return       The 32-bit value of the register.
484 *
485 * @note         C-style signature:
486 *               u32 XUsbPs_ReadReg(u32 BaseAddress, u32 RegOffset)
487 *
488 *****************************************************************************/
489 #define XUsbPs_ReadReg(BaseAddress, RegOffset) \
490                                 Xil_In32(BaseAddress + (RegOffset))
491
492
493 /****************************************************************************/
494 /**
495 *
496 * This macro writes the given register.
497 *
498 * @param        BaseAddress is the the base address for the USB registers.
499 * @param        RegOffset is the register offset to be written.
500 * @param        Data is the the 32-bit value to write to the register.
501 *
502 * @return       None.
503 *
504 * @note         C-style signature:
505 *               void XUsbPs_WriteReg(u32 BaseAddress, u32 RegOffset, u32 Data)
506 *
507  *****************************************************************************/
508 #define XUsbPs_WriteReg(BaseAddress, RegOffset, Data) \
509                                 Xil_Out32(BaseAddress + (RegOffset), (Data))
510
511
512 /************************** Function Prototypes ******************************/
513 /*
514  * Perform reset operation to the USB PS interface
515  */
516 void XUsbPs_ResetHw(u32 BaseAddress);
517 /************************** Variable Definitions ******************************/
518
519 #ifdef __cplusplus
520 }
521 #endif
522
523 #endif /* XUSBPS_L_H */