.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * ARIZONA register definitions |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2012 Wolfson Microelectronics plc |
---|
5 | 6 | * |
---|
6 | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License version 2 as |
---|
10 | | - * published by the Free Software Foundation. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #ifndef _ARIZONA_REGISTERS_H |
---|
.. | .. |
---|
1189 | 1186 | #define ARIZONA_DSP4_SCRATCH_1 0x1441 |
---|
1190 | 1187 | #define ARIZONA_DSP4_SCRATCH_2 0x1442 |
---|
1191 | 1188 | #define ARIZONA_DSP4_SCRATCH_3 0x1443 |
---|
1192 | | -#define ARIZONA_FRF_COEFF_1 0x1700 |
---|
1193 | | -#define ARIZONA_FRF_COEFF_2 0x1701 |
---|
1194 | | -#define ARIZONA_FRF_COEFF_3 0x1702 |
---|
1195 | | -#define ARIZONA_FRF_COEFF_4 0x1703 |
---|
1196 | | -#define ARIZONA_V2_DAC_COMP_1 0x1704 |
---|
1197 | | -#define ARIZONA_V2_DAC_COMP_2 0x1705 |
---|
1198 | | - |
---|
1199 | 1189 | |
---|
1200 | 1190 | /* |
---|
1201 | 1191 | * Field Definitions. |
---|