tw68-reg.h (5740f4e75f713015067e2667a52bd3b35ef91e07) | tw68-reg.h (e15d1c12c5878b3a80d6573af1721e17264e0286) |
---|---|
1/* 2 * tw68-reg.h - TW68xx register offsets 3 * 4 * Much of this code is derived from the cx88 and sa7134 drivers, which 5 * were in turn derived from the bt87x driver. The original work was by 6 * Gerd Knorr; more recently the code was enhanced by Mauro Carvalho Chehab, 7 * Hans Verkuil, Andy Walls and many others. Their work is gratefully 8 * acknowledged. Full credit goes to them - any problems within this code 9 * are mine. 10 * | 1/* 2 * tw68-reg.h - TW68xx register offsets 3 * 4 * Much of this code is derived from the cx88 and sa7134 drivers, which 5 * were in turn derived from the bt87x driver. The original work was by 6 * Gerd Knorr; more recently the code was enhanced by Mauro Carvalho Chehab, 7 * Hans Verkuil, Andy Walls and many others. Their work is gratefully 8 * acknowledged. Full credit goes to them - any problems within this code 9 * are mine. 10 * |
11 * Copyright (C) William M. Brack <wbrack@mmm.com.hk> | 11 * Copyright (C) William M. Brack |
12 * | 12 * |
13 * Refactored and updated to the latest v4l core frameworks: 14 * 15 * Copyright (C) 2014 Hans Verkuil <hverkuil@xs4all.nl> 16 * |
|
13 * This program is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * This program is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. | 17 * This program is free software; you can redistribute it and/or modify 18 * it under the terms of the GNU General Public License as published by 19 * the Free Software Foundation; either version 2 of the License, or 20 * (at your option) any later version. 21 * 22 * This program is distributed in the hope that it will be useful, 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 * GNU General Public License for more details. |
22 * 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, write to the Free Software 25 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
26*/ 27 28#ifndef _TW68_REG_H_ 29#define _TW68_REG_H_ 30 31/* ---------------------------------------------------------------------- */ 32#define TW68_DMAC 0x000 33#define TW68_DMAP_SA 0x004 --- 162 unchanged lines hidden --- | 26*/ 27 28#ifndef _TW68_REG_H_ 29#define _TW68_REG_H_ 30 31/* ---------------------------------------------------------------------- */ 32#define TW68_DMAC 0x000 33#define TW68_DMAP_SA 0x004 --- 162 unchanged lines hidden --- |