Imported Upstream version 16.07-rc1
[deb_dpdk.git] / drivers / net / qede / base / ecore_gtt_reg_addr.h
1 /*
2  * Copyright (c) 2016 QLogic Corporation.
3  * All rights reserved.
4  * www.qlogic.com
5  *
6  * See LICENSE.qede_pmd for copyright and licensing details.
7  */
8
9 #ifndef GTT_REG_ADDR_H
10 #define GTT_REG_ADDR_H
11
12 /* Win 2 */
13 #define GTT_BAR0_MAP_REG_IGU_CMD 0x00f000UL
14
15 /* Win 3 */
16 #define GTT_BAR0_MAP_REG_TSDM_RAM 0x010000UL
17
18 /* Win 4 */
19 #define GTT_BAR0_MAP_REG_MSDM_RAM 0x011000UL
20
21 /* Win 5 */
22 #define GTT_BAR0_MAP_REG_MSDM_RAM_1024 0x012000UL
23
24 /* Win 6 */
25 #define GTT_BAR0_MAP_REG_USDM_RAM 0x013000UL
26
27 /* Win 7 */
28 #define GTT_BAR0_MAP_REG_USDM_RAM_1024 0x014000UL
29
30 /* Win 8 */
31 #define GTT_BAR0_MAP_REG_USDM_RAM_2048 0x015000UL
32
33 /* Win 9 */
34 #define GTT_BAR0_MAP_REG_XSDM_RAM  0x016000UL
35
36 /* Win 10 */
37 #define GTT_BAR0_MAP_REG_YSDM_RAM 0x017000UL
38
39 /* Win 11 */
40 #define GTT_BAR0_MAP_REG_PSDM_RAM 0x018000UL
41
42 #endif