1 /***********************license start***************
2 * Author: Cavium Networks
4 * Contact: support@caviumnetworks.com
5 * This file is part of the OCTEON SDK
7 * Copyright (c) 2003-2012 Cavium Networks
9 * This file is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License, Version 2, as
11 * published by the Free Software Foundation.
13 * This file is distributed in the hope that it will be useful, but
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
16 * NONINFRINGEMENT. See the GNU General Public License for more
19 * You should have received a copy of the GNU General Public License
20 * along with this file; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 * or visit http://www.gnu.org/licenses/.
24 * This file may also be available under a different license from Cavium.
25 * Contact Cavium Networks for more information
26 ***********************license end**************************************/
28 #ifndef __CVMX_LED_DEFS_H__
29 #define __CVMX_LED_DEFS_H__
31 #define CVMX_LED_BLINK (CVMX_ADD_IO_SEG(0x0001180000001A48ull))
32 #define CVMX_LED_CLK_PHASE (CVMX_ADD_IO_SEG(0x0001180000001A08ull))
33 #define CVMX_LED_CYLON (CVMX_ADD_IO_SEG(0x0001180000001AF8ull))
34 #define CVMX_LED_DBG (CVMX_ADD_IO_SEG(0x0001180000001A18ull))
35 #define CVMX_LED_EN (CVMX_ADD_IO_SEG(0x0001180000001A00ull))
36 #define CVMX_LED_POLARITY (CVMX_ADD_IO_SEG(0x0001180000001A50ull))
37 #define CVMX_LED_PRT (CVMX_ADD_IO_SEG(0x0001180000001A10ull))
38 #define CVMX_LED_PRT_FMT (CVMX_ADD_IO_SEG(0x0001180000001A30ull))
39 #define CVMX_LED_PRT_STATUSX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A80ull) + ((offset) & 7) * 8)
40 #define CVMX_LED_UDD_CNTX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A20ull) + ((offset) & 1) * 8)
41 #define CVMX_LED_UDD_DATX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A38ull) + ((offset) & 1) * 8)
42 #define CVMX_LED_UDD_DAT_CLRX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC8ull) + ((offset) & 1) * 16)
43 #define CVMX_LED_UDD_DAT_SETX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC0ull) + ((offset) & 1) * 16)
45 union cvmx_led_blink
{
47 struct cvmx_led_blink_s
{
48 #ifdef __BIG_ENDIAN_BITFIELD
49 uint64_t reserved_8_63
:56;
53 uint64_t reserved_8_63
:56;
56 struct cvmx_led_blink_s cn38xx
;
57 struct cvmx_led_blink_s cn38xxp2
;
58 struct cvmx_led_blink_s cn56xx
;
59 struct cvmx_led_blink_s cn56xxp1
;
60 struct cvmx_led_blink_s cn58xx
;
61 struct cvmx_led_blink_s cn58xxp1
;
64 union cvmx_led_clk_phase
{
66 struct cvmx_led_clk_phase_s
{
67 #ifdef __BIG_ENDIAN_BITFIELD
68 uint64_t reserved_7_63
:57;
72 uint64_t reserved_7_63
:57;
75 struct cvmx_led_clk_phase_s cn38xx
;
76 struct cvmx_led_clk_phase_s cn38xxp2
;
77 struct cvmx_led_clk_phase_s cn56xx
;
78 struct cvmx_led_clk_phase_s cn56xxp1
;
79 struct cvmx_led_clk_phase_s cn58xx
;
80 struct cvmx_led_clk_phase_s cn58xxp1
;
83 union cvmx_led_cylon
{
85 struct cvmx_led_cylon_s
{
86 #ifdef __BIG_ENDIAN_BITFIELD
87 uint64_t reserved_16_63
:48;
91 uint64_t reserved_16_63
:48;
94 struct cvmx_led_cylon_s cn38xx
;
95 struct cvmx_led_cylon_s cn38xxp2
;
96 struct cvmx_led_cylon_s cn56xx
;
97 struct cvmx_led_cylon_s cn56xxp1
;
98 struct cvmx_led_cylon_s cn58xx
;
99 struct cvmx_led_cylon_s cn58xxp1
;
104 struct cvmx_led_dbg_s
{
105 #ifdef __BIG_ENDIAN_BITFIELD
106 uint64_t reserved_1_63
:63;
110 uint64_t reserved_1_63
:63;
113 struct cvmx_led_dbg_s cn38xx
;
114 struct cvmx_led_dbg_s cn38xxp2
;
115 struct cvmx_led_dbg_s cn56xx
;
116 struct cvmx_led_dbg_s cn56xxp1
;
117 struct cvmx_led_dbg_s cn58xx
;
118 struct cvmx_led_dbg_s cn58xxp1
;
123 struct cvmx_led_en_s
{
124 #ifdef __BIG_ENDIAN_BITFIELD
125 uint64_t reserved_1_63
:63;
129 uint64_t reserved_1_63
:63;
132 struct cvmx_led_en_s cn38xx
;
133 struct cvmx_led_en_s cn38xxp2
;
134 struct cvmx_led_en_s cn56xx
;
135 struct cvmx_led_en_s cn56xxp1
;
136 struct cvmx_led_en_s cn58xx
;
137 struct cvmx_led_en_s cn58xxp1
;
140 union cvmx_led_polarity
{
142 struct cvmx_led_polarity_s
{
143 #ifdef __BIG_ENDIAN_BITFIELD
144 uint64_t reserved_1_63
:63;
148 uint64_t reserved_1_63
:63;
151 struct cvmx_led_polarity_s cn38xx
;
152 struct cvmx_led_polarity_s cn38xxp2
;
153 struct cvmx_led_polarity_s cn56xx
;
154 struct cvmx_led_polarity_s cn56xxp1
;
155 struct cvmx_led_polarity_s cn58xx
;
156 struct cvmx_led_polarity_s cn58xxp1
;
161 struct cvmx_led_prt_s
{
162 #ifdef __BIG_ENDIAN_BITFIELD
163 uint64_t reserved_8_63
:56;
167 uint64_t reserved_8_63
:56;
170 struct cvmx_led_prt_s cn38xx
;
171 struct cvmx_led_prt_s cn38xxp2
;
172 struct cvmx_led_prt_s cn56xx
;
173 struct cvmx_led_prt_s cn56xxp1
;
174 struct cvmx_led_prt_s cn58xx
;
175 struct cvmx_led_prt_s cn58xxp1
;
178 union cvmx_led_prt_fmt
{
180 struct cvmx_led_prt_fmt_s
{
181 #ifdef __BIG_ENDIAN_BITFIELD
182 uint64_t reserved_4_63
:60;
186 uint64_t reserved_4_63
:60;
189 struct cvmx_led_prt_fmt_s cn38xx
;
190 struct cvmx_led_prt_fmt_s cn38xxp2
;
191 struct cvmx_led_prt_fmt_s cn56xx
;
192 struct cvmx_led_prt_fmt_s cn56xxp1
;
193 struct cvmx_led_prt_fmt_s cn58xx
;
194 struct cvmx_led_prt_fmt_s cn58xxp1
;
197 union cvmx_led_prt_statusx
{
199 struct cvmx_led_prt_statusx_s
{
200 #ifdef __BIG_ENDIAN_BITFIELD
201 uint64_t reserved_6_63
:58;
205 uint64_t reserved_6_63
:58;
208 struct cvmx_led_prt_statusx_s cn38xx
;
209 struct cvmx_led_prt_statusx_s cn38xxp2
;
210 struct cvmx_led_prt_statusx_s cn56xx
;
211 struct cvmx_led_prt_statusx_s cn56xxp1
;
212 struct cvmx_led_prt_statusx_s cn58xx
;
213 struct cvmx_led_prt_statusx_s cn58xxp1
;
216 union cvmx_led_udd_cntx
{
218 struct cvmx_led_udd_cntx_s
{
219 #ifdef __BIG_ENDIAN_BITFIELD
220 uint64_t reserved_6_63
:58;
224 uint64_t reserved_6_63
:58;
227 struct cvmx_led_udd_cntx_s cn38xx
;
228 struct cvmx_led_udd_cntx_s cn38xxp2
;
229 struct cvmx_led_udd_cntx_s cn56xx
;
230 struct cvmx_led_udd_cntx_s cn56xxp1
;
231 struct cvmx_led_udd_cntx_s cn58xx
;
232 struct cvmx_led_udd_cntx_s cn58xxp1
;
235 union cvmx_led_udd_datx
{
237 struct cvmx_led_udd_datx_s
{
238 #ifdef __BIG_ENDIAN_BITFIELD
239 uint64_t reserved_32_63
:32;
243 uint64_t reserved_32_63
:32;
246 struct cvmx_led_udd_datx_s cn38xx
;
247 struct cvmx_led_udd_datx_s cn38xxp2
;
248 struct cvmx_led_udd_datx_s cn56xx
;
249 struct cvmx_led_udd_datx_s cn56xxp1
;
250 struct cvmx_led_udd_datx_s cn58xx
;
251 struct cvmx_led_udd_datx_s cn58xxp1
;
254 union cvmx_led_udd_dat_clrx
{
256 struct cvmx_led_udd_dat_clrx_s
{
257 #ifdef __BIG_ENDIAN_BITFIELD
258 uint64_t reserved_32_63
:32;
262 uint64_t reserved_32_63
:32;
265 struct cvmx_led_udd_dat_clrx_s cn38xx
;
266 struct cvmx_led_udd_dat_clrx_s cn38xxp2
;
267 struct cvmx_led_udd_dat_clrx_s cn56xx
;
268 struct cvmx_led_udd_dat_clrx_s cn56xxp1
;
269 struct cvmx_led_udd_dat_clrx_s cn58xx
;
270 struct cvmx_led_udd_dat_clrx_s cn58xxp1
;
273 union cvmx_led_udd_dat_setx
{
275 struct cvmx_led_udd_dat_setx_s
{
276 #ifdef __BIG_ENDIAN_BITFIELD
277 uint64_t reserved_32_63
:32;
281 uint64_t reserved_32_63
:32;
284 struct cvmx_led_udd_dat_setx_s cn38xx
;
285 struct cvmx_led_udd_dat_setx_s cn38xxp2
;
286 struct cvmx_led_udd_dat_setx_s cn56xx
;
287 struct cvmx_led_udd_dat_setx_s cn56xxp1
;
288 struct cvmx_led_udd_dat_setx_s cn58xx
;
289 struct cvmx_led_udd_dat_setx_s cn58xxp1
;