1 /*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, v.1,  (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://opensource.org/licenses/CDDL-1.0.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21 
22 /*
23 * Copyright 2014-2017 Cavium, Inc.
24 * The contents of this file are subject to the terms of the Common Development
25 * and Distribution License, v.1,  (the "License").
26 
27 * You may not use this file except in compliance with the License.
28 
29 * You can obtain a copy of the License at available
30 * at http://opensource.org/licenses/CDDL-1.0
31 
32 * See the License for the specific language governing permissions and
33 * limitations under the License.
34 */
35 
36 #ifndef GTT_REG_ADDR_H
37 #define GTT_REG_ADDR_H
38 
39 /* Win 2 */
40 #define GTT_BAR0_MAP_REG_IGU_CMD                                                                             0x00f000UL //Access:RW   DataWidth:0x20   //
41 
42 /* Win 3 */
43 #define GTT_BAR0_MAP_REG_TSDM_RAM                                                                            0x010000UL //Access:RW   DataWidth:0x20   //
44 
45 /* Win 4 */
46 #define GTT_BAR0_MAP_REG_MSDM_RAM                                                                            0x011000UL //Access:RW   DataWidth:0x20   //
47 
48 /* Win 5 */
49 #define GTT_BAR0_MAP_REG_MSDM_RAM_1024                                                                       0x012000UL //Access:RW   DataWidth:0x20   //
50 
51 /* Win 6 */
52 #define GTT_BAR0_MAP_REG_USDM_RAM                                                                            0x013000UL //Access:RW   DataWidth:0x20   //
53 
54 /* Win 7 */
55 #define GTT_BAR0_MAP_REG_USDM_RAM_1024                                                                       0x014000UL //Access:RW   DataWidth:0x20   //
56 
57 /* Win 8 */
58 #define GTT_BAR0_MAP_REG_USDM_RAM_2048                                                                       0x015000UL //Access:RW   DataWidth:0x20   //
59 
60 /* Win 9 */
61 #define GTT_BAR0_MAP_REG_XSDM_RAM                                                                            0x016000UL //Access:RW   DataWidth:0x20   //
62 
63 /* Win 10 */
64 #define GTT_BAR0_MAP_REG_YSDM_RAM                                                                            0x017000UL //Access:RW   DataWidth:0x20   //
65 
66 /* Win 11 */
67 #define GTT_BAR0_MAP_REG_PSDM_RAM                                                                            0x018000UL //Access:RW   DataWidth:0x20   //
68 
69 #endif
70