Searched refs:base (Results 401 - 425 of 1600) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-titan.c62 .base = SH7751_CS2_BASE_ADDR,
67 .base = SH7751_CS2_BASE_ADDR,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dv850e_intc.c85 init_irq_handlers(init->base, init->num, init->interval, hwit);
89 unsigned irq = init->base + i * init->interval;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib/
H A Diomap-pci.c17 unsigned long base = ctrl->io_map_base; local
27 ctrl->io_map_base = base = mips_io_port_base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Diommu.c34 u64 *base, u64 *size, u64 *io_page_size)
44 *base = dma_window[1];
33 find_dma_window(u64 *io_space_id, u64 *ioid, u64 *base, u64 *size, u64 *io_page_size) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexconvrt.c54 u16 base, u8 * string, u8 max_length);
288 u16 base, u8 * string, u8 data_width)
301 switch (base) {
389 * Type - String flags (base and conversion type)
405 u16 base = 16; local
426 base = 10;
452 acpi_ex_convert_to_ascii(obj_desc->integer.value, base,
464 /* Setup string length, base, and separator */
472 base = 10;
530 pointer[i], base,
287 acpi_ex_convert_to_ascii(acpi_integer integer, u16 base, u8 * string, u8 data_width) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dtraps.c360 unsigned long tos = 0, stop = 0, base; local
363 base = ((((unsigned long) frame) + 8191) & ~8191) - sizeof(struct user_context);
364 frame0 = (struct pt_regs *) base;
409 if (stop != base &&
411 stop > base ||
412 (stop < base && stop + sizeof(*frame) > base) ||
415 stop, tos, base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/kernel/
H A Dints.c62 unsigned long base,tmp; local
65 base = rom_vector[EXT_IRQ0] & ADDR_MASK;
69 if ((base+(vec_no - EXT_IRQ0)*4) != (rom_vector[vec_no] & ADDR_MASK))
73 /* ramvector base address */
74 base -= EXT_IRQ0*4;
77 tmp = ~(*(volatile unsigned long *)base);
78 (*(volatile unsigned long *)base) = tmp;
79 if ((*(volatile unsigned long *)base) != tmp)
81 return (unsigned long *)base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8s/
H A Dints.c88 unsigned long base,tmp; local
91 base = rom_vector[EXT_IRQ0] & ADDR_MASK;
95 if ((base+(vec_no - EXT_IRQ0)*4) != (rom_vector[vec_no] & ADDR_MASK))
99 /* ramvector base address */
100 base -= EXT_IRQ0*4;
103 tmp = ~(*(unsigned long *)base);
104 (*(unsigned long *)base) = tmp;
105 if ((*(unsigned long *)base) != tmp)
107 return (unsigned long *)base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/mm/
H A Dpageattr.c44 struct page *base; local
48 base = alloc_pages(GFP_KERNEL, 0);
50 if (!base)
57 SetPagePrivate(base);
58 page_private(base) = 0;
62 pbase = (pte_t *)page_address(base);
63 paravirt_alloc_pt(page_to_pfn(base));
68 return base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dceiva.c103 unsigned long base; member in struct:clps_info
132 if (clps[i].base == (unsigned long)-1)
135 clps[i].res = request_mem_region(clps[i].base, clps[i].size, "clps flash");
144 clps[i].map->phys = clps[i].base;
146 clps[i].vbase = ioremap(clps[i].base, clps[i].size);
167 "%d-bit\n", clps[i].base, clps[i].mtd->size >> 20,
261 info[0].base = CS0_PHYS_BASE;
264 info[1].base = CS1_PHYS_BASE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dide.h21 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dide.h22 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dr4kcache.h21 * This macro return a properly sign-extended address suitable as base address
238 #define cache16_unroll32(base,op) \
261 : "r" (base), \
264 #define cache32_unroll32(base,op) \
287 : "r" (base), \
290 #define cache64_unroll32(base,op) \
313 : "r" (base), \
316 #define cache128_unroll32(base,op) \
339 : "r" (base), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dcache-l2x0.c80 void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask) argument
84 l2x0_base = base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs3acl.c140 unsigned int base; local
150 base = (char *)p - (char *)head->iov_base;
151 n = nfsacl_decode(&rqstp->rq_arg, base, NULL,
155 n = nfsacl_decode(&rqstp->rq_arg, base + n, NULL,
175 unsigned int base; local
182 base = (char *)p - (char *)head->iov_base;
193 n = nfsacl_encode(&rqstp->rq_res, base, inode,
197 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/
H A Dr4kcache.h21 * This macro return a properly sign-extended address suitable as base address
238 #define cache16_unroll32(base,op) \
261 : "r" (base), \
264 #define cache32_unroll32(base,op) \
287 : "r" (base), \
290 #define cache64_unroll32(base,op) \
313 : "r" (base), \
316 #define cache128_unroll32(base,op) \
339 : "r" (base), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Duri.h56 const xmlChar *base);
59 const xmlChar *base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp142 if ( !base() ) {
178 if ( !base() ) {
193 setp( base(), base() + bl);
240 p = base();
248 setg( base(), base(), base()+t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.in.h51 const xmlChar *base);
54 const xmlChar *base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c49 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
56 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
63 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
70 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
95 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
102 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
109 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
116 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddepcomp35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
41 depfile="$dir.deps/$base"
247 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
250 tmpdepfile1="$dir.libs/$base.lo.d"
251 tmpdepfile2="$dir.libs/$base.d"
254 tmpdepfile1="$dir$base.o.d"
255 tmpdepfile2="$dir$base.d"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-amd8111.c28 int base; member in struct:amd_smbus
74 while (timeout-- && (inb(smbus->base + AMD_EC_SC) & AMD_EC_SC_IBF))
90 while (timeout-- && (~inb(smbus->base + AMD_EC_SC) & AMD_EC_SC_OBF))
107 outb(AMD_EC_CMD_RD, smbus->base + AMD_EC_CMD);
111 outb(address, smbus->base + AMD_EC_DATA);
115 *data = inb(smbus->base + AMD_EC_DATA);
125 outb(AMD_EC_CMD_WR, smbus->base + AMD_EC_CMD);
129 outb(address, smbus->base + AMD_EC_DATA);
133 outb(data, smbus->base + AMD_EC_DATA);
359 smbus->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/
H A Ddepcomp35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
41 depfile="$dir.deps/$base"
217 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
220 tmpdepfile1="$dir.libs/$base.lo.d"
221 tmpdepfile2="$dir.libs/$base.d"
224 tmpdepfile1="$dir$base.o.d"
225 tmpdepfile2="$dir$base.d"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddepcomp35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
41 depfile="$dir.deps/$base"
247 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
250 tmpdepfile1="$dir.libs/$base.lo.d"
251 tmpdepfile2="$dir.libs/$base.d"
254 tmpdepfile1="$dir$base.o.d"
255 tmpdepfile2="$dir$base.d"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/
H A Ddepcomp35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
41 depfile="$dir.deps/$base"
262 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
265 tmpdepfile1="$dir.libs/$base.lo.d"
266 tmpdepfile2="$dir.libs/$base.d"
269 tmpdepfile1="$dir$base.o.d"
270 tmpdepfile2="$dir$base.d"

Completed in 306 milliseconds

<<11121314151617181920>>