1/***********************license start***************
2 * Copyright (c) 2003-2012  Cavium Inc. (support@cavium.com). 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-tra-defs.h
43 *
44 * Configuration and status register (CSR) type definitions for
45 * Octeon tra.
46 *
47 * This file is auto generated. Do not edit.
48 *
49 * <hr>$Revision$<hr>
50 *
51 */
52
53#ifndef __CVMX_TRA_TYPEDEFS_H__
54#define __CVMX_TRA_TYPEDEFS_H__
55
56#include "cvmx-trax-defs.h"
57
58#define CVMX_TRA_BIST_STATUS (CVMX_TRAX_BIST_STATUS(0))
59#define CVMX_TRA_CTL (CVMX_TRAX_CTL(0))
60#define CVMX_TRA_CYCLES_SINCE (CVMX_TRAX_CYCLES_SINCE(0))
61#define CVMX_TRA_CYCLES_SINCE1 (CVMX_TRAX_CYCLES_SINCE1(0))
62#define CVMX_TRA_FILT_ADR_ADR (CVMX_TRAX_FILT_ADR_ADR(0))
63#define CVMX_TRA_FILT_ADR_MSK (CVMX_TRAX_FILT_ADR_MSK(0))
64#define CVMX_TRA_FILT_CMD (CVMX_TRAX_FILT_CMD(0))
65#define CVMX_TRA_FILT_DID (CVMX_TRAX_FILT_DID(0))
66#define CVMX_TRA_FILT_SID (CVMX_TRAX_FILT_SID(0))
67#define CVMX_TRA_INT_STATUS (CVMX_TRAX_INT_STATUS(0))
68#define CVMX_TRA_READ_DAT (CVMX_TRAX_READ_DAT(0))
69#define CVMX_TRA_READ_DAT_HI (CVMX_TRAX_READ_DAT_HI(0))
70#define CVMX_TRA_TRIG0_ADR_ADR (CVMX_TRAX_TRIG0_ADR_ADR(0))
71#define CVMX_TRA_TRIG0_ADR_MSK (CVMX_TRAX_TRIG0_ADR_MSK(0))
72#define CVMX_TRA_TRIG0_CMD (CVMX_TRAX_TRIG0_CMD(0))
73#define CVMX_TRA_TRIG0_DID (CVMX_TRAX_TRIG0_DID(0))
74#define CVMX_TRA_TRIG0_SID (CVMX_TRAX_TRIG0_SID(0))
75#define CVMX_TRA_TRIG1_ADR_ADR (CVMX_TRAX_TRIG1_ADR_ADR(0))
76#define CVMX_TRA_TRIG1_ADR_MSK (CVMX_TRAX_TRIG1_ADR_MSK(0))
77#define CVMX_TRA_TRIG1_CMD (CVMX_TRAX_TRIG1_CMD(0))
78#define CVMX_TRA_TRIG1_DID (CVMX_TRAX_TRIG1_DID(0))
79#define CVMX_TRA_TRIG1_SID (CVMX_TRAX_TRIG1_SID(0))
80
81typedef union cvmx_trax_bist_status cvmx_tra_bist_status_t;
82typedef union cvmx_trax_ctl cvmx_tra_ctl_t;
83typedef union cvmx_trax_cycles_since cvmx_tra_cycles_since_t;
84typedef union cvmx_trax_cycles_since1 cvmx_tra_cycles_since1_t;
85typedef union cvmx_trax_filt_adr_adr cvmx_tra_filt_adr_adr_t;
86typedef union cvmx_trax_filt_adr_msk cvmx_tra_filt_adr_msk_t;
87typedef union cvmx_trax_filt_cmd cvmx_tra_filt_cmd_t;
88typedef union cvmx_trax_filt_did cvmx_tra_filt_did_t;
89typedef union cvmx_trax_filt_sid cvmx_tra_filt_sid_t;
90typedef union cvmx_trax_int_status cvmx_tra_int_status_t;
91typedef union cvmx_trax_read_dat cvmx_tra_read_dat_t;
92typedef union cvmx_trax_read_dat_hi cvmx_tra_read_dat_hi_t;
93typedef union cvmx_trax_trig0_adr_adr cvmx_tra_trig0_adr_adr_t;
94typedef union cvmx_trax_trig0_adr_msk cvmx_tra_trig0_adr_msk_t;
95typedef union cvmx_trax_trig0_cmd cvmx_tra_trig0_cmd_t;
96typedef union cvmx_trax_trig0_did cvmx_tra_trig0_did_t;
97typedef union cvmx_trax_trig0_sid cvmx_tra_trig0_sid_t;
98typedef union cvmx_trax_trig1_adr_adr cvmx_tra_trig1_adr_adr_t;
99typedef union cvmx_trax_trig1_adr_msk cvmx_tra_trig1_adr_msk_t;
100typedef union cvmx_trax_trig1_cmd cvmx_tra_trig1_cmd_t;
101typedef union cvmx_trax_trig1_did cvmx_tra_trig1_did_t;
102typedef union cvmx_trax_trig1_sid cvmx_tra_trig1_sid_t;
103
104#endif
105