.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright(c) 2015 EZchip Technologies. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify it |
---|
5 | | - * under the terms and conditions of the GNU General Public License, |
---|
6 | | - * version 2, as published by the Free Software Foundation. |
---|
7 | | - * |
---|
8 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
---|
9 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
10 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
11 | | - * more details. |
---|
12 | | - * |
---|
13 | | - * The full GNU General Public License is included in this distribution in |
---|
14 | | - * the file called "COPYING". |
---|
15 | 4 | */ |
---|
16 | 5 | |
---|
17 | 6 | #ifndef _NPS_ENET_H |
---|
.. | .. |
---|
178 | 167 | }; |
---|
179 | 168 | |
---|
180 | 169 | /** |
---|
181 | | - * nps_reg_set - Sets ENET register with provided value. |
---|
| 170 | + * nps_enet_reg_set - Sets ENET register with provided value. |
---|
182 | 171 | * @priv: Pointer to EZchip ENET private data structure. |
---|
183 | 172 | * @reg: Register offset from base address. |
---|
184 | 173 | * @value: Value to set in register. |
---|
.. | .. |
---|
190 | 179 | } |
---|
191 | 180 | |
---|
192 | 181 | /** |
---|
193 | | - * nps_reg_get - Gets value of specified ENET register. |
---|
| 182 | + * nps_enet_reg_get - Gets value of specified ENET register. |
---|
194 | 183 | * @priv: Pointer to EZchip ENET private data structure. |
---|
195 | 184 | * @reg: Register offset from base address. |
---|
196 | 185 | * |
---|