/drivers/scsi/ |
D | 53c700_d.h_shipped | 12 ;; (at your option) any later version. 146 at 0x00000000 : */ 0x41000000,0x00000020, 150 at 0x00000002 : */ 0x830b0000,0x00000460, 154 at 0x00000004 : */ 0x860a0000,0x000001b0, 158 at 0x00000006 : */ 0x98080000,0x00000110, 164 at 0x00000008 : */ 0x50000000,0x00000058, 168 at 0x0000000a : */ 0x9f0b0000,0x00001000, 172 at 0x0000000c : */ 0x98080000,0x00002002, 179 at 0x0000000e : */ 0x0f000001,0x00000000, 183 at 0x00000010 : */ 0x98080000,0x00001003, [all …]
|
/drivers/ata/ |
D | pata_ns87410.c | 69 struct ata_timing at; in ns87410_set_piomode() local 88 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode() 93 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode() 94 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode() 95 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode() 97 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
|
D | pata_amd.c | 52 struct ata_timing at, apeer; in timing_setup() local 62 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) { in timing_setup() 71 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup() 74 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup() 77 if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1; in timing_setup() 78 if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15; in timing_setup() 86 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at.setup, 1, 4) - 1) << ((3 - dn) << 1)); in timing_setup() 91 ((clamp_val(at.act8b, 1, 16) - 1) << 4) | (clamp_val(at.rec8b, 1, 16) - 1)); in timing_setup() 95 ((clamp_val(at.active, 1, 16) - 1) << 4) | (clamp_val(at.recover, 1, 16) - 1)); in timing_setup() 99 t = at.udma ? (0xc0 | (clamp_val(at.udma, 2, 5) - 2)) : 0x03; in timing_setup() [all …]
|
/drivers/net/appletalk/ |
D | ipddp.c | 158 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit() 161 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit() 173 if(aarp_send_ddp(rt->dev, skb, &rt->at, NULL) < 0) in ipddp_xmit() 191 rt->at = new_rt->at; in ipddp_create() 193 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create() 221 && tmp->at.s_net == rt->at.s_net in ipddp_delete() 222 && tmp->at.s_node == rt->at.s_node) in ipddp_delete() 244 && f->at.s_net == rt->at.s_net in ipddp_find_route() 245 && f->at.s_node == rt->at.s_node) in ipddp_find_route()
|
/drivers/net/wimax/i2400m/ |
D | Kconfig | 43 By default, this is disabled at runtime and can be 44 selectively enabled at runtime for different parts of the 47 If set at zero, this will compile out all the debug code. 49 It is recommended that it is left at 8.
|
/drivers/media/radio/ |
D | Kconfig | 23 this API and pointers to "v4l" programs may be found at 26 Further documentation on this driver can be found on the WWW at 50 this API and pointers to "v4l" programs may be found at 75 this API and pointers to "v4l" programs may be found at 98 this API and pointers to "v4l" programs may be found at 127 this API and pointers to "v4l" programs may be found at 162 this API and pointers to "v4l" programs may be found at 177 this API and pointers to "v4l" programs may be found at 192 this API and pointers to "v4l" programs may be found at 209 this API and pointers to "v4l" programs may be found at [all …]
|
/drivers/cpufreq/ |
D | Kconfig | 12 For details, take a look at <file:Documentation/cpu-freq>. 61 This option sets which CPUFreq governor shall be loaded at 99 governor. If unsure have a look at the help section of the 111 governor. If unsure have a look at the help section of the 148 For details, take a look at <file:Documentation/cpu-freq/>. 166 For details, take a look at linux/Documentation/cpu-freq. 189 For details, take a look at linux/Documentation/cpu-freq.
|
/drivers/net/wireless/p54/ |
D | Kconfig | 9 These devices require softmac firmware which can be found at 46 These devices require softmac firmware which can be found at 60 This driver requires softmac firmware which can be found at
|
/drivers/media/ |
D | Kconfig | 23 Additional info and docs are available on the web at 26 Documentation for V4L2 is also available on the web at 44 This api were developed to be used at Kernel 2.2 and 2.4, but 46 drivers at kernel that still depends on it.
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 94 struct sym_quehead *at = head->flink; in sym_que_splice() local 99 last->flink = at; in sym_que_splice() 100 at->blink = last; in sym_que_splice()
|
/drivers/ide/ |
D | Kconfig | 76 you may take a look at "Serial ATA (prod) and Parallel ATA 148 If you say Y here, the CD-ROM drive will be identified at boot time 179 If you say Y here, the tape drive will be identified at boot time 227 and the controller is located at legacy ports, this driver 350 Please read the comments at the top of <file:drivers/ide/pci/opti621.c>. 362 Linux. This may slow disk throughput by a few percent, but at least 387 Please read the comments at the top of 496 should use the fore mentioned option and call at LILO. 499 ide-probe at boot. It is reported to support DVD II drives, by the 551 Please read the comments at the top of <file:drivers/ide/pci/ns87415.c>. [all …]
|
/drivers/infiniband/hw/cxgb3/ |
D | Kconfig | 10 our website at <http://www.chelsio.com>. 12 For customer support, please visit our customer support page at
|
/drivers/net/ |
D | LICENSE.SRC | 1 Code in this directory written at the IDA Supercomputing Research Center 11 This software was developed at SRC for use in internal research, and the
|
/drivers/net/wan/ |
D | Kconfig | 31 operates on low speed synchronous serial links at up to 51 the firmware to the cards and to set them up. Look at the 53 read the comment at the top of the <file:drivers/net/wan/cosa.c> for 82 It is available at <ftp://ftp.lanmedia.com/> (broken link). 288 Synchronous communication is supported on all ports at speeds up to 307 This is supposed to work with the four port card. Take a look at 353 point to the Frame Relay network, usually at the phone company) can 384 by the driver at this time. Please read 416 While no documentation is available at this time please grab the 420 are being made to use the original package available at [all …]
|
/drivers/staging/et131x/ |
D | README | 3 Based on the driver found at https://sourceforge.net/projects/et131x/ 9 driver as they did not build properly at the time.
|
/drivers/memstick/core/ |
D | Kconfig | 12 normal behaviour is to remove them at suspend and 13 redetecting them at resume. Breaking this assumption will
|
/drivers/mtd/devices/ |
D | Kconfig | 60 cards; at this writing, the MMC stack won't handle those. 81 unique-to-each-chip bit pattern at the factory. 165 in normal operation, you can give the physical address at which the 255 This option allows you to specify nonstandard address at which to 267 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. 268 This option allows you to specify a single address at which to probe 272 (Note that on PowerPC, the normal probe will only check at 275 Normally, you should leave this set to zero, to allow the probe at 283 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
|
/drivers/mmc/core/ |
D | Kconfig | 10 normal behaviour is to remove them at suspend and 11 redetecting them at resume. Breaking this assumption will
|
/drivers/media/video/ivtv/ |
D | Kconfig | 27 cards. There is a driver homepage at <http://www.ivtvdriver.org>. 43 homepage at <http://www.ivtvdriver.org>.
|
/drivers/atm/ |
D | Kconfig | 91 Burst sixteen words at once in the send direction. This may work 98 Burst eight words at once in the send direction. This is the default 105 Burst four words at once in the send direction. You may want to try 113 Burst two words at once in the send direction. You may want to try 121 Burst sixteen words at once in the receive direction. This may work 128 Burst eight words at once in the receive direction. This may work 136 Burst four words at once in the receive direction. This is the 144 Burst two words at once in the receive direction. You may want to 347 tasklet instead of handling everything at interrupt time. This
|
/drivers/block/paride/ |
D | Transition-notes | 16 since at any time number of B can not exceed the number of these 49 1) at any time at most one thread of execution can be in that area or 107 check its value is in ps_set_intr() and if it had been non-zero at that 124 will be a call of ps_set_intr() before we look at ps_continuation again.
|
/drivers/staging/frontier/ |
D | README | 9 Both drivers also have some sysfs hooks that are non-functional at the moment. 19 But there is no LCD support at all.
|
/drivers/mtd/nand/ |
D | Kconfig | 199 This option allows you to specify nonstandard address at which to 210 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. 211 This option allows you to specify a single address at which to probe 215 (Note that on PowerPC, the normal probe will only check at 218 Normally, you should leave this set to zero, to allow the probe at 226 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. 236 and 2000 TSOP/Alon), Linux reserves some space at the end of the 249 Even if you leave this disabled, you can enable BBT writes at module
|
/drivers/usb/serial/ |
D | ChangeLog.history | 161 directly, but to have port_softint do it at a safer time. 204 one port open at one time. 233 Changed all reverences to FTDI to FTDI_SIO at the request of Bill 358 (06/03/2003) Judd Montgomery <judd at jpilot.org> 518 - fixed bug when multiple devices were attached at the same time. 540 - fixed problem with dropping data at high data rates. 558 ( Greg take a look at the #if 0 at end of WriteCmdUsb() we must 575 and first cut at running BlackBox Demo 617 first attempt at using devfs (not working yet!) 644 of urbs at once down the pipe [all …]
|
/drivers/char/tpm/ |
D | Kconfig | 17 obtained at: <http://sourceforge.net/projects/trousers>. To 59 can be found at http://www.prosec.rub.de/tpm
|