.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Huawei HiNIC PCI Express Linux driver |
---|
3 | 4 | * Copyright(c) 2017 Huawei Technologies Co., Ltd |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms and conditions of the GNU General Public License, |
---|
7 | | - * version 2, as published by the Free Software Foundation. |
---|
8 | | - * |
---|
9 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
---|
10 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
11 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
12 | | - * for more details. |
---|
13 | | - * |
---|
14 | 5 | */ |
---|
15 | 6 | |
---|
16 | 7 | #ifndef HINIC_HW_CSR_H |
---|
.. | .. |
---|
19 | 10 | /* HW interface registers */ |
---|
20 | 11 | #define HINIC_CSR_FUNC_ATTR0_ADDR 0x0 |
---|
21 | 12 | #define HINIC_CSR_FUNC_ATTR1_ADDR 0x4 |
---|
22 | | - |
---|
| 13 | +#define HINIC_CSR_FUNC_ATTR2_ADDR 0x8 |
---|
23 | 14 | #define HINIC_CSR_FUNC_ATTR4_ADDR 0x10 |
---|
24 | 15 | #define HINIC_CSR_FUNC_ATTR5_ADDR 0x14 |
---|
25 | 16 | |
---|