blob: c5a6f685504ba14009179a919132c6c2a9293b89 [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
2 * @file IxOsServicesComponents.h (Replaced by OSAL)
3 *
4 * @brief Header file for memory access
5 *
6 * @par
7 *
8 * @par
9 * IXP400 SW Release version 2.0
10 *
11 * -- Copyright Notice --
12 *
13 * @par
14 * Copyright 2001-2005, Intel Corporation.
15 * All rights reserved.
16 *
17 * @par
Wolfgang Denkc57eadc2013-07-28 22:12:47 +020018 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020019 * @par
20 * -- End of Copyright Notice --
21 */
22
23#ifndef IxOsServicesComponents_H
24#define IxOsServicesComponents_H
25
26#include "IxOsalBackward.h"
27 * codelets_parityENAcc
28 * timeSyncAcc
29 * parityENAcc
30 * sspAcc
31 * i2c
32 * integration_sspAcc
33 * integration_i2c
34#define ix_timeSyncAcc 36
35#define ix_parityENAcc 37
36#define ix_codelets_parityENAcc 38
37#define ix_sspAcc 39
38#define ix_i2c 40
39#define ix_integration_sspAcc 41
40#define ix_integration_i2c 42
Wolfgang Denkc16aa052006-05-30 15:58:20 +020041#define ix_osal 43
42#define ix_integration_parityENAcc 44
43#define ix_integration_timeSyncAcc 45
44
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020045/***************************
46 * timeSyncAcc
47 ***************************/
48#if (IX_COMPONENT_NAME == ix_timeSyncAcc)
49
50#if defined (IX_OSSERV_VXWORKS_LE)
51
52#define CSR_LE_DATA_COHERENT_MAPPING
53
54#endif /* IX_OSSERV_VXWORKS_LE */
55
56#endif /* timeSyncAcc */
57
58/***************************
59 * parityENAcc
60 ***************************/
61#if (IX_COMPONENT_NAME == ix_parityENAcc)
62
63#if defined (IX_OSSERV_VXWORKS_LE)
64
65#define CSR_LE_DATA_COHERENT_MAPPING
66
67#endif /* IX_OSSERV_VXWORKS_LE */
68
69#endif /* parityENAcc */
70
71/***************************
72 * codelets_parityENAcc
73 ***************************/
74#if (IX_COMPONENT_NAME == ix_codelets_parityENAcc)
75
76#if defined (IX_OSSERV_VXWORKS_LE)
77
78#define CSR_LE_DATA_COHERENT_MAPPING
79
80#endif /* IX_OSSERV_VXWORKS_LE */
81
82#endif /* codelets_parityENAcc */
83
84#endif /* IxOsServicesComponents_H */
Wolfgang Denkc16aa052006-05-30 15:58:20 +020085
86/***************************
87 * integration_timeSyncAcc
88 ***************************/
89#if (IX_COMPONENT_NAME == ix_integration_timeSyncAcc)
90
91#if defined (IX_OSSERV_VXWORKS_LE)
92
93#define CSR_LE_DATA_COHERENT_MAPPING
94
95#endif /* IX_OSSERV_VXWORKS_LE */
96
97#endif /* integration_timeSyncAcc */
98
99/***************************
100 * integration_parityENAcc
101 ***************************/
102#if (IX_COMPONENT_NAME == ix_integration_parityENAcc)
103
104#if defined (IX_OSSERV_VXWORKS_LE)
105
106#define CSR_LE_DATA_COHERENT_MAPPING
107
108#endif /* IX_OSSERV_VXWORKS_LE */
109
110#endif /* integration_parityENAcc */