Searched refs:as (Results 1 - 25 of 515) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/
H A DMakefile.am31 SUBDIRS = as gas
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Datmel_spi.c7 * it under the terms of the GNU General Public License version 2 as
88 struct atmel_spi *as = spi_master_get_devdata(master); local
93 xfer = as->current_transfer;
94 if (!xfer || as->remaining_bytes == 0) {
101 as->remaining_bytes = xfer->len;
102 as->current_transfer = xfer;
105 len = as->remaining_bytes;
112 rx_dma = as->buffer_dma;
117 tx_dma = as->buffer_dma;
120 memset(as
161 struct atmel_spi *as = spi_master_get_devdata(master); local
179 atmel_spi_dma_map_xfer(struct atmel_spi *as, struct spi_transfer *xfer) argument
204 atmel_spi_msg_done(struct spi_master *master, struct atmel_spi *as, struct spi_message *msg, int status) argument
232 struct atmel_spi *as = spi_master_get_devdata(master); local
343 struct atmel_spi *as; local
425 struct atmel_spi *as; local
495 struct atmel_spi *as; local
580 struct atmel_spi *as = spi_master_get_devdata(master); local
617 struct atmel_spi *as = spi_master_get_devdata(master); local
626 struct atmel_spi *as = spi_master_get_devdata(master); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dasmmacro.h26 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
28 * as register initialized with the size
35 * __loop as
36 * restart loop. 'as' register must not have been modified!
40 * as scratch register used by macro
45 * loop for given size as immediate
64 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond variable
68 addi \at, \as, (1 << \incr_log2) - 1 variable
78 extui \at, \as, \incr_log2, \mask_log2
81 srli \at, \as, \incr_log
103 .macro __loopt ar, as, at, incr_log2 variable
106 sub \\at, \\as, \\ar variable
138 bltu \\ar, \\as, 98b variable
147 .macro __endla ar, as, incr variable
[all...]
H A Dcacheasm.h16 * Define cache functions as macros here so that they can be used
48 .macro __loop_cache_range ar as at insn line_width
51 add \as, \as, \at variable
53 __loops \ar, \as, \at, \line_width variable
122 .macro ___flush_invalidate_dcache_range ar as at
124 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH
129 .macro ___flush_dcache_range ar as at
131 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH
136 .macro ___invalidate_dcache_range ar as a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dapm-emulation.c42 * Various options can be changed at boot time as follows:
155 struct apm_user *as; local
158 list_for_each_entry(as, &apm_user_list, list) {
159 if (as->reader)
160 queue_add_event(&as->queue, event);
176 struct apm_user *as; local
186 list_for_each_entry(as, &apm_user_list, list) {
187 if (as != sender && as->reader && as
211 struct apm_user *as; local
240 struct apm_user *as = fp->private_data; local
277 struct apm_user *as = fp->private_data; local
296 struct apm_user *as = filp->private_data; local
394 struct apm_user *as = filp->private_data; local
424 struct apm_user *as; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop32x/
H A Ddebug-macro.S10 * it under the terms of the GNU General Public License version 2 as
15 mov \rx, #0xfe000000 @ physical as well as virtual
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhighlevel.c49 /* addr_space list will have zero and max already included as bounds */
249 static void __delete_addr(struct hpsb_address_serve *as) argument
251 list_del(&as->host_list);
252 list_del(&as->hl_list);
253 kfree(as);
261 struct hpsb_address_serve *as; local
271 as = list_entry(lh, struct hpsb_address_serve, hl_list);
272 if (as->host == host)
273 __delete_addr(as);
333 struct hpsb_address_serve *as, *a local
418 struct hpsb_address_serve *as; local
469 struct hpsb_address_serve *as; local
617 struct hpsb_address_serve *as; local
653 struct hpsb_address_serve *as; local
691 struct hpsb_address_serve *as; local
717 struct hpsb_address_serve *as; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c51 * Various options can be changed at boot time as follows:
73 * Define as 1 to make the driver always call the APM BIOS busy
74 * routine even if the clock was not reported as slowed by the
75 * idle routine. Otherwise, define as 0.
310 * this depends on CS referring to the same physical memory as DS so that
703 * the SMP call on CPU0 as some systems will only honour this call
763 * source. The bat value returned give an estimate as a percentage
869 static int queue_empty(struct apm_user *as) argument
871 return as->event_head == as
874 get_queued_event(struct apm_user *as) argument
883 struct apm_user * as; local
944 struct apm_user *as; local
1164 check_apm_user(struct apm_user *as, const char *func) argument
1175 struct apm_user * as; local
1218 struct apm_user * as; local
1232 struct apm_user * as; local
1274 struct apm_user * as; local
1312 struct apm_user * as; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c9 * it under the terms of the GNU General Public License as published by
213 struct async *as = kzalloc(assize, GFP_KERNEL); local
215 if (!as)
217 as->urb = usb_alloc_urb(numisoframes, GFP_KERNEL);
218 if (!as->urb) {
219 kfree(as);
222 return as;
225 static void free_async(struct async *as) argument
227 put_pid(as->pid);
228 kfree(as
234 async_newpending(struct async *as) argument
244 async_removepending(struct async *as) argument
257 struct async *as = NULL; local
271 struct async *as; local
308 struct async *as = urb->context; local
330 struct async *as; local
909 struct async *as; local
1103 struct async *as; local
1112 processcompl(struct async *as, void __user * __user *arg) argument
1150 struct async *as = NULL; local
1171 struct async *as = reap_as(ps); local
1181 struct async *as; local
1226 processcompl_compat(struct async *as, void __user * __user *arg) argument
1262 struct async *as = reap_as(ps); local
1272 struct async *as; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S10 * it under the terms of the GNU Lesser General Public License as
54 ld $8,0($5) # load new s1 limb as early as possible
61 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul2.S10 * it under the terms of the GNU Lesser General Public License as
54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul3.S10 * it under the terms of the GNU Lesser General Public License as
54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dinstallmodules.sh22 echo Installing $p as $LIBDIR/$p2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A DMakefile.am38 # For some unknown reason libtool can't figure out the tag for 'as', so
41 $(LIBTOOL) --tag=CC --mode=compile $(STRIP_NON_ASM) as -force_cpusubtype_ALL -o $@ $<
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A DMakefile8 obj-$(CONFIG_IOSCHED_AS) += as-iosched.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_mplsvpn.h7 under the terms of the GNU General Public License as published by the
29 as_t as; member in struct:rd_as
H A Dbgp_aspath.c7 under the terms of the GNU General Public License as published by the
43 /* To fetch and store as segment value. */
132 aspath_make_str_count (struct aspath *as)
145 if (as->length == 0)
149 as->count = count;
158 pnt = as->data;
159 end = pnt + as->length;
251 as->count = count;
342 struct aspath as;
350 as
130 aspath_make_str_count(struct aspath *as) argument
340 struct aspath as; local
392 aspath_aggregate_as_set_add(struct aspath *aspath, struct assegment *asset, as_t as) argument
902 aspath_as_add(struct aspath *as, as_t asno) argument
932 aspath_segment_add(struct aspath *as, int type) argument
1151 aspath_print(struct aspath *as) argument
1158 aspath_print_vty(struct vty *vty, struct aspath *as) argument
1166 struct aspath *as; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_bsun.S9 | measures as outlined in the 040 User's Manual on pages
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dco-586.pl108 local($i,$as,$ae,$bs,$be,$ai,$bi);
119 $as=0;
139 $ai=$as;
162 $na=$as+($i < ($num-1));
177 $as++ if ($i < ($num-1));
199 local($i,$as,$ae,$bs,$be,$ai,$bi);
220 $as=0;
228 $ai=$as;
250 $na=$as+($i < ($num-1));
273 $as
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dcomba.pl97 local($i,$as,$ae,$bs,$be,$ai,$bi);
108 $as=0;
128 $ai=$as;
151 $na=$as+($i < ($num-1));
166 $as++ if ($i < ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
209 $as=0;
217 $ai=$as;
239 $na=$as+($i < ($num-1));
262 $as
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dco-586.pl108 local($i,$as,$ae,$bs,$be,$ai,$bi);
119 $as=0;
139 $ai=$as;
162 $na=$as+($i < ($num-1));
177 $as++ if ($i < ($num-1));
199 local($i,$as,$ae,$bs,$be,$ai,$bi);
220 $as=0;
228 $ai=$as;
250 $na=$as+($i < ($num-1));
273 $as
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dcomba.pl97 local($i,$as,$ae,$bs,$be,$ai,$bi);
108 $as=0;
128 $ai=$as;
151 $na=$as+($i < ($num-1));
166 $as++ if ($i < ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
209 $as=0;
217 $ai=$as;
239 $na=$as+($i < ($num-1));
262 $as
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgexec-329 !Just\ as\ soon\ as\ they\ find\ you=
78 Just as soon as they find you
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-mpath.c488 static char *shift(struct arg_set *as) argument
492 if (as->argc) {
493 as->argc--;
494 r = *as->argv;
495 as->argv++;
502 static void consume(struct arg_set *as, unsigned n) argument
504 BUG_ON (as->argc < n);
505 as->argc -= n;
506 as->argv += n;
509 static int parse_path_selector(struct arg_set *as, struc argument
543 parse_path(struct arg_set *as, struct path_selector *ps, struct dm_target *ti) argument
579 parse_priority_group(struct arg_set *as, struct multipath *m) argument
647 parse_hw_handler(struct arg_set *as, struct multipath *m) argument
687 parse_features(struct arg_set *as, struct multipath *m) argument
723 struct arg_set as; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/
H A DMakefile21 CROSS32AS := $(CROSS32_COMPILE)as
106 # Never use string load/store instructions as they are
114 cpu-as-$(CONFIG_4xx) += -Wa,-m405
115 cpu-as-$(CONFIG_6xx) += -Wa,-maltivec
116 cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec
117 cpu-as-$(CONFIG_E500) += -Wa,-me500
118 cpu-as-$(CONFIG_E200) += -Wa,-me200
120 AFLAGS += $(cpu-as-y)
121 CFLAGS += $(cpu-as-y)
188 # Use the file '.tmp_gas_check' for binutils tests, as ga
[all...]

Completed in 189 milliseconds

1234567891011>>