1 /***********************license start***************
2  * Copyright (c) 2003-2012  Cavium Inc. ([email protected]). All rights
3  * reserved.
4  *
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions are
8  * met:
9  *
10  *   * Redistributions of source code must retain the above copyright
11  *     notice, this list of conditions and the following disclaimer.
12  *
13  *   * Redistributions in binary form must reproduce the above
14  *     copyright notice, this list of conditions and the following
15  *     disclaimer in the documentation and/or other materials provided
16  *     with the distribution.
17 
18  *   * Neither the name of Cavium Inc. nor the names of
19  *     its contributors may be used to endorse or promote products
20  *     derived from this software without specific prior written
21  *     permission.
22 
23  * This Software, including technical data, may be subject to U.S. export  control
24  * laws, including the U.S. Export Administration Act and its  associated
25  * regulations, and may be subject to export or import  regulations in other
26  * countries.
27 
28  * TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS"
29  * AND WITH ALL FAULTS AND CAVIUM INC. MAKES NO PROMISES, REPRESENTATIONS OR
30  * WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO
31  * THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR
32  * DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM
33  * SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE,
34  * MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF
35  * VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR
36  * CORRESPONDENCE TO DESCRIPTION. THE ENTIRE  RISK ARISING OUT OF USE OR
37  * PERFORMANCE OF THE SOFTWARE LIES WITH YOU.
38  ***********************license end**************************************/
39 
40 
41 /**
42  * cvmx-mpi-defs.h
43  *
44  * Configuration and status register (CSR) type definitions for
45  * Octeon mpi.
46  *
47  * This file is auto generated. Do not edit.
48  *
49  * <hr>$Revision$<hr>
50  *
51  */
52 #ifndef __CVMX_MPI_DEFS_H__
53 #define __CVMX_MPI_DEFS_H__
54 
55 #if CVMX_ENABLE_CSR_ADDRESS_CHECKING
56 #define CVMX_MPI_CFG CVMX_MPI_CFG_FUNC()
CVMX_MPI_CFG_FUNC(void)57 static inline uint64_t CVMX_MPI_CFG_FUNC(void)
58 {
59 	if (!(OCTEON_IS_MODEL(OCTEON_CN30XX) || OCTEON_IS_MODEL(OCTEON_CN31XX) || OCTEON_IS_MODEL(OCTEON_CN50XX) || OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CN66XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)))
60 		cvmx_warn("CVMX_MPI_CFG not supported on this chip\n");
61 	return CVMX_ADD_IO_SEG(0x0001070000001000ull);
62 }
63 #else
64 #define CVMX_MPI_CFG (CVMX_ADD_IO_SEG(0x0001070000001000ull))
65 #endif
66 #if CVMX_ENABLE_CSR_ADDRESS_CHECKING
CVMX_MPI_DATX(unsigned long offset)67 static inline uint64_t CVMX_MPI_DATX(unsigned long offset)
68 {
69 	if (!(
70 	      (OCTEON_IS_MODEL(OCTEON_CN30XX) && ((offset <= 8))) ||
71 	      (OCTEON_IS_MODEL(OCTEON_CN31XX) && ((offset <= 8))) ||
72 	      (OCTEON_IS_MODEL(OCTEON_CN50XX) && ((offset <= 8))) ||
73 	      (OCTEON_IS_MODEL(OCTEON_CN61XX) && ((offset <= 8))) ||
74 	      (OCTEON_IS_MODEL(OCTEON_CN66XX) && ((offset <= 8))) ||
75 	      (OCTEON_IS_MODEL(OCTEON_CNF71XX) && ((offset <= 8)))))
76 		cvmx_warn("CVMX_MPI_DATX(%lu) is invalid on this chip\n", offset);
77 	return CVMX_ADD_IO_SEG(0x0001070000001080ull) + ((offset) & 15) * 8;
78 }
79 #else
80 #define CVMX_MPI_DATX(offset) (CVMX_ADD_IO_SEG(0x0001070000001080ull) + ((offset) & 15) * 8)
81 #endif
82 #if CVMX_ENABLE_CSR_ADDRESS_CHECKING
83 #define CVMX_MPI_STS CVMX_MPI_STS_FUNC()
CVMX_MPI_STS_FUNC(void)84 static inline uint64_t CVMX_MPI_STS_FUNC(void)
85 {
86 	if (!(OCTEON_IS_MODEL(OCTEON_CN30XX) || OCTEON_IS_MODEL(OCTEON_CN31XX) || OCTEON_IS_MODEL(OCTEON_CN50XX) || OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CN66XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)))
87 		cvmx_warn("CVMX_MPI_STS not supported on this chip\n");
88 	return CVMX_ADD_IO_SEG(0x0001070000001008ull);
89 }
90 #else
91 #define CVMX_MPI_STS (CVMX_ADD_IO_SEG(0x0001070000001008ull))
92 #endif
93 #if CVMX_ENABLE_CSR_ADDRESS_CHECKING
94 #define CVMX_MPI_TX CVMX_MPI_TX_FUNC()
CVMX_MPI_TX_FUNC(void)95 static inline uint64_t CVMX_MPI_TX_FUNC(void)
96 {
97 	if (!(OCTEON_IS_MODEL(OCTEON_CN30XX) || OCTEON_IS_MODEL(OCTEON_CN31XX) || OCTEON_IS_MODEL(OCTEON_CN50XX) || OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CN66XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)))
98 		cvmx_warn("CVMX_MPI_TX not supported on this chip\n");
99 	return CVMX_ADD_IO_SEG(0x0001070000001010ull);
100 }
101 #else
102 #define CVMX_MPI_TX (CVMX_ADD_IO_SEG(0x0001070000001010ull))
103 #endif
104 
105 /**
106  * cvmx_mpi_cfg
107  *
108  * SPI_MPI interface
109  *
110  *
111  * Notes:
112  * Some of the SPI/MPI pins are muxed with UART pins.
113  * SPI_CLK         : spi clock, dedicated pin
114  * SPI_DI          : spi input, shared with UART0_DCD_N/SPI_DI, enabled when MPI_CFG[ENABLE]=1
115  * SPI_DO          : spi output, mux to UART0_DTR_N/SPI_DO, enabled when MPI_CFG[ENABLE]=1
116  * SPI_CS0_L       : chips select 0, mux to BOOT_CE_N<6>/SPI_CS0_L pin, enabled when MPI_CFG[CSENA0]=1 and MPI_CFG[ENABLE]=1
117  * SPI_CS1_L       : chips select 1, mux to BOOT_CE_N<7>/SPI_CS1_L pin, enabled when MPI_CFG[CSENA1]=1 and MPI_CFG[ENABLE]=1
118  */
119 union cvmx_mpi_cfg {
120 	uint64_t u64;
121 	struct cvmx_mpi_cfg_s {
122 #ifdef __BIG_ENDIAN_BITFIELD
123 	uint64_t reserved_29_63               : 35;
124 	uint64_t clkdiv                       : 13; /**< Fspi_clk = Fsclk / (2 * CLKDIV)                    |          NS
125                                                          CLKDIV = Fsclk / (2 * Fspi_clk) */
126 	uint64_t csena3                       : 1;  /**< If 0, UART1_RTS_L/SPI_CS3_L pin is UART pin        |          NS
127                                                          1, UART1_RTS_L/SPI_CS3_L pin is SPI pin
128                                                             SPI_CS3_L drives UART1_RTS_L/SPI_CS3_L */
129 	uint64_t csena2                       : 1;  /**< If 0, UART0_RTS_L/SPI_CS2_L pin is UART pin        |          NS
130                                                          1, UART0_RTS_L/SPI_CS2_L pin is SPI pin
131                                                             SPI_CS2_L drives  UART0_RTS_L/SPI_CS2_L */
132 	uint64_t csena1                       : 1;  /**< If 0, BOOT_CE_N<7>/SPI_CS1_L pin is BOOT pin       |          NS
133                                                          1, BOOT_CE_N<7>/SPI_CS1_L pin is SPI pin
134                                                             SPI_CS1_L drives BOOT_CE_N<7>/SPI_CS1_L */
135 	uint64_t csena0                       : 1;  /**< If 0, BOOT_CE_N<6>/SPI_CS0_L pin is BOOT pin       |          NS
136                                                          1, BOOT_CE_N<6>/SPI_CS0_L pin is SPI pin
137                                                             SPI_CS0_L drives BOOT_CE_N<6>/SPI_CS0_L */
138 	uint64_t cslate                       : 1;  /**< If 0, SPI_CS asserts 1/2 SCLK before transaction   |          NS
139                                                             1, SPI_CS assert coincident with transaction
140                                                          NOTE: This control apply for 2 CSs */
141 	uint64_t tritx                        : 1;  /**< If 0, SPI_DO pin is driven when slave is not       |          NS
142                                                                expected to be driving
143                                                             1, SPI_DO pin is tristated when not transmitting
144                                                          NOTE: only used when WIREOR==1 */
145 	uint64_t idleclks                     : 2;  /**< Guarantee IDLECLKS idle sclk cycles between        |          NS
146                                                          commands. */
147 	uint64_t cshi                         : 1;  /**< If 0, CS is low asserted                           |          NS
148                                                          1, CS is high asserted */
149 	uint64_t csena                        : 1;  /**< If 0, the MPI_CS is a GPIO, not used by MPI_TX
150                                                          1, CS is driven per MPI_TX intruction */
151 	uint64_t int_ena                      : 1;  /**< If 0, polling is required                          |          NS
152                                                          1, MPI engine interrupts X end of transaction */
153 	uint64_t lsbfirst                     : 1;  /**< If 0, shift MSB first                              |          NS
154                                                          1, shift LSB first */
155 	uint64_t wireor                       : 1;  /**< If 0, SPI_DO and SPI_DI are separate wires (SPI)   |          NS
156                                                                SPI_DO pin is always driven
157                                                             1, SPI_DO/DI is all from SPI_DO pin (MPI)
158                                                                SPI_DO pin is tristated when not transmitting
159                                                          NOTE: if WIREOR==1, SPI_DI pin is not used by the
160                                                                MPI engine */
161 	uint64_t clk_cont                     : 1;  /**< If 0, clock idles to value given by IDLELO after   |          NS
162                                                             completion of MPI transaction
163                                                          1, clock never idles, requires CS deassertion
164                                                             assertion between commands */
165 	uint64_t idlelo                       : 1;  /**< If 0, SPI_CLK idles high, 1st transition is hi->lo |          NS
166                                                          1, SPI_CLK idles low, 1st transition is lo->hi */
167 	uint64_t enable                       : 1;  /**< If 0, UART0_DTR_L/SPI_DO, UART0_DCD_L/SPI_DI       |          NS
168                                                             BOOT_CE_N<7:6>/SPI_CSx_L
169                                                             pins are UART/BOOT pins
170                                                          1, UART0_DTR_L/SPI_DO and UART0_DCD_L/SPI_DI
171                                                             pins are SPI/MPI pins.
172                                                             BOOT_CE_N<6>/SPI_CS0_L is SPI pin if CSENA0=1
173                                                             BOOT_CE_N<7>/SPI_CS1_L is SPI pin if CSENA1=1 */
174 #else
175 	uint64_t enable                       : 1;
176 	uint64_t idlelo                       : 1;
177 	uint64_t clk_cont                     : 1;
178 	uint64_t wireor                       : 1;
179 	uint64_t lsbfirst                     : 1;
180 	uint64_t int_ena                      : 1;
181 	uint64_t csena                        : 1;
182 	uint64_t cshi                         : 1;
183 	uint64_t idleclks                     : 2;
184 	uint64_t tritx                        : 1;
185 	uint64_t cslate                       : 1;
186 	uint64_t csena0                       : 1;
187 	uint64_t csena1                       : 1;
188 	uint64_t csena2                       : 1;
189 	uint64_t csena3                       : 1;
190 	uint64_t clkdiv                       : 13;
191 	uint64_t reserved_29_63               : 35;
192 #endif
193 	} s;
194 	struct cvmx_mpi_cfg_cn30xx {
195 #ifdef __BIG_ENDIAN_BITFIELD
196 	uint64_t reserved_29_63               : 35;
197 	uint64_t clkdiv                       : 13; /**< Fsclk = Feclk / (2 * CLKDIV)
198                                                          CLKDIV = Feclk / (2 * Fsclk) */
199 	uint64_t reserved_12_15               : 4;
200 	uint64_t cslate                       : 1;  /**< If 0, MPI_CS asserts 1/2 SCLK before transaction
201                                                             1, MPI_CS assert coincident with transaction
202                                                          NOTE: only used if CSENA == 1 */
203 	uint64_t tritx                        : 1;  /**< If 0, MPI_TX pin is driven when slave is not
204                                                                expected to be driving
205                                                             1, MPI_TX pin is tristated when not transmitting
206                                                          NOTE: only used when WIREOR==1 */
207 	uint64_t idleclks                     : 2;  /**< Guarantee IDLECLKS idle sclk cycles between
208                                                          commands. */
209 	uint64_t cshi                         : 1;  /**< If 0, CS is low asserted
210                                                          1, CS is high asserted */
211 	uint64_t csena                        : 1;  /**< If 0, the MPI_CS is a GPIO, not used by MPI_TX
212                                                          1, CS is driven per MPI_TX intruction */
213 	uint64_t int_ena                      : 1;  /**< If 0, polling is required
214                                                          1, MPI engine interrupts X end of transaction */
215 	uint64_t lsbfirst                     : 1;  /**< If 0, shift MSB first
216                                                          1, shift LSB first */
217 	uint64_t wireor                       : 1;  /**< If 0, MPI_TX and MPI_RX are separate wires (SPI)
218                                                                MPI_TX pin is always driven
219                                                             1, MPI_TX/RX is all from MPI_TX pin (MPI)
220                                                                MPI_TX pin is tristated when not transmitting
221                                                          NOTE: if WIREOR==1, MPI_RX pin is not used by the
222                                                                MPI engine */
223 	uint64_t clk_cont                     : 1;  /**< If 0, clock idles to value given by IDLELO after
224                                                             completion of MPI transaction
225                                                          1, clock never idles, requires CS deassertion
226                                                             assertion between commands */
227 	uint64_t idlelo                       : 1;  /**< If 0, MPI_CLK idles high, 1st transition is hi->lo
228                                                          1, MPI_CLK idles low, 1st transition is lo->hi */
229 	uint64_t enable                       : 1;  /**< If 0, all MPI pins are GPIOs
230                                                          1, MPI_CLK, MPI_CS, and MPI_TX are driven */
231 #else
232 	uint64_t enable                       : 1;
233 	uint64_t idlelo                       : 1;
234 	uint64_t clk_cont                     : 1;
235 	uint64_t wireor                       : 1;
236 	uint64_t lsbfirst                     : 1;
237 	uint64_t int_ena                      : 1;
238 	uint64_t csena                        : 1;
239 	uint64_t cshi                         : 1;
240 	uint64_t idleclks                     : 2;
241 	uint64_t tritx                        : 1;
242 	uint64_t cslate                       : 1;
243 	uint64_t reserved_12_15               : 4;
244 	uint64_t clkdiv                       : 13;
245 	uint64_t reserved_29_63               : 35;
246 #endif
247 	} cn30xx;
248 	struct cvmx_mpi_cfg_cn31xx {
249 #ifdef __BIG_ENDIAN_BITFIELD
250 	uint64_t reserved_29_63               : 35;
251 	uint64_t clkdiv                       : 13; /**< Fsclk = Feclk / (2 * CLKDIV)
252                                                          CLKDIV = Feclk / (2 * Fsclk) */
253 	uint64_t reserved_11_15               : 5;
254 	uint64_t tritx                        : 1;  /**< If 0, MPI_TX pin is driven when slave is not
255                                                                expected to be driving
256                                                             1, MPI_TX pin is tristated when not transmitting
257                                                          NOTE: only used when WIREOR==1 */
258 	uint64_t idleclks                     : 2;  /**< Guarantee IDLECLKS idle sclk cycles between
259                                                          commands. */
260 	uint64_t cshi                         : 1;  /**< If 0, CS is low asserted
261                                                          1, CS is high asserted */
262 	uint64_t csena                        : 1;  /**< If 0, the MPI_CS is a GPIO, not used by MPI_TX
263                                                          1, CS is driven per MPI_TX intruction */
264 	uint64_t int_ena                      : 1;  /**< If 0, polling is required
265                                                          1, MPI engine interrupts X end of transaction */
266 	uint64_t lsbfirst                     : 1;  /**< If 0, shift MSB first
267                                                          1, shift LSB first */
268 	uint64_t wireor                       : 1;  /**< If 0, MPI_TX and MPI_RX are separate wires (SPI)
269                                                                MPI_TX pin is always driven
270                                                             1, MPI_TX/RX is all from MPI_TX pin (MPI)
271                                                                MPI_TX pin is tristated when not transmitting
272                                                          NOTE: if WIREOR==1, MPI_RX pin is not used by the
273                                                                MPI engine */
274 	uint64_t clk_cont                     : 1;  /**< If 0, clock idles to value given by IDLELO after
275                                                             completion of MPI transaction
276                                                          1, clock never idles, requires CS deassertion
277                                                             assertion between commands */
278 	uint64_t idlelo                       : 1;  /**< If 0, MPI_CLK idles high, 1st transition is hi->lo
279                                                          1, MPI_CLK idles low, 1st transition is lo->hi */
280 	uint64_t enable                       : 1;  /**< If 0, all MPI pins are GPIOs
281                                                          1, MPI_CLK, MPI_CS, and MPI_TX are driven */
282 #else
283 	uint64_t enable                       : 1;
284 	uint64_t idlelo                       : 1;
285 	uint64_t clk_cont                     : 1;
286 	uint64_t wireor                       : 1;
287 	uint64_t lsbfirst                     : 1;
288 	uint64_t int_ena                      : 1;
289 	uint64_t csena                        : 1;
290 	uint64_t cshi                         : 1;
291 	uint64_t idleclks                     : 2;
292 	uint64_t tritx                        : 1;
293 	uint64_t reserved_11_15               : 5;
294 	uint64_t clkdiv                       : 13;
295 	uint64_t reserved_29_63               : 35;
296 #endif
297 	} cn31xx;
298 	struct cvmx_mpi_cfg_cn30xx            cn50xx;
299 	struct cvmx_mpi_cfg_cn61xx {
300 #ifdef __BIG_ENDIAN_BITFIELD
301 	uint64_t reserved_29_63               : 35;
302 	uint64_t clkdiv                       : 13; /**< Fspi_clk = Fsclk / (2 * CLKDIV)                    |          NS
303                                                          CLKDIV = Fsclk / (2 * Fspi_clk) */
304 	uint64_t reserved_14_15               : 2;
305 	uint64_t csena1                       : 1;  /**< If 0, BOOT_CE_N<7>/SPI_CS1_L pin is BOOT pin       |          NS
306                                                          1, BOOT_CE_N<7>/SPI_CS1_L pin is SPI pin
307                                                             SPI_CS1_L drives BOOT_CE_N<7>/SPI_CS1_L */
308 	uint64_t csena0                       : 1;  /**< If 0, BOOT_CE_N<6>/SPI_CS0_L pin is BOOT pin       |          NS
309                                                          1, BOOT_CE_N<6>/SPI_CS0_L pin is SPI pin
310                                                             SPI_CS0_L drives BOOT_CE_N<6>/SPI_CS0_L */
311 	uint64_t cslate                       : 1;  /**< If 0, SPI_CS asserts 1/2 SCLK before transaction   |          NS
312                                                             1, SPI_CS assert coincident with transaction
313                                                          NOTE: This control apply for 2 CSs */
314 	uint64_t tritx                        : 1;  /**< If 0, SPI_DO pin is driven when slave is not       |          NS
315                                                                expected to be driving
316                                                             1, SPI_DO pin is tristated when not transmitting
317                                                          NOTE: only used when WIREOR==1 */
318 	uint64_t idleclks                     : 2;  /**< Guarantee IDLECLKS idle sclk cycles between        |          NS
319                                                          commands. */
320 	uint64_t cshi                         : 1;  /**< If 0, CS is low asserted                           |          NS
321                                                          1, CS is high asserted */
322 	uint64_t reserved_6_6                 : 1;
323 	uint64_t int_ena                      : 1;  /**< If 0, polling is required                          |          NS
324                                                          1, MPI engine interrupts X end of transaction */
325 	uint64_t lsbfirst                     : 1;  /**< If 0, shift MSB first                              |          NS
326                                                          1, shift LSB first */
327 	uint64_t wireor                       : 1;  /**< If 0, SPI_DO and SPI_DI are separate wires (SPI)   |          NS
328                                                                SPI_DO pin is always driven
329                                                             1, SPI_DO/DI is all from SPI_DO pin (MPI)
330                                                                SPI_DO pin is tristated when not transmitting
331                                                          NOTE: if WIREOR==1, SPI_DI pin is not used by the
332                                                                MPI engine */
333 	uint64_t clk_cont                     : 1;  /**< If 0, clock idles to value given by IDLELO after   |          NS
334                                                             completion of MPI transaction
335                                                          1, clock never idles, requires CS deassertion
336                                                             assertion between commands */
337 	uint64_t idlelo                       : 1;  /**< If 0, SPI_CLK idles high, 1st transition is hi->lo |          NS
338                                                          1, SPI_CLK idles low, 1st transition is lo->hi */
339 	uint64_t enable                       : 1;  /**< If 0, UART0_DTR_L/SPI_DO, UART0_DCD_L/SPI_DI       |          NS
340                                                             BOOT_CE_N<7:6>/SPI_CSx_L
341                                                             pins are UART/BOOT pins
342                                                          1, UART0_DTR_L/SPI_DO and UART0_DCD_L/SPI_DI
343                                                             pins are SPI/MPI pins.
344                                                             BOOT_CE_N<6>/SPI_CS0_L is SPI pin if CSENA0=1
345                                                             BOOT_CE_N<7>/SPI_CS1_L is SPI pin if CSENA1=1 */
346 #else
347 	uint64_t enable                       : 1;
348 	uint64_t idlelo                       : 1;
349 	uint64_t clk_cont                     : 1;
350 	uint64_t wireor                       : 1;
351 	uint64_t lsbfirst                     : 1;
352 	uint64_t int_ena                      : 1;
353 	uint64_t reserved_6_6                 : 1;
354 	uint64_t cshi                         : 1;
355 	uint64_t idleclks                     : 2;
356 	uint64_t tritx                        : 1;
357 	uint64_t cslate                       : 1;
358 	uint64_t csena0                       : 1;
359 	uint64_t csena1                       : 1;
360 	uint64_t reserved_14_15               : 2;
361 	uint64_t clkdiv                       : 13;
362 	uint64_t reserved_29_63               : 35;
363 #endif
364 	} cn61xx;
365 	struct cvmx_mpi_cfg_cn66xx {
366 #ifdef __BIG_ENDIAN_BITFIELD
367 	uint64_t reserved_29_63               : 35;
368 	uint64_t clkdiv                       : 13; /**< Fspi_clk = Fsclk / (2 * CLKDIV)                    |          NS
369                                                          CLKDIV = Fsclk / (2 * Fspi_clk) */
370 	uint64_t csena3                       : 1;  /**< If 0, UART1_RTS_L/SPI_CS3_L pin is UART pin        |          NS
371                                                          1, UART1_RTS_L/SPI_CS3_L pin is SPI pin
372                                                             SPI_CS3_L drives UART1_RTS_L/SPI_CS3_L */
373 	uint64_t csena2                       : 1;  /**< If 0, UART0_RTS_L/SPI_CS2_L pin is UART pin        |          NS
374                                                          1, UART0_RTS_L/SPI_CS2_L pin is SPI pin
375                                                             SPI_CS2_L drives  UART0_RTS_L/SPI_CS2_L */
376 	uint64_t reserved_12_13               : 2;
377 	uint64_t cslate                       : 1;  /**< If 0, SPI_CS asserts 1/2 SCLK before transaction   |          NS
378                                                             1, SPI_CS assert coincident with transaction
379                                                          NOTE: This control apply for 4 CSs */
380 	uint64_t tritx                        : 1;  /**< If 0, SPI_DO pin is driven when slave is not       |          NS
381                                                                expected to be driving
382                                                             1, SPI_DO pin is tristated when not transmitting
383                                                          NOTE: only used when WIREOR==1 */
384 	uint64_t idleclks                     : 2;  /**< Guarantee IDLECLKS idle sclk cycles between        |          NS
385                                                          commands. */
386 	uint64_t cshi                         : 1;  /**< If 0, CS is low asserted                           |          NS
387                                                          1, CS is high asserted */
388 	uint64_t reserved_6_6                 : 1;
389 	uint64_t int_ena                      : 1;  /**< If 0, polling is required                          |          NS
390                                                          1, MPI engine interrupts X end of transaction */
391 	uint64_t lsbfirst                     : 1;  /**< If 0, shift MSB first                              |          NS
392                                                          1, shift LSB first */
393 	uint64_t wireor                       : 1;  /**< If 0, SPI_DO and SPI_DI are separate wires (SPI)   |          NS
394                                                                SPI_DO pin is always driven
395                                                             1, SPI_DO/DI is all from SPI_DO pin (MPI)
396                                                                SPI_DO pin is tristated when not transmitting
397                                                          NOTE: if WIREOR==1, SPI_DI pin is not used by the
398                                                                MPI engine */
399 	uint64_t clk_cont                     : 1;  /**< If 0, clock idles to value given by IDLELO after   |          NS
400                                                             completion of MPI transaction
401                                                          1, clock never idles, requires CS deassertion
402                                                             assertion between commands */
403 	uint64_t idlelo                       : 1;  /**< If 0, SPI_CLK idles high, 1st transition is hi->lo |          NS
404                                                          1, SPI_CLK idles low, 1st transition is lo->hi */
405 	uint64_t enable                       : 1;  /**< If 0, UART0_DTR_L/SPI_DO, UART0_DCD_L/SPI_DI       |          NS
406                                                             UART0_RTS_L/SPI_CS2_L, UART1_RTS_L/SPI_CS3_L
407                                                             pins are UART pins
408                                                          1, UART0_DTR_L/SPI_DO and UART0_DCD_L/SPI_DI
409                                                             pins are SPI/MPI pins.
410                                                             UART0_RTS_L/SPI_CS2_L is SPI pin if CSENA2=1
411                                                             UART1_RTS_L/SPI_CS3_L is SPI pin if CSENA3=1 */
412 #else
413 	uint64_t enable                       : 1;
414 	uint64_t idlelo                       : 1;
415 	uint64_t clk_cont                     : 1;
416 	uint64_t wireor                       : 1;
417 	uint64_t lsbfirst                     : 1;
418 	uint64_t int_ena                      : 1;
419 	uint64_t reserved_6_6                 : 1;
420 	uint64_t cshi                         : 1;
421 	uint64_t idleclks                     : 2;
422 	uint64_t tritx                        : 1;
423 	uint64_t cslate                       : 1;
424 	uint64_t reserved_12_13               : 2;
425 	uint64_t csena2                       : 1;
426 	uint64_t csena3                       : 1;
427 	uint64_t clkdiv                       : 13;
428 	uint64_t reserved_29_63               : 35;
429 #endif
430 	} cn66xx;
431 	struct cvmx_mpi_cfg_cn61xx            cnf71xx;
432 };
433 typedef union cvmx_mpi_cfg cvmx_mpi_cfg_t;
434 
435 /**
436  * cvmx_mpi_dat#
437  */
438 union cvmx_mpi_datx {
439 	uint64_t u64;
440 	struct cvmx_mpi_datx_s {
441 #ifdef __BIG_ENDIAN_BITFIELD
442 	uint64_t reserved_8_63                : 56;
443 	uint64_t data                         : 8;  /**< Data to transmit/received                          |           NS */
444 #else
445 	uint64_t data                         : 8;
446 	uint64_t reserved_8_63                : 56;
447 #endif
448 	} s;
449 	struct cvmx_mpi_datx_s                cn30xx;
450 	struct cvmx_mpi_datx_s                cn31xx;
451 	struct cvmx_mpi_datx_s                cn50xx;
452 	struct cvmx_mpi_datx_s                cn61xx;
453 	struct cvmx_mpi_datx_s                cn66xx;
454 	struct cvmx_mpi_datx_s                cnf71xx;
455 };
456 typedef union cvmx_mpi_datx cvmx_mpi_datx_t;
457 
458 /**
459  * cvmx_mpi_sts
460  */
461 union cvmx_mpi_sts {
462 	uint64_t u64;
463 	struct cvmx_mpi_sts_s {
464 #ifdef __BIG_ENDIAN_BITFIELD
465 	uint64_t reserved_13_63               : 51;
466 	uint64_t rxnum                        : 5;  /**< Number of bytes written for transaction            |          NS */
467 	uint64_t reserved_1_7                 : 7;
468 	uint64_t busy                         : 1;  /**< If 0, no MPI transaction in progress               |          NS
469                                                          1, MPI engine is processing a transaction */
470 #else
471 	uint64_t busy                         : 1;
472 	uint64_t reserved_1_7                 : 7;
473 	uint64_t rxnum                        : 5;
474 	uint64_t reserved_13_63               : 51;
475 #endif
476 	} s;
477 	struct cvmx_mpi_sts_s                 cn30xx;
478 	struct cvmx_mpi_sts_s                 cn31xx;
479 	struct cvmx_mpi_sts_s                 cn50xx;
480 	struct cvmx_mpi_sts_s                 cn61xx;
481 	struct cvmx_mpi_sts_s                 cn66xx;
482 	struct cvmx_mpi_sts_s                 cnf71xx;
483 };
484 typedef union cvmx_mpi_sts cvmx_mpi_sts_t;
485 
486 /**
487  * cvmx_mpi_tx
488  */
489 union cvmx_mpi_tx {
490 	uint64_t u64;
491 	struct cvmx_mpi_tx_s {
492 #ifdef __BIG_ENDIAN_BITFIELD
493 	uint64_t reserved_22_63               : 42;
494 	uint64_t csid                         : 2;  /**< Which CS to assert for this transaction            |          NS */
495 	uint64_t reserved_17_19               : 3;
496 	uint64_t leavecs                      : 1;  /**< If 0, deassert CS after transaction is done        |          NS
497                                                          1, leave CS asserted after transactrion is done */
498 	uint64_t reserved_13_15               : 3;
499 	uint64_t txnum                        : 5;  /**< Number of bytes to transmit                        |          NS */
500 	uint64_t reserved_5_7                 : 3;
501 	uint64_t totnum                       : 5;  /**< Number of bytes to shift (transmit + receive)      |          NS */
502 #else
503 	uint64_t totnum                       : 5;
504 	uint64_t reserved_5_7                 : 3;
505 	uint64_t txnum                        : 5;
506 	uint64_t reserved_13_15               : 3;
507 	uint64_t leavecs                      : 1;
508 	uint64_t reserved_17_19               : 3;
509 	uint64_t csid                         : 2;
510 	uint64_t reserved_22_63               : 42;
511 #endif
512 	} s;
513 	struct cvmx_mpi_tx_cn30xx {
514 #ifdef __BIG_ENDIAN_BITFIELD
515 	uint64_t reserved_17_63               : 47;
516 	uint64_t leavecs                      : 1;  /**< If 0, deassert CS after transaction is done
517                                                          1, leave CS asserted after transactrion is done */
518 	uint64_t reserved_13_15               : 3;
519 	uint64_t txnum                        : 5;  /**< Number of bytes to transmit */
520 	uint64_t reserved_5_7                 : 3;
521 	uint64_t totnum                       : 5;  /**< Number of bytes to shift (transmit + receive) */
522 #else
523 	uint64_t totnum                       : 5;
524 	uint64_t reserved_5_7                 : 3;
525 	uint64_t txnum                        : 5;
526 	uint64_t reserved_13_15               : 3;
527 	uint64_t leavecs                      : 1;
528 	uint64_t reserved_17_63               : 47;
529 #endif
530 	} cn30xx;
531 	struct cvmx_mpi_tx_cn30xx             cn31xx;
532 	struct cvmx_mpi_tx_cn30xx             cn50xx;
533 	struct cvmx_mpi_tx_cn61xx {
534 #ifdef __BIG_ENDIAN_BITFIELD
535 	uint64_t reserved_21_63               : 43;
536 	uint64_t csid                         : 1;  /**< Which CS to assert for this transaction            |          NS */
537 	uint64_t reserved_17_19               : 3;
538 	uint64_t leavecs                      : 1;  /**< If 0, deassert CS after transaction is done        |          NS
539                                                          1, leave CS asserted after transactrion is done */
540 	uint64_t reserved_13_15               : 3;
541 	uint64_t txnum                        : 5;  /**< Number of bytes to transmit                        |          NS */
542 	uint64_t reserved_5_7                 : 3;
543 	uint64_t totnum                       : 5;  /**< Number of bytes to shift (transmit + receive)      |          NS */
544 #else
545 	uint64_t totnum                       : 5;
546 	uint64_t reserved_5_7                 : 3;
547 	uint64_t txnum                        : 5;
548 	uint64_t reserved_13_15               : 3;
549 	uint64_t leavecs                      : 1;
550 	uint64_t reserved_17_19               : 3;
551 	uint64_t csid                         : 1;
552 	uint64_t reserved_21_63               : 43;
553 #endif
554 	} cn61xx;
555 	struct cvmx_mpi_tx_s                  cn66xx;
556 	struct cvmx_mpi_tx_cn61xx             cnf71xx;
557 };
558 typedef union cvmx_mpi_tx cvmx_mpi_tx_t;
559 
560 #endif
561