Searched refs:base (Results 501 - 525 of 1600) sorted by relevance

<<21222324252627282930>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/dec/
H A Dkn02.h88 extern void init_kn02_irqs(int base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcycx_drv.h44 * @dpmbase - dual-port memory base
57 extern int cycx_setup(struct cycx_hw *hw, void *sfm, u32 len, unsigned long base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/dec/
H A Dkn02.h88 extern void init_kn02_irqs(int base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri)
176 base = case.getBase(None)
179 base = libxml2.buildURI(basedir, base)
183 runTest(test, base)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Dutils.c36 int get_integer(int *val, const char *arg, int base) argument
43 res = strtol(arg, &ptr, base);
50 int get_unsigned(unsigned *val, const char *arg, int base) argument
57 res = strtoul(arg, &ptr, base);
64 int get_u64(__u64 *val, const char *arg, int base) argument
71 res = strtoull(arg, &ptr, base);
78 int get_u32(__u32 *val, const char *arg, int base) argument
85 res = strtoul(arg, &ptr, base);
92 int get_u16(__u16 *val, const char *arg, int base) argument
99 res = strtoul(arg, &ptr, base);
106 get_u8(__u8 *val, const char *arg, int base) argument
120 get_s16(__s16 *val, const char *arg, int base) argument
134 get_s8(__s8 *val, const char *arg, int base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dbyteorder.h168 #define ALIGN4(p,base) ((p) + ((4 - (PTR_DIFF((p), (base)) & 3)) & 3))
169 #define ALIGN2(p,base) ((p) + ((2 - (PTR_DIFF((p), (base)) & 1)) & 1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dtagz.cpp849 FMT(FMT* base,T_CHAR * _spec) argument
853 f=base->f;
854 ff=base->ff;
855 fp=base->fp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dkahlua.c57 unsigned long base; local
65 base = pci_resource_start(pdev, 0);
66 if(base == 0UL)
69 mem = ioremap(base, 128);
76 0:1 * 0x20 + 0x200 = sb base
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dsa1111_generic.c124 void __iomem *base; local
130 base = dev->mapbase;
135 sa1111_writel(PCSSR_S0_SLEEP | PCSSR_S1_SLEEP, base + SA1111_PCSSR);
136 sa1111_writel(PCCR_S0_FLT | PCCR_S1_FLT, base + SA1111_PCCR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dcache-l2x0.h53 extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsignal.c64 int base; local
74 base = (XCHAL_NUM_AREGS / 4) - (regs->wmask >> 4);
79 if (__get_user(sp, (int*)(regs->areg[base * 4 + 1] - 12)))
84 while (base < XCHAL_NUM_AREGS / 4) {
86 int m = (wm >> base);
96 &regs->areg[(base + 1) * 4], 16))
102 &regs->areg[(base + 1) * 4], 32))
109 sp = regs->areg[((base + inc) * 4 + 1) % XCHAL_NUM_AREGS];
110 if (copy_to_user((void*)(sp - 16), &regs->areg[base * 4], 16))
115 sp = regs->areg[base *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/arm/
H A Dpowertec.c62 void __iomem *base; member in struct:powertec_info
76 writeb(POWERTEC_INTR_ENABLE, info->base + POWERTEC_INTR_CONTROL);
88 writeb(POWERTEC_INTR_DISABLE, info->base + POWERTEC_INTR_CONTROL);
107 writeb(info->term_ctl, info->base + POWERTEC_TERM_CONTROL);
316 void __iomem *base; local
323 base = ecardm_iomap(ec, ECARD_RES_IOCFAST, 0, 0);
324 if (!base) {
339 info->base = base;
343 info->info.scsi.io_base = base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.c311 // base
312 rc = add_dword( &pFill, resNode->base, &usedbytes, &available);
336 // base
337 rc = add_dword( &pFill, resNode->base, &usedbytes, &available);
361 // base
362 rc = add_dword( &pFill, resNode->base, &usedbytes, &available);
386 // base
387 rc = add_dword( &pFill, resNode->base, &usedbytes, &available);
528 mem_node->base = *(u32*)p_byte;
529 dbg("mem base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dautopoint503 base=`echo "$1" | sed -e 's,/[^/]*$,,'`
504 if test "X$base" != "X$1" && test -n "$base"; then
505 func_mkdir_for "$base"
506 # Recompute base. It was clobbered by the recursive call.
507 base=`echo "$1" | sed -e 's,/[^/]*$,,'`
508 test -d "$base" || { echo "Creating directory $base"; mkdir "$base"; }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-styled-ostream.oo.c99 stream->base.base.vtable = &html_styled_ostream_vtable;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A Dget_address.c79 u_char ss,index,base; local
84 FPU_get_user(base, (u_char __user *) (*fpu_eip)); /* The SIB byte */
87 ss = base >> 6;
88 index = (base >> 3) & 7;
89 base &= 7;
91 if ((mod == 0) && (base == 5))
92 offset = 0; /* No base register */
94 offset = REG_(base);
119 else if (mod == 2 || base == 5) /* The second condition also has mod==0 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dg_NCR5380.h101 #define NCR5380_map_name base
102 #define NCR5380_instance_name base
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsonic.h344 static inline void sonic_buf_put(void* base, int bitmode, argument
349 ((__u16 *) base + (offset*2))[1] = val;
351 ((__u16 *) base + (offset*2))[0] = val;
354 ((__u16 *) base)[offset] = val;
357 static inline __u16 sonic_buf_get(void* base, int bitmode, argument
362 return ((volatile __u16 *) base + (offset*2))[1];
364 return ((volatile __u16 *) base + (offset*2))[0];
367 return ((volatile __u16 *) base)[offset];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dmv64x60.h210 u32 (*translate_size)(u32 base, u32 size, u32 num_bits);
211 u32 (*untranslate_size)(u32 base, u32 size, u32 num_bits);
213 u32 window, u32 base);
215 struct pci_controller *hose, u32 bus, u32 base);
226 void (*set_mpsc2regs_window)(struct mv64x60_handle *bh, u32 base);
237 void __iomem *v_base;/* virtual base addr of bridge regs */
238 phys_addr_t p_base; /* physical base addr of bridge regs */
327 u32 *base, u32 *size);
328 void mv64x60_set_32bit_window(struct mv64x60_handle *bh, u32 window, u32 base,
349 void mv64x60_progress_init(u32 base);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dide.h28 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs2acl.c176 unsigned int base; local
186 base = (char *)p - (char *)head->iov_base;
187 n = nfsacl_decode(&rqstp->rq_arg, base, NULL,
191 n = nfsacl_decode(&rqstp->rq_arg, base + n, NULL,
226 unsigned int base; local
238 base = (char *)p - (char *)head->iov_base;
249 n = nfsacl_encode(&rqstp->rq_res, base, inode,
253 n = nfsacl_encode(&rqstp->rq_res, base + n, inode,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-h720x/
H A Ddebug-macro.S20 moveq \rx, #io_phys @ physical base address
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib569.c29 static char *suburl(const char *base, int i) argument
31 return curl_maprintf("%s%.4d", base, i);
H A Dlib570.c29 static char *suburl(const char *base, int i) argument
31 return curl_maprintf("%s%.4d", base, i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-styled-ostream.oo.c99 stream->base.base.vtable = &html_styled_ostream_vtable;

Completed in 269 milliseconds

<<21222324252627282930>>