| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * stv0367_defs.h |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Copyright (C) ST Microelectronics. |
|---|
| 7 | 8 | * Copyright (C) 2010,2011 NetUP Inc. |
|---|
| 8 | 9 | * Copyright (C) 2010,2011 Igor M. Liplianin <liplianin@netup.ru> |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 11 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 12 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 13 | | - * (at your option) any later version. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 18 | | - * |
|---|
| 19 | | - * GNU General Public License for more details. |
|---|
| 20 | 10 | */ |
|---|
| 21 | 11 | |
|---|
| 22 | 12 | #ifndef STV0367_DEFS_H |
|---|
| .. | .. |
|---|
| 1096 | 1086 | }; |
|---|
| 1097 | 1087 | |
|---|
| 1098 | 1088 | static const struct st_register def0367dd_qam[] = { |
|---|
| 1099 | | - {R367CAB_CTRL_1, 0x06}, /* Orginal 0x04 */ |
|---|
| 1089 | + {R367CAB_CTRL_1, 0x06}, /* Original 0x04 */ |
|---|
| 1100 | 1090 | {R367CAB_CTRL_2, 0x03}, |
|---|
| 1101 | 1091 | {R367CAB_IT_STATUS1, 0x2b}, |
|---|
| 1102 | 1092 | {R367CAB_IT_STATUS2, 0x08}, |
|---|