Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 244) 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/staging/lustre/lustre/include/
Dlustre_import.h331 static inline void at_reset(struct adaptive_timeout *at, int val) in at_reset() argument
333 spin_lock(&at->at_lock); in at_reset()
334 at->at_current = val; in at_reset()
335 at->at_worst_ever = val; in at_reset()
336 at->at_worst_time = ktime_get_real_seconds(); in at_reset()
337 spin_unlock(&at->at_lock); in at_reset()
340 static inline void at_init(struct adaptive_timeout *at, int val, int flags) in at_init() argument
342 memset(at, 0, sizeof(*at)); in at_init()
343 spin_lock_init(&at->at_lock); in at_init()
344 at->at_flags = flags; in at_init()
[all …]
/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c514 struct adaptive_timeout *at = &imp->imp_at.iat_net_latency; in import_select_connection() local
516 if (at_get(at) < CONNECTION_SWITCH_MAX) { in import_select_connection()
517 at_measured(at, at_get(at) + CONNECTION_SWITCH_INC); in import_select_connection()
518 if (at_get(at) > CONNECTION_SWITCH_MAX) in import_select_connection()
519 at_reset(at, CONNECTION_SWITCH_MAX); in import_select_connection()
523 imp->imp_obd->obd_name, at_get(at)); in import_select_connection()
1581 int at_measured(struct adaptive_timeout *at, unsigned int val) in at_measured() argument
1583 unsigned int old = at->at_current; in at_measured()
1587 LASSERT(at); in at_measured()
1589 val, at, (long)(now - at->at_binstart), at->at_current, in at_measured()
[all …]
/drivers/ata/
Dpata_ns87410.c68 struct ata_timing at; in ns87410_set_piomode() local
87 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode()
92 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode()
93 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode()
94 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode()
96 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
Dpata_amd.c51 struct ata_timing at, apeer; in timing_setup() local
61 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) { in timing_setup()
70 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
73 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
76 if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1; in timing_setup()
77 if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15; in timing_setup()
85 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at.setup, 1, 4) - 1) << ((3 - dn) << 1)); in timing_setup()
90 ((clamp_val(at.act8b, 1, 16) - 1) << 4) | (clamp_val(at.rec8b, 1, 16) - 1)); in timing_setup()
94 ((clamp_val(at.active, 1, 16) - 1) << 4) | (clamp_val(at.recover, 1, 16) - 1)); in timing_setup()
98 t = at.udma ? (0xc0 | (clamp_val(at.udma, 2, 5) - 2)) : 0x03; in timing_setup()
[all …]
/drivers/net/appletalk/
Dipddp.c165 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit()
168 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit()
180 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit()
199 rt->at = new_rt->at; in ipddp_create()
201 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create()
234 tmp->at.s_net == rt->at.s_net && in ipddp_delete()
235 tmp->at.s_node == rt->at.s_node) in ipddp_delete()
259 f->at.s_net == rt->at.s_net && in __ipddp_find_route()
260 f->at.s_node == rt->at.s_node) in __ipddp_find_route()
289 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/net/ethernet/chelsio/
DKconfig30 our website at <http://www.chelsio.com>.
32 For customer support, please visit our customer support page at
57 our website at <http://www.chelsio.com>.
59 For customer support, please visit our customer support page at
78 our website at <http://www.chelsio.com>.
80 For customer support, please visit our customer support page at
119 our website at <http://www.chelsio.com>.
121 For customer support, please visit our customer support page at
/drivers/cpufreq/
DKconfig.x8626 For details, take a look at:
46 For details, take a look at <file:Documentation/cpu-freq/>.
83 For details, take a look at <file:Documentation/cpu-freq/>.
93 For details, take a look at <file:Documentation/cpu-freq/>.
105 For details, take a look at <file:Documentation/cpu-freq/>.
115 For details, take a look at <file:Documentation/cpu-freq/>.
136 For details, take a look at <file:Documentation/cpu-freq/>.
162 For details, take a look at <file:Documentation/cpu-freq/>.
181 For details, take a look at <file:Documentation/cpu-freq/>.
204 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig15 For details, take a look at <file:Documentation/cpu-freq>.
59 This option sets which CPUFreq governor shall be loaded at
96 governor. If unsure have a look at the help section of the
108 governor. If unsure have a look at the help section of the
118 have a look at the help section of that governor. The fallback
156 For details, take a look at <file:Documentation/cpu-freq/>.
174 For details, take a look at linux/Documentation/cpu-freq.
198 For details, take a look at linux/Documentation/cpu-freq.
214 frequency tipping point is at utilization/capacity equal to 80% in
274 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig.powerpc7 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/net/wimax/i2400m/
DKconfig30 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/dma/
Ds3c24xx-dma.c172 struct list_head *at; member
223 struct s3c24xx_txd *at; member
376 struct s3c24xx_txd *txd = s3cchan->at; in s3c24xx_dma_getbytes_chan()
448 struct s3c24xx_sg *dsg = list_entry(txd->at, struct s3c24xx_sg, node); in s3c24xx_dma_start_next_sg()
514 s3cchan->at = txd; in s3c24xx_dma_start_next_txd()
521 txd->at = txd->dsg_list.next; in s3c24xx_dma_start_next_txd()
674 txd = s3cchan->at; in s3c24xx_dma_irq()
677 if (!list_is_last(txd->at, &txd->dsg_list)) { in s3c24xx_dma_irq()
678 txd->at = txd->at->next; in s3c24xx_dma_irq()
683 s3cchan->at = NULL; in s3c24xx_dma_irq()
[all …]
/drivers/devfreq/
DKconfig41 values to the governor with data field at devfreq_add_device().
46 Sets the frequency at the maximum available frequency.
49 at any time.
54 Sets the frequency at the minimum available frequency.
57 at any time.
62 Sets the frequency at the user specified one.
66 given at the initialization.
/drivers/net/ethernet/intel/
DKconfig29 can be located at:
47 to the Adapter & Driver ID Guide that can be located at:
67 can be located at:
92 to the Adapter & Driver ID Guide that can be located at:
128 Driver ID Guide that can be located at:
145 to the Adapter & Driver ID Guide that can be located at:
163 to the Adapter & Driver ID Guide that can be located at:
203 adapter, go to the Adapter & Driver ID Guide that can be located at:
221 to the Adapter & Driver ID Guide that can be located at:
246 & Driver ID Guide that can be located at:
[all …]
/drivers/net/wireless/intersil/p54/
DKconfig11 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/media/rc/keymaps/
DKconfig12 The ir-keytable program, available at v4l-utils package
14 userspace. Its available at
/drivers/fmc/
DKconfig15 The framework was born outside of the kernel and at this time
17 is at git://ohwr.org/fmc-projects/fmc-bus.git .
25 that can be rewritten at run time and usef for matching
/drivers/crypto/chelsio/
DKconfig13 our website at <http://www.chelsio.com>.
15 For customer support, please visit our customer support page at
/drivers/scsi/csiostor/
DKconfig11 our website at <http://www.chelsio.com>.
13 For customer support, please visit our customer support page at
/drivers/infiniband/hw/cxgb4/
DKconfig11 our website at <http://www.chelsio.com>.
13 For customer support, please visit our customer support page at
/drivers/scsi/sym53c8xx_2/
Dsym_misc.h94 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/net/plip/
DKconfig18 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/ide/
DKconfig56 you may take a look at "Serial ATA (prod) and Parallel ATA
128 If you say Y here, the CD-ROM drive will be identified at boot time
159 If you say Y here, the tape drive will be identified at boot time
208 and the controller is located at legacy ports, this driver
330 Please read the comments at the top of <file:drivers/ide/opti621.c>.
342 Linux. This may slow disk throughput by a few percent, but at least
367 Please read the comments at the top of
477 should use the fore mentioned option and call at LILO.
480 ide-probe at boot. It is reported to support DVD II drives, by the
533 Please read the comments at the top of <file:drivers/ide/ns87415.c>.
[all …]

12345678910