forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h
....@@ -1,20 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 1999 - 2010 Intel Corporation.
34 * Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD.
45 *
56 * This code was derived from the Intel e1000e Linux driver.
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; version 2 of the License.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
187 */
198
209 #ifndef _PCH_GBE_H_
....@@ -158,7 +147,7 @@
158147 #define PCH_GBE_RH_ALM_FULL_8 0x00001000 /* 8 words */
159148 #define PCH_GBE_RH_ALM_FULL_16 0x00002000 /* 16 words */
160149 #define PCH_GBE_RH_ALM_FULL_32 0x00003000 /* 32 words */
161
-/* RX FIFO Read Triger Threshold */
150
+/* RX FIFO Read Trigger Threshold */
162151 #define PCH_GBE_RH_RD_TRG_4 0x00000000 /* 4 words */
163152 #define PCH_GBE_RH_RD_TRG_8 0x00000200 /* 8 words */
164153 #define PCH_GBE_RH_RD_TRG_16 0x00000400 /* 16 words */