Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 232) sorted by relevance

12345678910

/drivers/scsi/
D53c700_d.h_shipped12 ;; (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/
Dpata_ns87410.c55 struct ata_timing at; in ns87410_set_piomode() local
74 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode()
79 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode()
80 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode()
81 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode()
83 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
Dpata_amd.c52 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/
Dipddp.c169 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit()
172 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit()
184 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit()
203 rt->at = new_rt->at; in ipddp_create()
205 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create()
238 tmp->at.s_net == rt->at.s_net && in ipddp_delete()
239 tmp->at.s_node == rt->at.s_node) in ipddp_delete()
263 f->at.s_net == rt->at.s_net && in __ipddp_find_route()
264 f->at.s_node == rt->at.s_node) in __ipddp_find_route()
293 rcp2.at = rp->at; in ipddp_ioctl()
/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
225 #error DRXDAP_MAX_RCHUNKSIZE must be at least 2
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgddr5.c38 int WL, CL, WR, at[2], dt, ds; in nvkm_gddr5_calc() local
61 at[0] = ram->next->bios.timing_20_2e_c0; in nvkm_gddr5_calc()
62 at[1] = ram->next->bios.timing_20_2e_30; in nvkm_gddr5_calc()
82 ram->mr[1] |= (at[0] & 0x03) << 4; in nvkm_gddr5_calc()
92 ram->mr[1] |= (at[1] & 0x03) << 4; in nvkm_gddr5_calc()
/drivers/cpufreq/
DKconfig.x8627 For details, take a look at:
47 For details, take a look at <file:Documentation/cpu-freq/>.
84 For details, take a look at <file:Documentation/cpu-freq/>.
94 For details, take a look at <file:Documentation/cpu-freq/>.
106 For details, take a look at <file:Documentation/cpu-freq/>.
116 For details, take a look at <file:Documentation/cpu-freq/>.
137 For details, take a look at <file:Documentation/cpu-freq/>.
163 For details, take a look at <file:Documentation/cpu-freq/>.
182 For details, take a look at <file:Documentation/cpu-freq/>.
205 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig16 For details, take a look at <file:Documentation/cpu-freq>.
49 This option sets which CPUFreq governor shall be loaded at
86 governor. If unsure have a look at the help section of the
98 governor. If unsure have a look at the help section of the
108 have a look at the help section of that governor. The fallback
146 For details, take a look at <file:Documentation/cpu-freq/>.
164 For details, take a look at linux/Documentation/cpu-freq.
188 For details, take a look at linux/Documentation/cpu-freq.
204 frequency tipping point is at utilization/capacity equal to 80% in
261 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig.powerpc8 For details, take a look at <file:Documentation/cpu-freq/>.
17 frequencies. Using PMI, the processor will not only be able to run at
18 lower speed, but also at lower core voltage.
/drivers/net/wimax/i2400m/
DKconfig31 By default, this is disabled at runtime and can be
32 selectively enabled at runtime for different parts of the
35 If set at zero, this will compile out all the debug code.
37 It is recommended that it is left at 8.
/drivers/net/ethernet/chelsio/
DKconfig32 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
81 our website at <http://www.chelsio.com>.
83 For customer support, please visit our customer support page at
122 our website at <http://www.chelsio.com>.
124 For customer support, please visit our customer support page at
/drivers/base/
DKconfig11 usually pointed to a shell script at /sbin/hotplug.
13 many events at bootup or device discovery in a very short time
23 To disable user space helper program execution at by default
26 later at runtime.
29 bool "Maintain a devtmpfs filesystem to mount at /dev"
31 This creates a tmpfs/ramfs filesystem instance early at bootup.
48 bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs"
52 devtmpfs filesystem at /dev, directly after the kernel has
76 driver firmware at kernel build time. These drivers do not use the
84 old drivers which enable building of its firmware at kernel build
[all …]
/drivers/dma/
Ds3c24xx-dma.c169 struct list_head *at; member
220 struct s3c24xx_txd *at; member
373 struct s3c24xx_txd *txd = s3cchan->at; in s3c24xx_dma_getbytes_chan()
445 struct s3c24xx_sg *dsg = list_entry(txd->at, struct s3c24xx_sg, node); in s3c24xx_dma_start_next_sg()
511 s3cchan->at = txd; in s3c24xx_dma_start_next_txd()
518 txd->at = txd->dsg_list.next; in s3c24xx_dma_start_next_txd()
671 txd = s3cchan->at; in s3c24xx_dma_irq()
674 if (!list_is_last(txd->at, &txd->dsg_list)) { in s3c24xx_dma_irq()
675 txd->at = txd->at->next; in s3c24xx_dma_irq()
680 s3cchan->at = NULL; in s3c24xx_dma_irq()
[all …]
/drivers/devfreq/
DKconfig42 values to the governor with data field at devfreq_add_device().
47 Sets the frequency at the maximum available frequency.
50 at any time.
55 Sets the frequency at the minimum available frequency.
58 at any time.
63 Sets the frequency at the user specified one.
67 given at the initialization.
/drivers/net/ethernet/intel/
DKconfig30 can be located at:
48 to the Adapter & Driver ID Guide that can be located at:
68 can be located at:
96 to the Adapter & Driver ID Guide that can be located at:
132 Driver ID Guide that can be located at:
149 to the Adapter & Driver ID Guide that can be located at:
168 to the Adapter & Driver ID Guide that can be located at:
220 adapter, go to the Adapter & Driver ID Guide that can be located at:
247 to the Adapter & Driver ID Guide that can be located at:
280 & Driver ID Guide that can be located at:
[all …]
/drivers/net/wireless/intersil/p54/
DKconfig12 These devices require softmac firmware which can be found at
24 These devices require softmac firmware which can be found at
38 This driver requires softmac firmware which can be found at
62 file is put at the right place. (usually /lib/firmware.)
/drivers/dma-buf/
Dudmabuf.c49 static struct sg_table *map_udmabuf(struct dma_buf_attachment *at, in map_udmabuf() argument
52 struct udmabuf *ubuf = at->dmabuf->priv; in map_udmabuf()
64 if (!dma_map_sg(at->dev, sg->sgl, sg->nents, direction)) { in map_udmabuf()
76 static void unmap_udmabuf(struct dma_buf_attachment *at, in unmap_udmabuf() argument
80 dma_unmap_sg(at->dev, sg->sgl, sg->nents, direction); in unmap_udmabuf()
/drivers/staging/vme/devices/
DKconfig9 VME windows in a manner at least semi-compatible with the interface
10 provided with the original driver at <http://www.vmelinux.org/>.
/drivers/infiniband/hw/cxgb3/
DKconfig11 our website at <http://www.chelsio.com>.
13 For customer support, please visit our customer support page at
/drivers/scsi/csiostor/
DKconfig12 our website at <http://www.chelsio.com>.
14 For customer support, please visit our customer support page at
/drivers/media/rc/keymaps/
DKconfig13 The ir-keytable program, available at v4l-utils package
15 userspace. Its available at
/drivers/net/plip/
DKconfig19 ports (the connectors at the computers with 25 holes) are connected
21 bits at a time (mode 0) or with special PLIP cables, to be used on
22 bidirectional parallel ports only, which can transmit 8 bits at a
/drivers/scsi/sym53c8xx_2/
Dsym_misc.h81 struct sym_quehead *at = head->flink; in sym_que_splice() local
86 last->flink = at; in sym_que_splice()
87 at->blink = last; in sym_que_splice()
/drivers/ide/
DKconfig57 you may take a look at "Serial ATA (prod) and Parallel ATA
131 If you say Y here, the CD-ROM drive will be identified at boot time
162 If you say Y here, the tape drive will be identified at boot time
211 and the controller is located at legacy ports, this driver
333 Please read the comments at the top of <file:drivers/ide/opti621.c>.
345 Linux. This may slow disk throughput by a few percent, but at least
370 Please read the comments at the top of
480 should use the fore mentioned option and call at LILO.
483 ide-probe at boot. It is reported to support DVD II drives, by the
536 Please read the comments at the top of <file:drivers/ide/ns87415.c>.
[all …]
/drivers/infiniband/hw/cxgb4/
DKconfig13 our website at <http://www.chelsio.com>.
15 For customer support, please visit our customer support page at

12345678910