/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 | 166 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit() 169 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit() 181 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit() 200 rt->at = new_rt->at; in ipddp_create() 202 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create() 235 tmp->at.s_net == rt->at.s_net && in ipddp_delete() 236 tmp->at.s_node == rt->at.s_node) in ipddp_delete() 260 f->at.s_net == rt->at.s_net && in __ipddp_find_route() 261 f->at.s_node == rt->at.s_node) in __ipddp_find_route()
|
/drivers/net/ethernet/intel/ |
D | Kconfig | 31 Use the above information and the Adapter & Driver ID Guide at: 53 to the Adapter & Driver ID Guide at: 58 website at: 77 identify your adapter, go to the Adapter & Driver ID Guide at: 82 website at: 98 to the Adapter & Driver ID Guide at: 103 website at: 139 Driver ID Guide at: 144 website at: 161 to the Adapter & Driver ID Guide at: [all …]
|
/drivers/net/ethernet/chelsio/ |
D | Kconfig | 32 our website at <http://www.chelsio.com>. 34 For customer support, please visit our customer support page at 59 our website at <http://www.chelsio.com>. 61 For customer support, please visit our customer support page at 79 our website at <http://www.chelsio.com>. 81 For customer support, please visit our customer support page at 97 our website at <http://www.chelsio.com>. 99 For customer support, please visit our customer support page at
|
/drivers/cpufreq/ |
D | Kconfig.x86 | 24 For details, take a look at: 45 For details, take a look at <file:Documentation/cpu-freq/>. 73 For details, take a look at <file:Documentation/cpu-freq/>. 84 For details, take a look at <file:Documentation/cpu-freq/>. 97 For details, take a look at <file:Documentation/cpu-freq/>. 108 For details, take a look at <file:Documentation/cpu-freq/>. 130 For details, take a look at <file:Documentation/cpu-freq/>. 156 For details, take a look at <file:Documentation/cpu-freq/>. 176 For details, take a look at <file:Documentation/cpu-freq/>. 200 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
D | Kconfig | 14 For details, take a look at <file:Documentation/cpu-freq>. 53 This option sets which CPUFreq governor shall be loaded at 91 governor. If unsure have a look at the help section of the 103 governor. If unsure have a look at the help section of the 150 For details, take a look at <file:Documentation/cpu-freq/>. 169 For details, take a look at linux/Documentation/cpu-freq. 186 For details, take a look at linux/Documentation/cpu-freq. 210 For details, take a look at linux/Documentation/cpu-freq. 259 For details, take a look at <file:Documentation/cpu-freq/>. 277 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
D | Kconfig.powerpc | 7 For details, take a look at <file:Documentation/cpu-freq/>. 16 frequencies. Using PMI, the processor will not only be able to run at 17 lower speed, but also at lower core voltage.
|
/drivers/devfreq/ |
D | Kconfig | 39 values to the governor with data field at devfreq_add_device(). 44 Sets the frequency at the maximum available frequency. 47 at any time. 52 Sets the frequency at the minimum available frequency. 55 at any time. 60 Sets the frequency at the user specified one. 64 given at the initialization.
|
/drivers/net/wimax/i2400m/ |
D | Kconfig | 30 By default, this is disabled at runtime and can be 31 selectively enabled at runtime for different parts of the 34 If set at zero, this will compile out all the debug code. 36 It is recommended that it is left at 8.
|
/drivers/staging/et131x/ |
D | README | 3 Based on the driver found at https://sourceforge.net/projects/et131x/ 8 driver as they did not build properly at the time. 12 - Look at reducing the number of spinlocks
|
/drivers/firmware/efi/ |
D | Kconfig | 14 at least test release version 0.5.0-test3 or later, which is 15 available from Matt Domsch's website located at: 18 Subsequent efibootmgr releases may be found at:
|
/drivers/net/wireless/p54/ |
D | Kconfig | 11 These devices require softmac firmware which can be found at 23 These devices require softmac firmware which can be found at 37 This driver requires softmac firmware which can be found at 61 file is put at the right place. (usually /lib/firmware.)
|
/drivers/staging/usbip/userspace/ |
D | README | 144 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 149 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 154 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 159 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 172 Port 00: <Port in Use> at Full Speed(12Mbps)
|
/drivers/media/rc/keymaps/ |
D | Kconfig | 12 The ir-keytable program, available at v4l-utils package 14 userspace. Its available at
|
/drivers/scsi/csiostor/ |
D | Kconfig | 11 our website at <http://www.chelsio.com>. 13 For customer support, please visit our customer support page at
|
/drivers/infiniband/hw/cxgb4/ |
D | Kconfig | 10 our website at <http://www.chelsio.com>. 12 For customer support, please visit our customer support page at
|
/drivers/net/plip/ |
D | Kconfig | 18 ports (the connectors at the computers with 25 holes) are connected 20 bits at a time (mode 0) or with special PLIP cables, to be used on 21 bidirectional parallel ports only, which can transmit 8 bits at a
|
/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/base/ |
D | Kconfig | 12 usually pointed to a shell script at /sbin/hotplug. 14 many events at bootup or device discovery in a very short time 19 To disable user space helper program execution at early boot 22 later at runtime. 25 bool "Maintain a devtmpfs filesystem to mount at /dev" 28 This creates a tmpfs/ramfs filesystem instance early at bootup. 45 bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs" 49 devtmpfs filesystem at /dev, directly after the kernel has 116 userspace at runtime (for example, when the firmware in question is
|
/drivers/ide/ |
D | Kconfig | 55 you may take a look at "Serial ATA (prod) and Parallel ATA 127 If you say Y here, the CD-ROM drive will be identified at boot time 158 If you say Y here, the tape drive will be identified at boot time 207 and the controller is located at legacy ports, this driver 329 Please read the comments at the top of <file:drivers/ide/opti621.c>. 341 Linux. This may slow disk throughput by a few percent, but at least 366 Please read the comments at the top of 474 should use the fore mentioned option and call at LILO. 477 ide-probe at boot. It is reported to support DVD II drives, by the 529 Please read the comments at the top of <file:drivers/ide/ns87415.c>. [all …]
|
/drivers/mtd/devices/ |
D | Kconfig | 59 cards; at this writing, the MMC stack won't handle those. 79 unique-to-each-chip bit pattern at the factory. 188 in normal operation, you can give the physical address at which the 238 This option allows you to specify nonstandard address at which to 249 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. 250 This option allows you to specify a single address at which to probe 254 (Note that on PowerPC, the normal probe will only check at 257 Normally, you should leave this set to zero, to allow the probe at 265 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
|
/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
|