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_SRXX_DEFS_H__
29 #define __CVMX_SRXX_DEFS_H__
31 #define CVMX_SRXX_COM_CTL(block_id) (CVMX_ADD_IO_SEG(0x0001180090000200ull) + ((block_id) & 1) * 0x8000000ull)
32 #define CVMX_SRXX_IGN_RX_FULL(block_id) (CVMX_ADD_IO_SEG(0x0001180090000218ull) + ((block_id) & 1) * 0x8000000ull)
33 #define CVMX_SRXX_SPI4_CALX(offset, block_id) (CVMX_ADD_IO_SEG(0x0001180090000000ull) + (((offset) & 31) + ((block_id) & 1) * 0x1000000ull) * 8)
34 #define CVMX_SRXX_SPI4_STAT(block_id) (CVMX_ADD_IO_SEG(0x0001180090000208ull) + ((block_id) & 1) * 0x8000000ull)
35 #define CVMX_SRXX_SW_TICK_CTL(block_id) (CVMX_ADD_IO_SEG(0x0001180090000220ull) + ((block_id) & 1) * 0x8000000ull)
36 #define CVMX_SRXX_SW_TICK_DAT(block_id) (CVMX_ADD_IO_SEG(0x0001180090000228ull) + ((block_id) & 1) * 0x8000000ull)
38 union cvmx_srxx_com_ctl
{
40 struct cvmx_srxx_com_ctl_s
{
41 #ifdef __BIG_ENDIAN_BITFIELD
42 uint64_t reserved_8_63
:56;
45 uint64_t reserved_1_2
:2;
49 uint64_t reserved_1_2
:2;
52 uint64_t reserved_8_63
:56;
57 union cvmx_srxx_ign_rx_full
{
59 struct cvmx_srxx_ign_rx_full_s
{
60 #ifdef __BIG_ENDIAN_BITFIELD
61 uint64_t reserved_16_63
:48;
65 uint64_t reserved_16_63
:48;
70 union cvmx_srxx_spi4_calx
{
72 struct cvmx_srxx_spi4_calx_s
{
73 #ifdef __BIG_ENDIAN_BITFIELD
74 uint64_t reserved_17_63
:47;
86 uint64_t reserved_17_63
:47;
91 union cvmx_srxx_spi4_stat
{
93 struct cvmx_srxx_spi4_stat_s
{
94 #ifdef __BIG_ENDIAN_BITFIELD
95 uint64_t reserved_16_63
:48;
97 uint64_t reserved_7_7
:1;
101 uint64_t reserved_7_7
:1;
103 uint64_t reserved_16_63
:48;
108 union cvmx_srxx_sw_tick_ctl
{
110 struct cvmx_srxx_sw_tick_ctl_s
{
111 #ifdef __BIG_ENDIAN_BITFIELD
112 uint64_t reserved_14_63
:50;
124 uint64_t reserved_14_63
:50;
129 union cvmx_srxx_sw_tick_dat
{
131 struct cvmx_srxx_sw_tick_dat_s
{
132 #ifdef __BIG_ENDIAN_BITFIELD