[go: nahoru, domu]

Searched refs:at (Results 1 - 25 of 84) sorted by relevance

1234

/drivers/staging/lustre/lustre/include/
H A Dlustre_import.h349 static inline void at_reset(struct adaptive_timeout *at, int val) argument
351 spin_lock(&at->at_lock);
352 at->at_current = val;
353 at->at_worst_ever = val;
354 at->at_worst_time = get_seconds();
355 spin_unlock(&at->at_lock);
357 static inline void at_init(struct adaptive_timeout *at, int val, int flags) argument
359 memset(at, 0, sizeof(*at));
360 spin_lock_init(&at
365 at_get(struct adaptive_timeout *at) argument
[all...]
/drivers/ata/
H A Dpata_ns87410.c7 * the Free Software Foundation; either version 2, or (at your option)
68 struct ata_timing at; local
87 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) {
92 at.active = clamp_val(at.active, 2, 16) - 2;
93 at.setup = clamp_val(at.setup, 1, 4) - 1;
94 at.recover = clamp_val(at.recover, 1, 12) - 1;
96 idetcr = (at
[all...]
H A Dpata_amd.c39 * the ports at different locations).
51 struct ata_timing at, apeer; local
61 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) {
70 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT);
73 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT);
76 if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1;
77 if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15;
85 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at
[all...]
/drivers/net/appletalk/
H A Dipddp.h18 struct atalk_addr at; /* Gateway appletalk address */ member in struct:ipddp_route
H A Dipddp.c166 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */
169 ddp->deh_dnode = rt->at.s_node;
181 aarp_send_ddp(rt->dev, skb, &rt->at, NULL);
200 rt->at = new_rt->at;
202 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) {
235 tmp->at.s_net == rt->at.s_net &&
236 tmp->at.s_node == rt->at
[all...]
/drivers/media/dvb-frontends/drx39xyj/
H A 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/staging/lustre/lustre/ptlrpc/
H A Dimport.c160 LCONSOLE_WARN("%s: Connection to %.*s (at %s) was "
167 "%.*s (at %s) was lost; in progress "
305 * callbacks. Cap it at obd_timeout -- these should all
335 * dropped to zero. No new inflights possible at
537 struct adaptive_timeout *at = &imp->imp_at.iat_net_latency; local
538 if (at_get(at) < CONNECTION_SWITCH_MAX) {
539 at_measured(at, at_get(at) + CONNECTION_SWITCH_INC);
540 if (at_get(at) > CONNECTION_SWITCH_MAX)
541 at_reset(at, CONNECTION_SWITCH_MA
1547 at_measured(struct adaptive_timeout *at, unsigned int val) argument
1626 struct imp_at *at = &imp->imp_at; local
[all...]
/drivers/cpuidle/
H A DKconfig.arm6412 at run-time through DT nodes. The CPUidle suspend backend is
/drivers/media/radio/wl128x/
H A DKconfig14 this API and pointers to "v4l2" programs may be found at
/drivers/net/ethernet/brocade/bna/
H A DKconfig15 website at:
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dgddr5.c40 int WL, CL, WR, at[2], dt, ds; local
62 at[0] = ram->next->bios.timing_20_2e_c0;
63 at[1] = ram->next->bios.timing_20_2e_30;
83 ram->mr[1] |= (at[0] & 0x03) << 4;
93 ram->mr[1] |= (at[1] & 0x03) << 4;
/drivers/net/ethernet/chelsio/
H A 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
79 our website at <http://www.chelsio.com>.
81 For customer support, please visit our customer support page at
109 our website at <http://www.chelsio.com>.
111 For customer support, please visit our customer support page at
/drivers/usb/musb/
H A DKconfig160 is unavailable (or unstable). When DMA is enabled at compile time,
161 you can still disable it at run time using the "use_dma=n" module
/drivers/input/gameport/
H A DKconfig10 at least one of the hardware specific drivers.
/drivers/pci/
H A DKconfig13 Use of PCI MSI interrupts can be disabled at kernel boot time
100 to access more than one IO address space at the same time. To make
/drivers/fmc/
H A 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/cpufreq/
H A DKconfig.x8624 For details, take a look at:
44 For details, take a look at <file:Documentation/cpu-freq/>.
71 For details, take a look at <file:Documentation/cpu-freq/>.
81 For details, take a look at <file:Documentation/cpu-freq/>.
93 For details, take a look at <file:Documentation/cpu-freq/>.
103 For details, take a look at <file:Documentation/cpu-freq/>.
124 For details, take a look at <file:Documentation/cpu-freq/>.
150 For details, take a look at <file:Documentation/cpu-freq/>.
169 For details, take a look at <file:Documentation/cpu-freq/>.
192 For details, take a look at <fil
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h28 * (at your option) any later version.
94 struct sym_quehead *at = head->flink; local
99 last->flink = at;
100 at->blink = last;
/drivers/memstick/core/
H A DKconfig12 normal behaviour is to remove them at suspend and
13 redetecting them at resume. Breaking this assumption will
/drivers/uwb/
H A DKconfig11 optimized for in-room use (480Mbps at 2 meters, 110Mbps at
/drivers/dma/
H A Ds3c24xx-dma.c16 * Software Foundation; either version 2 of the License, or (at your option)
162 * @at: sg currently being transfered
172 struct list_head *at; member in struct:s3c24xx_txd
211 * @at: active transaction on this channel
223 struct s3c24xx_txd *at; member in struct:s3c24xx_dma_chan
381 struct s3c24xx_txd *txd = s3cchan->at;
443 struct s3c24xx_sg *dsg = list_entry(txd->at, struct s3c24xx_sg, node);
509 s3cchan->at = txd;
516 txd->at = txd->dsg_list.next;
532 * virtual channel lock must be held at thi
[all...]
/drivers/gpu/drm/radeon/
H A Dcypress_dpm.h54 struct at { struct
88 struct at ats[2];
/drivers/input/joystick/iforce/
H A DKconfig10 You also must choose at least one of the two options below.
/drivers/media/radio/
H A DKconfig41 this API and pointers to "v4l2" programs may be found at
81 this API and pointers to "v4l" programs may be found at
99 this API and pointers to "v4l" programs may be found at
116 this API and pointers to "v4l" programs may be found at
223 this API and pointers to "v4l2" programs may be found at
474 the device is muted. There should be no local radio station at that
/drivers/block/paride/
H A DKconfig20 must also have at least one parallel port protocol driver in your
34 must also have at least one parallel port protocol driver in your
50 You must also have at least one parallel port protocol driver in
64 You must also have at least one parallel port protocol driver in
82 You must also have at least one parallel port protocol driver in

Completed in 566 milliseconds

1234