.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * zc030x registers |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * The register aliases used here came from this driver: |
---|
7 | 8 | * http://zc0302.sourceforge.net/zc0302.php |
---|
8 | | - * |
---|
9 | | - * This code is placed under the terms of the GNU General Public License v2 |
---|
10 | 9 | */ |
---|
11 | 10 | |
---|
12 | 11 | /* Define the register map */ |
---|
.. | .. |
---|
26 | 25 | /* Test mode */ |
---|
27 | 26 | #define ZC3XX_R00B_TESTMODECONTROL 0x000b |
---|
28 | 27 | |
---|
29 | | -/* Frame retreiving */ |
---|
| 28 | +/* Frame retrieving */ |
---|
30 | 29 | #define ZC3XX_R00C_LASTACQTIME 0x000c |
---|
31 | 30 | #define ZC3XX_R00D_MONITORRES 0x000d |
---|
32 | 31 | #define ZC3XX_R00E_TIMESTAMPHIGH 0x000e |
---|