Searched refs:base (Results 251 - 275 of 1600) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dgpio.c121 void __iomem *base; member in struct:gpio_bank
282 void __iomem *reg = bank->base;
337 void __iomem *reg = bank->base;
416 reg = bank->base;
452 int l = __raw_readl(base + reg); \
455 __raw_writel(l, base + reg); \
461 void __iomem *base = bank->base; local
474 __raw_writel(1 << gpio, bank->base + OMAP24XX_GPIO_SETWKUENA);
476 __raw_writel(1 << gpio, bank->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_sunbpp.c57 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
67 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
77 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
85 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
93 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
116 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
144 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
203 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
213 struct bpp_regs __iomem *regs = (struct bpp_regs __iomem *)p->base;
279 void __iomem *base; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ds_pri.c50 byte __iomem *base ; local
57 base = DIVA_OS_MEM_ATTACH_ADDRESS(IoAdapter);
58 TrapID = READ_DWORD(&base[0x80]) ;
61 dump_trap_frame (IoAdapter, &base[0x90]) ;
64 regs[0] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x70]);
65 regs[1] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x74]);
66 regs[2] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x78]);
67 regs[3] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x7c]);
72 DIVA_OS_MEM_DETACH_ADDRESS(IoAdapter, base);
78 memcpy_fromio(Xlog, &base[reg
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/common/
H A Dgic.c17 * associated CPU. The base address of the CPU interface is usually
176 void __init gic_dist_init(unsigned int gic_nr, void __iomem *base, argument
188 gic_data[gic_nr].dist_base = base;
191 writel(0, base + GIC_DIST_CTRL);
196 max_irq = readl(base + GIC_DIST_CTR) & 0x1f;
211 writel(0, base + GIC_DIST_CONFIG + i * 4 / 16);
217 writel(cpumask, base + GIC_DIST_TARGET + i * 4 / 4);
223 writel(0xa0a0a0a0, base + GIC_DIST_PRI + i * 4 / 4);
229 writel(0xffffffff, base + GIC_DIST_ENABLE_CLEAR + i * 4 / 32);
241 writel(1, base
244 gic_cpu_init(unsigned int gic_nr, void __iomem *base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/i2o/
H A Dpci.c69 if (c->base.virt)
70 iounmap(c->base.virt);
99 if (!c->base.phys) {
100 c->base.phys = pci_resource_start(pdev, i);
101 c->base.len = pci_resource_len(pdev, i);
110 if (c->base.len > 0x400000)
111 c->base.len = 0x400000;
113 if (c->base.len > 0x100000)
114 c->base.len = 0x100000;
138 (unsigned long)c->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/spi/
H A Dspi_mpc83xx.c72 struct mpc83xx_spi_reg __iomem *base; member in struct:mpc83xx_spi
142 u32 regval = mpc83xx_spi_read_reg(&mpc83xx_spi->base->mode);
167 mpc83xx_spi_write_reg(&mpc83xx_spi->base->mode, regval);
224 regval = mpc83xx_spi_read_reg(&mpc83xx_spi->base->mode);
230 mpc83xx_spi_write_reg(&mpc83xx_spi->base->mode, regval);
287 mpc83xx_spi_write_reg(&mpc83xx_spi->base->mask, SPIM_NE);
291 mpc83xx_spi_write_reg(&mpc83xx_spi->base->transmit, word);
296 mpc83xx_spi_write_reg(&mpc83xx_spi->base->mask, 0);
308 event = mpc83xx_spi_read_reg(&mpc83xx_spi->base->event);
312 u32 rx_data = mpc83xx_spi_read_reg(&mpc83xx_spi->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/
H A Dserial-u16550.c76 static int base[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 115200}; /* baud base */ variable
94 module_param_array(base, int, NULL, 0444);
95 MODULE_PARM_DESC(base, "Base for divisor in bauds.");
132 unsigned long base; member in struct:snd_uart16550
196 outb(uart->tx_buff[buff_out], uart->base + UART_TX);
218 while ((status = inb(uart->base + UART_LSR)) & UART_LSR_DR) {
220 c = inb(uart->base + UART_RX);
245 uart->rmidi->name, uart->base);
259 status = inb(uart->base
784 snd_uart16550_create(struct snd_card *card, unsigned long iobase, int irq, unsigned int speed, unsigned int base, int adaptor, int droponfull, struct snd_uart16550 **ruart) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmisc.h27 extern void _analysis_output(char *base,int i,float *v,int n,int bark,int dB,
29 extern void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/mips/
H A Dswarm.c71 u8 __iomem *base; local
89 base = ioremap(A_IO_EXT_BASE, 0x800);
90 offset = __raw_readq(base + R_IO_EXT_REG(R_IO_EXT_START_ADDR, IDE_CS));
91 size = __raw_readq(base + R_IO_EXT_REG(R_IO_EXT_MULT_SIZE, IDE_CS));
92 iounmap(base);
113 base = ioremap(offset, size);
123 (unsigned long)(base + ((0x1f0 + i) << 5));
125 (unsigned long)(base + (0x3f6 << 5));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_rgmii.c105 dev->base = p;
111 p = dev->base;
153 u32 ssr = in_be32(&dev->base->ssr) & ~RGMII_SSR_MASK(input);
162 out_be32(&dev->base->ssr, ssr);
173 out_be32(&dev->base->fer,
174 in_be32(&dev->base->fer) & ~RGMII_FER_MASK(input));
179 iounmap((void *)dev->base);
198 memcpy_fromio(regs, dev->base, sizeof(struct rgmii_regs));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dmap.c2 * linux/drivers/base/map.c
139 struct probe *base = kzalloc(sizeof(*base), GFP_KERNEL); local
142 if ((p == NULL) || (base == NULL)) {
144 kfree(base);
148 base->dev = 1;
149 base->range = ~0;
150 base->get = base_probe;
152 p->probes[i] = base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/kernel/
H A Dirq.c92 unsigned long base,tmp; local
95 base = rom_vector[EXT_IRQ0] & ADDR_MASK;
99 if ((base+(vec_no - EXT_IRQ0)*4) != (rom_vector[vec_no] & ADDR_MASK))
103 /* ramvector base address */
104 base -= EXT_IRQ0*4;
107 tmp = ~(*(volatile unsigned long *)base);
108 (*(volatile unsigned long *)base) = tmp;
109 if ((*(volatile unsigned long *)base) != tmp)
111 return (unsigned long *)base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S78 .long boot_gdt - __PAGE_OFFSET # gdt base
82 .long 0 # idt base = 0L
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dparport.h127 unsigned long base; local
141 base = child->resource.start;
146 if (parport_pc_probe_port(base, base + 0x400,
165 unsigned long base = edev->resource[0].start; local
188 outb(0x04, base + 0x02);
200 if (parport_pc_probe_port(base, base + 0x400,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Ddiv64.h18 #define do_div(n,base) ({ \
20 __base = (base); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnfsacl.h51 nfsacl_encode(struct xdr_buf *buf, unsigned int base, struct inode *inode,
54 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_doswin.c211 char *base; local
217 base = basename(fname);
218 if(((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) {
219 size_t blen = strlen(base);
224 base[blen] = '\0';
227 memmove(base + 1, base, blen + 1);
228 base[0] = '_';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Dutils.h77 extern int get_integer(int *val, const char *arg, int base);
78 extern int get_unsigned(unsigned *val, const char *arg, int base);
82 extern int get_u64(__u64 *val, const char *arg, int base);
83 extern int get_u32(__u32 *val, const char *arg, int base);
84 extern int get_u16(__u16 *val, const char *arg, int base);
85 extern int get_s16(__s16 *val, const char *arg, int base);
86 extern int get_u8(__u8 *val, const char *arg, int base);
87 extern int get_s8(__s8 *val, const char *arg, int base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dassociola.c89 asoc->base.sk = (struct sock *)sk;
90 sock_hold(asoc->base.sk);
92 /* Initialize the common base substructure. */
93 asoc->base.type = SCTP_EP_TYPE_ASSOCIATION;
96 atomic_set(&asoc->base.refcnt, 1);
97 asoc->base.dead = 0;
98 asoc->base.malloced = 0;
101 sctp_bind_addr_init(&asoc->base.bind_addr, ep->base.bind_addr.port);
102 rwlock_init(&asoc->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wl/
H A DMakefile45 VLIST += $(foreach base,$(VLIST_BASE),$(base)_ONCHIP_G)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Ddebug-macro.S18 moveq \rx, #0xff000000 @ physical base address
19 movne \rx, #0xfe000000 @ virtual base
29 moveq \rx, #0x48000000 @ physical base address
30 movne \rx, #0xd8000000 @ virtual base
H A Duncompress.h29 #define check_port(base, shift) ((base[UART_OMAP_MDR1 << shift] & 7) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-realview/
H A Ddebug-macro.S18 movne \rx, #0xf1000000 @ virtual base
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-versatile/
H A Ddebug-macro.S18 movne \rx, #0xf1000000 @ virtual base
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dgic.h36 void gic_dist_init(unsigned int gic_nr, void __iomem *base, unsigned int irq_start);
37 void gic_cpu_init(unsigned int gic_nr, void __iomem *base);

Completed in 296 milliseconds

<<11121314151617181920>>