Searched refs:base (Results 376 - 400 of 1600) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dide.h30 #define ide_default_io_ctl(base) (0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/at91/
H A Dat91-pcm.h25 void __iomem *base; member in struct:at91_ssc_periph
60 void __iomem *ssc_base; /* SSC base address */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dsetup.c65 unsigned long base; member in struct:__anon3565
103 txboard_add_phys_region(unsigned long base, unsigned long size) argument
109 phys_regions[num_phys_regions].base = base;
117 unsigned long base; local
120 for (base = begin / size * size; base < end; base += size) {
123 base <= phys_regions[i].base
136 unsigned long sz, base; local
150 unsigned long base; local
159 unsigned long base; local
169 unsigned long base; local
807 unsigned long base = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c144 CRStyle *base; member in struct:_CRXStyle
152 CRStyle *base; local
155 base = cr_style_new (a_set_props_to_initial_values);
156 if (base == NULL)
160 result->base = base;
173 cr_style_destroy (a_style->base);
209 cr_style_set_props_to_initial_values ((*a_style)->base);
214 cr_style_set_props_to_default_values ((*a_style)->base);
220 style->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dbkm_a4t.c136 pI20_Regs = (I20_REGISTER_FILE *) (cs->hw.ax.base);
172 if (cs->hw.ax.base) {
173 iounmap((void *) cs->hw.ax.base);
174 cs->hw.ax.base = 0;
182 I20_REGISTER_FILE *pI20_Regs = (I20_REGISTER_FILE *) (cs->hw.ax.base);
195 I20_REGISTER_FILE *pI20_Regs = (I20_REGISTER_FILE *) (cs->hw.ax.base);
303 printk(KERN_WARNING "HiSax: %s: No Memory base address\n", CardType[card->typ]);
306 cs->hw.ax.base = (long) ioremap(pci_memaddr, 4096);
308 pI20_Regs = (I20_REGISTER_FILE *) (cs->hw.ax.base);
311 CardType[card->typ], cs->hw.ax.base, c
[all...]
H A Delsa.c460 if (cs->hw.elsa.base)
461 release_region(cs->hw.elsa.base, bytecnt);
570 cs->hw.elsa.base+8);
571 release_region(cs->hw.elsa.base, 8);
572 if (!request_region(cs->hw.elsa.base, 16, "elsa isdn modem")) {
576 cs->hw.elsa.base + 8,
577 cs->hw.elsa.base + 16);
584 cs->hw.elsa.base+8);
585 release_region(cs->hw.elsa.base, 8);
586 if (!request_region(cs->hw.elsa.base, 1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/mm/
H A Dtsb.c71 unsigned long nentries, base, flags; local
75 base = (unsigned long) mm->context.tsb_block[MM_TSB_BASE].tsb;
78 base = __pa(base);
79 __flush_tsb_one(mp, PAGE_SHIFT, base, nentries);
83 base = (unsigned long) mm->context.tsb_block[MM_TSB_HUGE].tsb;
86 base = __pa(base);
87 __flush_tsb_one(mp, HPAGE_SHIFT, base, nentries);
106 #error Broken base pag
126 unsigned long tsb_reg, base, tsb_paddr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c141 CRStyle *base; member in struct:_CRXStyle
149 CRStyle *base; local
152 base = cr_style_new (a_set_props_to_initial_values);
153 if (base == NULL)
157 result->base = base;
170 cr_style_destroy (a_style->base);
206 cr_style_set_props_to_initial_values ((*a_style)->base);
211 cr_style_set_props_to_default_values ((*a_style)->base);
217 style->base
[all...]
H A Dterm-styled-ostream.oo.c144 CRStyle *base; member in struct:_CRXStyle
152 CRStyle *base; local
155 base = cr_style_new (a_set_props_to_initial_values);
156 if (base == NULL)
160 result->base = base;
173 cr_style_destroy (a_style->base);
209 cr_style_set_props_to_initial_values ((*a_style)->base);
214 cr_style_set_props_to_default_values ((*a_style)->base);
220 style->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dstex.c250 u32 base[6]; member in struct:st_frame
453 void *s, *d, *base = NULL; local
463 base = scsi_kmap_atomic_sg(cmd->request_buffer,
465 if (base == NULL) {
469 d = base + offset;
480 scsi_kunmap_atomic_sg(base);
513 memset(p->base, 0, sizeof(u32)*6);
514 *(unsigned long *)(p->base) = pci_resource_start(hba->pdev, 0);
785 void __iomem *base = hba->mmio_base; local
795 hba->status_head = readl(base
881 void __iomem *base = hba->mmio_base; local
905 void __iomem *base = hba->mmio_base; local
992 void __iomem *base; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c46 static int check_ide_device (unsigned long base);
112 m8xx_ide_default_irq(unsigned long base) argument
115 if (base >= MAX_HWIFS)
118 printk("[%d] m8xx_ide_default_irq %d\n",__LINE__,ioport_dsc[base].irq);
120 return (ioport_dsc[base].irq);
152 * See include/linux/ide.h for definition of hw_regs_t (p, base)
177 unsigned long base; local
222 printk ("PCMCIA virt base: %08lx\n", pcmcia_base);
270 base = pcmcia_base + ioport_dsc[data_port].base_off;
272 printk ("base
341 unsigned long base; local
598 check_ide_device(unsigned long base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Dscx200_acb.c45 static int base[MAX_DEVICES] = { 0x820, 0x840 }; variable
46 module_param_array(base, int, NULL, 0);
47 MODULE_PARM_DESC(base, "Base addresses for the ACCESS.bus controllers");
75 unsigned base; member in struct:scx200_acb_iface
93 #define ACBSDA (iface->base + 0)
94 #define ACBST (iface->base + 1)
100 #define ACBCST (iface->base + 2)
102 #define ACBCTL1 (iface->base + 3)
108 #define ACBADDR (iface->base + 4)
109 #define ACBCTL2 (iface->base
521 scx200_create_isa(const char *text, unsigned long base, int index) argument
[all...]
H A Di2c-parport-light.c42 static u16 base; variable
43 module_param(base, ushort, 0);
44 MODULE_PARM_DESC(base, "Base I/O address");
50 outb(d, base+p);
55 return inb(base+p);
229 if (base == 0) {
230 pr_info(DRVNAME ": using default base 0x%x\n", DEFAULT_BASE);
231 base = DEFAULT_BASE;
238 err = i2c_parport_device_add(base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/host/
H A Dwbsd.c119 outb(index, host->base + WBSD_IDXR);
120 outb(value, host->base + WBSD_DATAR);
125 outb(index, host->base + WBSD_IDXR);
126 return inb(host->base + WBSD_DATAR);
159 outb(WBSD_POWER_N, host->base + WBSD_CSR);
169 if (inb(host->base + WBSD_CSR) & WBSD_CARDPRESENT)
184 outb(ier, host->base + WBSD_EIR);
189 inb(host->base + WBSD_ISR);
375 outb(cmd->opcode, host->base + WBSD_CMDR);
377 outb((cmd->arg >> (i * 8)) & 0xff, host->base
1361 wbsd_request_region(struct wbsd_host *host, int base) argument
1520 wbsd_request_resources(struct wbsd_host *host, int base, int irq, int dma) argument
1608 int base, irq, dma; local
1662 wbsd_init(struct device *dev, int base, int irq, int dma, int pnp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c139 u64 base; member in struct:mem_map_entry
503 unsigned long result = 0, base = 10, value; local
506 base = 8;
510 base = 16;
515 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) {
516 result = result * base + value;
847 unsigned long base = RELOC(alloc_bottom); local
851 base = _ALIGN_UP(base, align);
857 base
893 unsigned long base, addr = 0; local
968 reserve_mem(u64 base, u64 size) argument
1048 unsigned long base, size; local
1095 u32 base, entry = 0; local
1156 u64 base, align; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlfile.c101 resolveSystemId(const XML_Char *base, const XML_Char *systemId, argument
106 if (!base
114 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2)
118 tcscpy(*toFree, base);
133 const XML_Char *base,
144 filename = resolveSystemId(base, systemId, &s);
201 const XML_Char *base,
209 filename = resolveSystemId(base, systemId, &s);
131 externalEntityRefFilemap(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
199 externalEntityRefStream(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.in.h51 const xmlChar *base);
54 const xmlChar *base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude1_0.inc5 <xsd:restriction base="xsd:string">
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/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/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dpibs.c53 * @base: The number base to use
55 unsigned long long simple_strtoull(const char *cp,char **endp,unsigned int base) argument
59 if (!base) {
60 base = 10;
62 base = 8;
66 base = 16;
69 } else if (base == 16) {
74 ? toupper(*cp) : *cp)-'A'+10) < base) {
75 result = result*base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmv64x60_dbg.c35 mv64x60_progress_init(u32 base) argument
37 mv64x60_dbg_bh.v_base = base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-lboxre2.c50 .base = SH7751_CS3_BASE_ADDR,
54 .base = 0x00000000, /* Unused */
H A Dops-r7780rp.c65 .base = SH7780_CS2_BASE_ADDR,
70 .base = SH7780_CS3_BASE_ADDR,
H A Dops-rts7751r2d.c57 .base = SH7751_CS3_BASE_ADDR,
62 .base = 0x00000000, /* Unused */
H A Dops-snapgear.c49 .base = SH7751_CS2_BASE_ADDR,
54 .base = SH7751_CS2_BASE_ADDR,

Completed in 283 milliseconds

<<11121314151617181920>>