]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/include/xil_macroback.h
Remove obsolete MPU demos.
[freertos] / FreeRTOS / Demo / CORTEX_A9_Zynq_ZC702 / RTOSDemo_bsp / ps7_cortexa9_0 / include / xil_macroback.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 xil_macroback.h
36  *
37  * This header file is meant to bring back the removed _m macros.
38  * This header file must be included last.
39  * The following macros are not defined here due to the driver change:
40  *   XGpio_mSetDataDirection
41  *   XGpio_mGetDataReg
42  *   XGpio_mSetDataReg
43  *   XIIC_RESET
44  *   XIIC_CLEAR_STATS
45  *   XSpi_mReset
46  *   XSysAce_mSetCfgAddr
47  *   XSysAce_mIsCfgDone
48  *   XTft_mSetPixel
49  *   XTft_mGetPixel
50  *   XWdtTb_mEnableWdt
51  *   XWdtTb_mDisbleWdt
52  *   XWdtTb_mRestartWdt
53  *   XWdtTb_mGetTimebaseReg
54  *   XWdtTb_mHasReset
55  *
56  * Please refer the corresonding driver document for replacement.
57  *
58  *********************************************************************/
59
60 #ifndef XIL_MACROBACK_H
61 #define XIL_MACROBACK_H
62
63 /*********************************************************************/
64 /**
65  * Macros for Driver XCan
66  *
67  *********************************************************************/
68 #ifndef XCan_mReadReg
69 #define XCan_mReadReg XCan_ReadReg
70 #endif
71
72 #ifndef XCan_mWriteReg
73 #define XCan_mWriteReg XCan_WriteReg
74 #endif
75
76 #ifndef XCan_mIsTxDone
77 #define XCan_mIsTxDone XCan_IsTxDone
78 #endif
79
80 #ifndef XCan_mIsTxFifoFull
81 #define XCan_mIsTxFifoFull XCan_IsTxFifoFull
82 #endif
83
84 #ifndef XCan_mIsHighPriorityBufFull
85 #define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull
86 #endif
87
88 #ifndef XCan_mIsRxEmpty
89 #define XCan_mIsRxEmpty XCan_IsRxEmpty
90 #endif
91
92 #ifndef XCan_mIsAcceptFilterBusy
93 #define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy
94 #endif
95
96 #ifndef XCan_mCreateIdValue
97 #define XCan_mCreateIdValue XCan_CreateIdValue
98 #endif
99
100 #ifndef XCan_mCreateDlcValue
101 #define XCan_mCreateDlcValue XCan_CreateDlcValue
102 #endif
103
104 /*********************************************************************/
105 /**
106  * Macros for Driver XDmaCentral
107  *
108  *********************************************************************/
109 #ifndef XDmaCentral_mWriteReg
110 #define XDmaCentral_mWriteReg XDmaCentral_WriteReg
111 #endif
112
113 #ifndef XDmaCentral_mReadReg
114 #define XDmaCentral_mReadReg XDmaCentral_ReadReg
115 #endif
116
117 /*********************************************************************/
118 /**
119  * Macros for Driver XDsAdc
120  *
121  *********************************************************************/
122 #ifndef XDsAdc_mWriteReg
123 #define XDsAdc_mWriteReg XDsAdc_WriteReg
124 #endif
125
126 #ifndef XDsAdc_mReadReg
127 #define XDsAdc_mReadReg XDsAdc_ReadReg
128 #endif
129
130 #ifndef XDsAdc_mIsEmpty
131 #define XDsAdc_mIsEmpty XDsAdc_IsEmpty
132 #endif
133
134 #ifndef XDsAdc_mSetFstmReg
135 #define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg
136 #endif
137
138 #ifndef XDsAdc_mGetFstmReg
139 #define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg
140 #endif
141
142 #ifndef XDsAdc_mEnableConversion
143 #define XDsAdc_mEnableConversion XDsAdc_EnableConversion
144 #endif
145
146 #ifndef XDsAdc_mDisableConversion
147 #define XDsAdc_mDisableConversion XDsAdc_DisableConversion
148 #endif
149
150 #ifndef XDsAdc_mGetFifoOccyReg
151 #define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg
152 #endif
153
154 /*********************************************************************/
155 /**
156  * Macros for Driver XDsDac
157  *
158  *********************************************************************/
159 #ifndef XDsDac_mWriteReg
160 #define XDsDac_mWriteReg XDsDac_WriteReg
161 #endif
162
163 #ifndef XDsDac_mReadReg
164 #define XDsDac_mReadReg XDsDac_ReadReg
165 #endif
166
167 #ifndef XDsDac_mIsEmpty
168 #define XDsDac_mIsEmpty XDsDac_IsEmpty
169 #endif
170
171 #ifndef XDsDac_mFifoIsFull
172 #define XDsDac_mFifoIsFull XDsDac_FifoIsFull
173 #endif
174
175 #ifndef XDsDac_mGetVacancy
176 #define XDsDac_mGetVacancy XDsDac_GetVacancy
177 #endif
178
179 /*********************************************************************/
180 /**
181  * Macros for Driver XEmacLite
182  *
183  *********************************************************************/
184 #ifndef XEmacLite_mReadReg
185 #define XEmacLite_mReadReg XEmacLite_ReadReg
186 #endif
187
188 #ifndef XEmacLite_mWriteReg
189 #define XEmacLite_mWriteReg XEmacLite_WriteReg
190 #endif
191
192 #ifndef XEmacLite_mGetTxStatus
193 #define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus
194 #endif
195
196 #ifndef XEmacLite_mSetTxStatus
197 #define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus
198 #endif
199
200 #ifndef XEmacLite_mGetRxStatus
201 #define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus
202 #endif
203
204 #ifndef XEmacLite_mSetRxStatus
205 #define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus
206 #endif
207
208 #ifndef XEmacLite_mIsTxDone
209 #define XEmacLite_mIsTxDone XEmacLite_IsTxDone
210 #endif
211
212 #ifndef XEmacLite_mIsRxEmpty
213 #define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty
214 #endif
215
216 #ifndef XEmacLite_mNextTransmitAddr
217 #define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr
218 #endif
219
220 #ifndef XEmacLite_mNextReceiveAddr
221 #define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr
222 #endif
223
224 #ifndef XEmacLite_mIsMdioConfigured
225 #define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured
226 #endif
227
228 #ifndef XEmacLite_mIsLoopbackConfigured
229 #define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured
230 #endif
231
232 #ifndef XEmacLite_mGetReceiveDataLength
233 #define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength
234 #endif
235
236 #ifndef XEmacLite_mGetTxActive
237 #define XEmacLite_mGetTxActive XEmacLite_GetTxActive
238 #endif
239
240 #ifndef XEmacLite_mSetTxActive
241 #define XEmacLite_mSetTxActive XEmacLite_SetTxActive
242 #endif
243
244 /*********************************************************************/
245 /**
246  * Macros for Driver XGpio
247  *
248  *********************************************************************/
249 #ifndef XGpio_mWriteReg
250 #define XGpio_mWriteReg XGpio_WriteReg
251 #endif
252
253 #ifndef XGpio_mReadReg
254 #define XGpio_mReadReg XGpio_ReadReg
255 #endif
256
257 /*********************************************************************/
258 /**
259  * Macros for Driver XHwIcap
260  *
261  *********************************************************************/
262 #ifndef XHwIcap_mFifoWrite
263 #define XHwIcap_mFifoWrite XHwIcap_FifoWrite
264 #endif
265
266 #ifndef XHwIcap_mFifoRead
267 #define XHwIcap_mFifoRead XHwIcap_FifoRead
268 #endif
269
270 #ifndef XHwIcap_mSetSizeReg
271 #define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg
272 #endif
273
274 #ifndef XHwIcap_mGetControlReg
275 #define XHwIcap_mGetControlReg XHwIcap_GetControlReg
276 #endif
277
278 #ifndef XHwIcap_mStartConfig
279 #define XHwIcap_mStartConfig XHwIcap_StartConfig
280 #endif
281
282 #ifndef XHwIcap_mStartReadBack
283 #define XHwIcap_mStartReadBack XHwIcap_StartReadBack
284 #endif
285
286 #ifndef XHwIcap_mGetStatusReg
287 #define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg
288 #endif
289
290 #ifndef XHwIcap_mIsTransferDone
291 #define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone
292 #endif
293
294 #ifndef XHwIcap_mIsDeviceBusy
295 #define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy
296 #endif
297
298 #ifndef XHwIcap_mIntrGlobalEnable
299 #define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable
300 #endif
301
302 #ifndef XHwIcap_mIntrGlobalDisable
303 #define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable
304 #endif
305
306 #ifndef XHwIcap_mIntrGetStatus
307 #define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus
308 #endif
309
310 #ifndef XHwIcap_mIntrDisable
311 #define XHwIcap_mIntrDisable XHwIcap_IntrDisable
312 #endif
313
314 #ifndef XHwIcap_mIntrEnable
315 #define XHwIcap_mIntrEnable XHwIcap_IntrEnable
316 #endif
317
318 #ifndef XHwIcap_mIntrGetEnabled
319 #define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled
320 #endif
321
322 #ifndef XHwIcap_mIntrClear
323 #define XHwIcap_mIntrClear XHwIcap_IntrClear
324 #endif
325
326 #ifndef XHwIcap_mGetWrFifoVacancy
327 #define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy
328 #endif
329
330 #ifndef XHwIcap_mGetRdFifoOccupancy
331 #define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy
332 #endif
333
334 #ifndef XHwIcap_mSliceX2Col
335 #define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col
336 #endif
337
338 #ifndef XHwIcap_mSliceY2Row
339 #define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row
340 #endif
341
342 #ifndef XHwIcap_mSliceXY2Slice
343 #define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice
344 #endif
345
346 #ifndef XHwIcap_mReadReg
347 #define XHwIcap_mReadReg XHwIcap_ReadReg
348 #endif
349
350 #ifndef XHwIcap_mWriteReg
351 #define XHwIcap_mWriteReg XHwIcap_WriteReg
352 #endif
353
354 /*********************************************************************/
355 /**
356  * Macros for Driver XIic
357  *
358  *********************************************************************/
359 #ifndef XIic_mReadReg
360 #define XIic_mReadReg XIic_ReadReg
361 #endif
362
363 #ifndef XIic_mWriteReg
364 #define XIic_mWriteReg XIic_WriteReg
365 #endif
366
367 #ifndef XIic_mEnterCriticalRegion
368 #define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable
369 #endif
370
371 #ifndef XIic_mExitCriticalRegion
372 #define XIic_mExitCriticalRegion XIic_IntrGlobalEnable
373 #endif
374
375 #ifndef XIIC_GINTR_DISABLE
376 #define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable
377 #endif
378
379 #ifndef XIIC_GINTR_ENABLE
380 #define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable
381 #endif
382
383 #ifndef XIIC_IS_GINTR_ENABLED
384 #define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled
385 #endif
386
387 #ifndef XIIC_WRITE_IISR
388 #define XIIC_WRITE_IISR XIic_WriteIisr
389 #endif
390
391 #ifndef XIIC_READ_IISR
392 #define XIIC_READ_IISR XIic_ReadIisr
393 #endif
394
395 #ifndef XIIC_WRITE_IIER
396 #define XIIC_WRITE_IIER XIic_WriteIier
397 #endif
398
399 #ifndef XIic_mClearIisr
400 #define XIic_mClearIisr XIic_ClearIisr
401 #endif
402
403 #ifndef XIic_mSend7BitAddress
404 #define XIic_mSend7BitAddress XIic_Send7BitAddress
405 #endif
406
407 #ifndef XIic_mDynSend7BitAddress
408 #define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress
409 #endif
410
411 #ifndef XIic_mDynSendStartStopAddress
412 #define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress
413 #endif
414
415 #ifndef XIic_mDynSendStop
416 #define XIic_mDynSendStop XIic_DynSendStop
417 #endif
418
419 #ifndef XIic_mSend10BitAddrByte1
420 #define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1
421 #endif
422
423 #ifndef XIic_mSend10BitAddrByte2
424 #define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2
425 #endif
426
427 #ifndef XIic_mSend7BitAddr
428 #define XIic_mSend7BitAddr XIic_Send7BitAddr
429 #endif
430
431 #ifndef XIic_mDisableIntr
432 #define XIic_mDisableIntr XIic_DisableIntr
433 #endif
434
435 #ifndef XIic_mEnableIntr
436 #define XIic_mEnableIntr XIic_EnableIntr
437 #endif
438
439 #ifndef XIic_mClearIntr
440 #define XIic_mClearIntr XIic_ClearIntr
441 #endif
442
443 #ifndef XIic_mClearEnableIntr
444 #define XIic_mClearEnableIntr XIic_ClearEnableIntr
445 #endif
446
447 #ifndef XIic_mFlushRxFifo
448 #define XIic_mFlushRxFifo XIic_FlushRxFifo
449 #endif
450
451 #ifndef XIic_mFlushTxFifo
452 #define XIic_mFlushTxFifo XIic_FlushTxFifo
453 #endif
454
455 #ifndef XIic_mReadRecvByte
456 #define XIic_mReadRecvByte XIic_ReadRecvByte
457 #endif
458
459 #ifndef XIic_mWriteSendByte
460 #define XIic_mWriteSendByte XIic_WriteSendByte
461 #endif
462
463 #ifndef XIic_mSetControlRegister
464 #define XIic_mSetControlRegister XIic_SetControlRegister
465 #endif
466
467 /*********************************************************************/
468 /**
469  * Macros for Driver XIntc
470  *
471  *********************************************************************/
472 #ifndef XIntc_mMasterEnable
473 #define XIntc_mMasterEnable XIntc_MasterEnable
474 #endif
475
476 #ifndef XIntc_mMasterDisable
477 #define XIntc_mMasterDisable XIntc_MasterDisable
478 #endif
479
480 #ifndef XIntc_mEnableIntr
481 #define XIntc_mEnableIntr XIntc_EnableIntr
482 #endif
483
484 #ifndef XIntc_mDisableIntr
485 #define XIntc_mDisableIntr XIntc_DisableIntr
486 #endif
487
488 #ifndef XIntc_mAckIntr
489 #define XIntc_mAckIntr XIntc_AckIntr
490 #endif
491
492 #ifndef XIntc_mGetIntrStatus
493 #define XIntc_mGetIntrStatus XIntc_GetIntrStatus
494 #endif
495
496 /*********************************************************************/
497 /**
498  * Macros for Driver XLlDma
499  *
500  *********************************************************************/
501 #ifndef XLlDma_mBdRead
502 #define XLlDma_mBdRead XLlDma_BdRead
503 #endif
504
505 #ifndef XLlDma_mBdWrite
506 #define XLlDma_mBdWrite XLlDma_BdWrite
507 #endif
508
509 #ifndef XLlDma_mWriteReg
510 #define XLlDma_mWriteReg XLlDma_WriteReg
511 #endif
512
513 #ifndef XLlDma_mReadReg
514 #define XLlDma_mReadReg XLlDma_ReadReg
515 #endif
516
517 #ifndef XLlDma_mBdClear
518 #define XLlDma_mBdClear XLlDma_BdClear
519 #endif
520
521 #ifndef XLlDma_mBdSetStsCtrl
522 #define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl
523 #endif
524
525 #ifndef XLlDma_mBdGetStsCtrl
526 #define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl
527 #endif
528
529 #ifndef XLlDma_mBdSetLength
530 #define XLlDma_mBdSetLength XLlDma_BdSetLength
531 #endif
532
533 #ifndef XLlDma_mBdGetLength
534 #define XLlDma_mBdGetLength XLlDma_BdGetLength
535 #endif
536
537 #ifndef XLlDma_mBdSetId
538 #define XLlDma_mBdSetId XLlDma_BdSetId
539 #endif
540
541 #ifndef XLlDma_mBdGetId
542 #define XLlDma_mBdGetId XLlDma_BdGetId
543 #endif
544
545 #ifndef XLlDma_mBdSetBufAddr
546 #define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr
547 #endif
548
549 #ifndef XLlDma_mBdGetBufAddr
550 #define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr
551 #endif
552
553 #ifndef XLlDma_mBdGetLength
554 #define XLlDma_mBdGetLength XLlDma_BdGetLength
555 #endif
556
557 #ifndef XLlDma_mGetTxRing
558 #define XLlDma_mGetTxRing XLlDma_GetTxRing
559 #endif
560
561 #ifndef XLlDma_mGetRxRing
562 #define XLlDma_mGetRxRing XLlDma_GetRxRing
563 #endif
564
565 #ifndef XLlDma_mGetCr
566 #define XLlDma_mGetCr XLlDma_GetCr
567 #endif
568
569 #ifndef XLlDma_mSetCr
570 #define XLlDma_mSetCr XLlDma_SetCr
571 #endif
572
573 #ifndef XLlDma_mBdRingCntCalc
574 #define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc
575 #endif
576
577 #ifndef XLlDma_mBdRingMemCalc
578 #define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc
579 #endif
580
581 #ifndef XLlDma_mBdRingGetCnt
582 #define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt
583 #endif
584
585 #ifndef XLlDma_mBdRingGetFreeCnt
586 #define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt
587 #endif
588
589 #ifndef XLlDma_mBdRingSnapShotCurrBd
590 #define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd
591 #endif
592
593 #ifndef XLlDma_mBdRingNext
594 #define XLlDma_mBdRingNext XLlDma_BdRingNext
595 #endif
596
597 #ifndef XLlDma_mBdRingPrev
598 #define XLlDma_mBdRingPrev XLlDma_BdRingPrev
599 #endif
600
601 #ifndef XLlDma_mBdRingGetSr
602 #define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr
603 #endif
604
605 #ifndef XLlDma_mBdRingSetSr
606 #define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr
607 #endif
608
609 #ifndef XLlDma_mBdRingGetCr
610 #define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr
611 #endif
612
613 #ifndef XLlDma_mBdRingSetCr
614 #define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr
615 #endif
616
617 #ifndef XLlDma_mBdRingBusy
618 #define XLlDma_mBdRingBusy XLlDma_BdRingBusy
619 #endif
620
621 #ifndef XLlDma_mBdRingIntEnable
622 #define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable
623 #endif
624
625 #ifndef XLlDma_mBdRingIntDisable
626 #define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable
627 #endif
628
629 #ifndef XLlDma_mBdRingIntGetEnabled
630 #define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled
631 #endif
632
633 #ifndef XLlDma_mBdRingGetIrq
634 #define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq
635 #endif
636
637 #ifndef XLlDma_mBdRingAckIrq
638 #define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq
639 #endif
640
641 /*********************************************************************/
642 /**
643  * Macros for Driver XMbox
644  *
645  *********************************************************************/
646 #ifndef XMbox_mWriteReg
647 #define XMbox_mWriteReg XMbox_WriteReg
648 #endif
649
650 #ifndef XMbox_mReadReg
651 #define XMbox_mReadReg XMbox_ReadReg
652 #endif
653
654 #ifndef XMbox_mWriteMBox
655 #define XMbox_mWriteMBox XMbox_WriteMBox
656 #endif
657
658 #ifndef XMbox_mReadMBox
659 #define XMbox_mReadMBox XMbox_ReadMBox
660 #endif
661
662 #ifndef XMbox_mFSLReadMBox
663 #define XMbox_mFSLReadMBox XMbox_FSLReadMBox
664 #endif
665
666 #ifndef XMbox_mFSLWriteMBox
667 #define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox
668 #endif
669
670 #ifndef XMbox_mFSLIsEmpty
671 #define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty
672 #endif
673
674 #ifndef XMbox_mFSLIsFull
675 #define XMbox_mFSLIsFull XMbox_FSLIsFull
676 #endif
677
678 #ifndef XMbox_mIsEmpty
679 #define XMbox_mIsEmpty XMbox_IsEmptyHw
680 #endif
681
682 #ifndef XMbox_mIsFull
683 #define XMbox_mIsFull XMbox_IsFullHw
684 #endif
685
686 /*********************************************************************/
687 /**
688  * Macros for Driver XMpmc
689  *
690  *********************************************************************/
691 #ifndef XMpmc_mReadReg
692 #define XMpmc_mReadReg XMpmc_ReadReg
693 #endif
694
695 #ifndef XMpmc_mWriteReg
696 #define XMpmc_mWriteReg XMpmc_WriteReg
697 #endif
698
699 /*********************************************************************/
700 /**
701  * Macros for Driver XMutex
702  *
703  *********************************************************************/
704 #ifndef XMutex_mWriteReg
705 #define XMutex_mWriteReg XMutex_WriteReg
706 #endif
707
708 #ifndef XMutex_mReadReg
709 #define XMutex_mReadReg XMutex_ReadReg
710 #endif
711
712 /*********************************************************************/
713 /**
714  * Macros for Driver XPcie
715  *
716  *********************************************************************/
717 #ifndef XPcie_mReadReg
718 #define XPcie_mReadReg XPcie_ReadReg
719 #endif
720
721 #ifndef XPcie_mWriteReg
722 #define XPcie_mWriteReg XPcie_WriteReg
723 #endif
724
725 /*********************************************************************/
726 /**
727  * Macros for Driver XSpi
728  *
729  *********************************************************************/
730 #ifndef XSpi_mIntrGlobalEnable
731 #define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable
732 #endif
733
734 #ifndef XSpi_mIntrGlobalDisable
735 #define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable
736 #endif
737
738 #ifndef XSpi_mIsIntrGlobalEnabled
739 #define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled
740 #endif
741
742 #ifndef XSpi_mIntrGetStatus
743 #define XSpi_mIntrGetStatus XSpi_IntrGetStatus
744 #endif
745
746 #ifndef XSpi_mIntrClear
747 #define XSpi_mIntrClear XSpi_IntrClear
748 #endif
749
750 #ifndef XSpi_mIntrEnable
751 #define XSpi_mIntrEnable XSpi_IntrEnable
752 #endif
753
754 #ifndef XSpi_mIntrDisable
755 #define XSpi_mIntrDisable XSpi_IntrDisable
756 #endif
757
758 #ifndef XSpi_mIntrGetEnabled
759 #define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled
760 #endif
761
762 #ifndef XSpi_mSetControlReg
763 #define XSpi_mSetControlReg XSpi_SetControlReg
764 #endif
765
766 #ifndef XSpi_mGetControlReg
767 #define XSpi_mGetControlReg XSpi_GetControlReg
768 #endif
769
770 #ifndef XSpi_mGetStatusReg
771 #define XSpi_mGetStatusReg XSpi_GetStatusReg
772 #endif
773
774 #ifndef XSpi_mSetSlaveSelectReg
775 #define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg
776 #endif
777
778 #ifndef XSpi_mGetSlaveSelectReg
779 #define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg
780 #endif
781
782 #ifndef XSpi_mEnable
783 #define XSpi_mEnable XSpi_Enable
784 #endif
785
786 #ifndef XSpi_mDisable
787 #define XSpi_mDisable XSpi_Disable
788 #endif
789
790 /*********************************************************************/
791 /**
792  * Macros for Driver XSysAce
793  *
794  *********************************************************************/
795 #ifndef XSysAce_mGetControlReg
796 #define XSysAce_mGetControlReg XSysAce_GetControlReg
797 #endif
798
799 #ifndef XSysAce_mSetControlReg
800 #define XSysAce_mSetControlReg XSysAce_SetControlReg
801 #endif
802
803 #ifndef XSysAce_mOrControlReg
804 #define XSysAce_mOrControlReg XSysAce_OrControlReg
805 #endif
806
807 #ifndef XSysAce_mAndControlReg
808 #define XSysAce_mAndControlReg XSysAce_AndControlReg
809 #endif
810
811 #ifndef XSysAce_mGetErrorReg
812 #define XSysAce_mGetErrorReg XSysAce_GetErrorReg
813 #endif
814
815 #ifndef XSysAce_mGetStatusReg
816 #define XSysAce_mGetStatusReg XSysAce_GetStatusReg
817 #endif
818
819 #ifndef XSysAce_mWaitForLock
820 #define XSysAce_mWaitForLock XSysAce_WaitForLock
821 #endif
822
823 #ifndef XSysAce_mEnableIntr
824 #define XSysAce_mEnableIntr XSysAce_EnableIntr
825 #endif
826
827 #ifndef XSysAce_mDisableIntr
828 #define XSysAce_mDisableIntr XSysAce_DisableIntr
829 #endif
830
831 #ifndef XSysAce_mIsReadyForCmd
832 #define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd
833 #endif
834
835 #ifndef XSysAce_mIsMpuLocked
836 #define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked
837 #endif
838
839 #ifndef XSysAce_mIsIntrEnabled
840 #define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled
841 #endif
842
843 /*********************************************************************/
844 /**
845  * Macros for Driver XSysMon
846  *
847  *********************************************************************/
848 #ifndef XSysMon_mIsEventSamplingModeSet
849 #define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet
850 #endif
851
852 #ifndef XSysMon_mIsDrpBusy
853 #define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy
854 #endif
855
856 #ifndef XSysMon_mIsDrpLocked
857 #define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked
858 #endif
859
860 #ifndef XSysMon_mRawToTemperature
861 #define XSysMon_mRawToTemperature XSysMon_RawToTemperature
862 #endif
863
864 #ifndef XSysMon_mRawToVoltage
865 #define XSysMon_mRawToVoltage XSysMon_RawToVoltage
866 #endif
867
868 #ifndef XSysMon_mTemperatureToRaw
869 #define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw
870 #endif
871
872 #ifndef XSysMon_mVoltageToRaw
873 #define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw
874 #endif
875
876 #ifndef XSysMon_mReadReg
877 #define XSysMon_mReadReg XSysMon_ReadReg
878 #endif
879
880 #ifndef XSysMon_mWriteReg
881 #define XSysMon_mWriteReg XSysMon_WriteReg
882 #endif
883
884 /*********************************************************************/
885 /**
886  * Macros for Driver XTmrCtr
887  *
888  *********************************************************************/
889 #ifndef XTimerCtr_mReadReg
890 #define XTimerCtr_mReadReg XTimerCtr_ReadReg
891 #endif
892
893 #ifndef XTmrCtr_mWriteReg
894 #define XTmrCtr_mWriteReg XTmrCtr_WriteReg
895 #endif
896
897 #ifndef XTmrCtr_mSetControlStatusReg
898 #define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg
899 #endif
900
901 #ifndef XTmrCtr_mGetControlStatusReg
902 #define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg
903 #endif
904
905 #ifndef XTmrCtr_mGetTimerCounterReg
906 #define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg
907 #endif
908
909 #ifndef XTmrCtr_mSetLoadReg
910 #define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg
911 #endif
912
913 #ifndef XTmrCtr_mGetLoadReg
914 #define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg
915 #endif
916
917 #ifndef XTmrCtr_mEnable
918 #define XTmrCtr_mEnable XTmrCtr_Enable
919 #endif
920
921 #ifndef XTmrCtr_mDisable
922 #define XTmrCtr_mDisable XTmrCtr_Disable
923 #endif
924
925 #ifndef XTmrCtr_mEnableIntr
926 #define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr
927 #endif
928
929 #ifndef XTmrCtr_mDisableIntr
930 #define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr
931 #endif
932
933 #ifndef XTmrCtr_mLoadTimerCounterReg
934 #define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg
935 #endif
936
937 #ifndef XTmrCtr_mHasEventOccurred
938 #define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred
939 #endif
940
941 /*********************************************************************/
942 /**
943  * Macros for Driver XUartLite
944  *
945  *********************************************************************/
946 #ifndef XUartLite_mUpdateStats
947 #define XUartLite_mUpdateStats XUartLite_UpdateStats
948 #endif
949
950 #ifndef XUartLite_mWriteReg
951 #define XUartLite_mWriteReg XUartLite_WriteReg
952 #endif
953
954 #ifndef XUartLite_mReadReg
955 #define XUartLite_mReadReg XUartLite_ReadReg
956 #endif
957
958 #ifndef XUartLite_mClearStats
959 #define XUartLite_mClearStats XUartLite_ClearStats
960 #endif
961
962 #ifndef XUartLite_mSetControlReg
963 #define XUartLite_mSetControlReg XUartLite_SetControlReg
964 #endif
965
966 #ifndef XUartLite_mGetStatusReg
967 #define XUartLite_mGetStatusReg XUartLite_GetStatusReg
968 #endif
969
970 #ifndef XUartLite_mIsReceiveEmpty
971 #define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty
972 #endif
973
974 #ifndef XUartLite_mIsTransmitFull
975 #define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull
976 #endif
977
978 #ifndef XUartLite_mIsIntrEnabled
979 #define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled
980 #endif
981
982 #ifndef XUartLite_mEnableIntr
983 #define XUartLite_mEnableIntr XUartLite_EnableIntr
984 #endif
985
986 #ifndef XUartLite_mDisableIntr
987 #define XUartLite_mDisableIntr XUartLite_DisableIntr
988 #endif
989
990 /*********************************************************************/
991 /**
992  * Macros for Driver XUartNs550
993  *
994  *********************************************************************/
995 #ifndef XUartNs550_mUpdateStats
996 #define XUartNs550_mUpdateStats XUartNs550_UpdateStats
997 #endif
998
999 #ifndef XUartNs550_mReadReg
1000 #define XUartNs550_mReadReg XUartNs550_ReadReg
1001 #endif
1002
1003 #ifndef XUartNs550_mWriteReg
1004 #define XUartNs550_mWriteReg XUartNs550_WriteReg
1005 #endif
1006
1007 #ifndef XUartNs550_mClearStats
1008 #define XUartNs550_mClearStats XUartNs550_ClearStats
1009 #endif
1010
1011 #ifndef XUartNs550_mGetLineStatusReg
1012 #define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg
1013 #endif
1014
1015 #ifndef XUartNs550_mGetLineControlReg
1016 #define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg
1017 #endif
1018
1019 #ifndef XUartNs550_mSetLineControlReg
1020 #define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg
1021 #endif
1022
1023 #ifndef XUartNs550_mEnableIntr
1024 #define XUartNs550_mEnableIntr XUartNs550_EnableIntr
1025 #endif
1026
1027 #ifndef XUartNs550_mDisableIntr
1028 #define XUartNs550_mDisableIntr XUartNs550_DisableIntr
1029 #endif
1030
1031 #ifndef XUartNs550_mIsReceiveData
1032 #define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData
1033 #endif
1034
1035 #ifndef XUartNs550_mIsTransmitEmpty
1036 #define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty
1037 #endif
1038
1039 /*********************************************************************/
1040 /**
1041  * Macros for Driver XUsb
1042  *
1043  *********************************************************************/
1044 #ifndef XUsb_mReadReg
1045 #define XUsb_mReadReg XUsb_ReadReg
1046 #endif
1047
1048 #ifndef XUsb_mWriteReg
1049 #define XUsb_mWriteReg XUsb_WriteReg
1050 #endif
1051
1052 #endif