| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | |
|---|
| 3 | 4 | bttv-cards.c |
|---|
| 4 | 5 | |
|---|
| 5 | | - this file has configuration informations - card-specific stuff |
|---|
| 6 | + this file has configuration information - card-specific stuff |
|---|
| 6 | 7 | like the big tvcards array for the most part |
|---|
| 7 | 8 | |
|---|
| 8 | 9 | Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de) |
|---|
| 9 | 10 | & Marcus Metzler (mocm@thp.uni-koeln.de) |
|---|
| 10 | 11 | (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de> |
|---|
| 11 | 12 | |
|---|
| 12 | | - This program is free software; you can redistribute it and/or modify |
|---|
| 13 | | - it under the terms of the GNU General Public License as published by |
|---|
| 14 | | - the Free Software Foundation; either version 2 of the License, or |
|---|
| 15 | | - (at your option) any later version. |
|---|
| 16 | | - |
|---|
| 17 | | - This program is distributed in the hope that it will be useful, |
|---|
| 18 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 19 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 20 | | - GNU General Public License for more details. |
|---|
| 21 | | - |
|---|
| 22 | | - You should have received a copy of the GNU General Public License |
|---|
| 23 | | - along with this program; if not, write to the Free Software |
|---|
| 24 | | - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 25 | 13 | |
|---|
| 26 | 14 | */ |
|---|
| 27 | 15 | |
|---|
| .. | .. |
|---|
| 1391 | 1379 | .gpiomux = {0x947fff, 0x987fff,0x947fff,0x947fff }, |
|---|
| 1392 | 1380 | .gpiomute = 0x947fff, |
|---|
| 1393 | 1381 | /* tvtuner, radio, external,internal, mute, stereo |
|---|
| 1394 | | - * tuner, Composit, SVid, Composit-on-Svid-adapter */ |
|---|
| 1382 | + * tuner, Composite, SVid, Composite-on-Svid-adapter */ |
|---|
| 1395 | 1383 | .muxsel = MUXSEL(2, 3, 0, 1), |
|---|
| 1396 | 1384 | .tuner_type = TUNER_MT2032, |
|---|
| 1397 | 1385 | .tuner_addr = ADDR_UNSET, |
|---|
| .. | .. |
|---|
| 1411 | 1399 | .gpiomux = {0x947fff, 0x987fff,0x947fff,0x947fff }, |
|---|
| 1412 | 1400 | .gpiomute = 0x947fff, |
|---|
| 1413 | 1401 | /* tvtuner, radio, external,internal, mute, stereo |
|---|
| 1414 | | - * tuner, Composit, SVid, Composit-on-Svid-adapter */ |
|---|
| 1402 | + * tuner, Composite, SVid, Composite-on-Svid-adapter */ |
|---|
| 1415 | 1403 | .muxsel = MUXSEL(2, 3, 0, 1), |
|---|
| 1416 | 1404 | .tuner_type = TUNER_MT2032, |
|---|
| 1417 | 1405 | .tuner_addr = ADDR_UNSET, |
|---|
| .. | .. |
|---|
| 4180 | 4168 | bttv_I2CWrite(btv,0x5E,0,0x80,1); |
|---|
| 4181 | 4169 | |
|---|
| 4182 | 4170 | /* Initialise 12C508 PIC */ |
|---|
| 4183 | | - /* The I2CWrite and I2CRead commmands are actually to the |
|---|
| 4171 | + /* The I2CWrite and I2CRead commands are actually to the |
|---|
| 4184 | 4172 | * same chips - but the R/W bit is included in the address |
|---|
| 4185 | 4173 | * argument so the numbers are different */ |
|---|
| 4186 | 4174 | |
|---|
| .. | .. |
|---|
| 4289 | 4277 | /* ----------------------------------------------------------------------- */ |
|---|
| 4290 | 4278 | /* |
|---|
| 4291 | 4279 | * The PCI-8604PW contains a CPLD, probably an ispMACH 4A, that filters |
|---|
| 4292 | | - * the PCI REQ signals comming from the four BT878 chips. After power |
|---|
| 4280 | + * the PCI REQ signals coming from the four BT878 chips. After power |
|---|
| 4293 | 4281 | * up, the CPLD does not forward requests to the bus, which prevents |
|---|
| 4294 | 4282 | * the BT878 from fetching RISC instructions from memory. While the |
|---|
| 4295 | 4283 | * CPLD is connected to most of the GPIOs of PCI device 0xD, only |
|---|
| .. | .. |
|---|
| 4405 | 4393 | |
|---|
| 4406 | 4394 | gpio_bits(0x07f, muxgpio[input]); |
|---|
| 4407 | 4395 | |
|---|
| 4408 | | - /* reset all conections */ |
|---|
| 4396 | + /* reset all connections */ |
|---|
| 4409 | 4397 | gpio_bits(0x200,0x200); |
|---|
| 4410 | 4398 | mdelay(1); |
|---|
| 4411 | 4399 | gpio_bits(0x200,0x000); |
|---|