Searched refs:base (Results 51 - 75 of 1612) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip32/
H A Dip32-memory.c24 u64 base, size; local
31 base = (bankctl & CRIME_MEM_BANK_CONTROL_ADDR) << 25;
32 if (bank != 0 && base == 0)
36 if (base + size > (256 << 20))
37 base += CRIME_HI_MEM_BASE;
39 printk("CRIME MC: bank %u base 0x%016lx size %luMiB\n",
40 bank, base, size >> 20);
41 add_memory_region (base, size, BOOT_MEM_RAM);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dentry-macro.S16 .macro get_irqnr_preamble, base, tmp
22 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
27 mov \base, #io_p2v(0x40000000) @ IIR Ctl = 0x40d00000
28 add \base, \base, #0x00d00000
29 ldr \irqstat, [\base, #0] @ ICIP
30 ldr \irqnr, [\base, #4] @ ICMR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/fedora/
H A Davahi-dnsconfd.in29 base=${0##*/}
40 success $"$base startup"
42 failure $"$base startup"
52 [ $RETVAL = 0 ] && success $"$base shutdown" || failure $"$base shutdown"
62 [ $RETVAL = 0 ] && success $"$base startup" || failure $"$base startup"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsnd_wavefront.h23 unsigned long base; /* I/O port address */ member in struct:_snd_wavefront_midi
51 unsigned long base; /* low i/o port address */ member in struct:_snd_wavefront
54 #define mpu_data_port base
55 #define mpu_command_port base + 1 /* write semantics */
56 #define mpu_status_port base + 1 /* read semantics */
57 #define data_port base + 2
58 #define status_port base + 3 /* read semantics */
59 #define control_port base + 3 /* write semantics */
60 #define block_port base + 4 /* 16 bit, writeonly */
61 #define last_block_port base
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dvfpmacros.h18 .macro VFPFLDMIA, base
20 LDC p11, cr0, [\base],#33*4 @ FLDMIAX \base!, {d0-d15} variable
22 LDC p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d0-d15}
27 .macro VFPFSTMIA, base
29 STC p11, cr0, [\base],#33*4 @ FSTMIAX \base!, {d0-d15} variable
31 STC p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dsyntax.h36 #define MEM(base)base@
37 #define MEM_DISP(base,displacement)base@(displacement)
38 #define MEM_INDX(base,idx,size_suffix)base@(idx:size_suffix)
39 #define MEM_INDX1(base,idx,size_suffix,scale)base@(idx:size_suffix:scale)
60 #define MEM(base)(base)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dendpointola.c66 * Initialize the base fields of the endpoint structure.
78 /* Initialize the base structure. */
80 ep->base.type = SCTP_EP_TYPE_SOCKET;
83 atomic_set(&ep->base.refcnt, 1);
84 ep->base.dead = 0;
85 ep->base.malloced = 1;
88 sctp_inq_init(&ep->base.inqueue);
91 sctp_inq_set_th_handler(&ep->base.inqueue, sctp_endpoint_bh_rcv);
94 sctp_bind_addr_init(&ep->base.bind_addr, 0);
95 rwlock_init(&ep->base
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32_debug.c228 static void nsp32_print_register(int base) argument
233 printk("Phase=0x%x, ", nsp32_read1(base, SCSI_BUS_MONITOR));
234 printk("OldPhase=0x%x, ", nsp32_index_read1(base, OLD_SCSI_PHASE));
235 printk("syncreg=0x%x, ", nsp32_read1(base, SYNC_REG));
236 printk("ackwidth=0x%x, ", nsp32_read1(base, ACK_WIDTH));
237 printk("sgtpaddr=0x%lx, ", nsp32_read4(base, SGT_ADR));
238 printk("scsioutlatch=0x%x, ", nsp32_read1(base, SCSI_OUT_LATCH_TARGET_ID));
239 printk("msgout=0x%lx, ", nsp32_read4(base, SCSI_MSG_OUT));
240 printk("miscrd=0x%x, ", nsp32_index_read2(base, MISC_WR));
241 printk("seltimeout=0x%x, ", nsp32_read2(base, SEL_TIME_OU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dprocess_escape_sequence.c31 unsigned int base; local
34 base = 8;
40 base = 16;
53 if (d >= base) {
55 if ((base == 16) && (!--num_digits)) {
63 r = n * base + d;
H A Dbb_strtonum.c51 unsigned long long bb_strtoull(const char *arg, char **endp, int base) argument
62 v = strtoull(arg, &endptr, base);
66 long long bb_strtoll(const char *arg, char **endp, int base) argument
73 v = strtoll(arg, &endptr, base);
78 unsigned long bb_strtoul(const char *arg, char **endp, int base) argument
85 v = strtoul(arg, &endptr, base);
89 long bb_strtol(const char *arg, char **endp, int base) argument
96 v = strtol(arg, &endptr, base);
102 unsigned bb_strtou(const char *arg, char **endp, int base) argument
109 v = strtoul(arg, &endptr, base);
114 bb_strtoi(const char *arg, char **endp, int base) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-integrator/
H A Dentry-macro.S16 .macro get_irqnr_preamble, base, tmp
22 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
23 ldr \base, =IO_ADDRESS(INTEGRATOR_IC_BASE)
25 ldr \irqstat, [\base, #IRQ_STATUS] @ get masked status
26 ldr \base, =IO_ADDRESS(INTEGRATOR_HDR_BASE)
28 ldreq \irqstat, [\base, #(INTEGRATOR_HDR_IC_OFFSET+IRQ_STATUS)]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/mandriva/
H A Davahi-daemon.in28 success $"$base startup"
30 failure $"$base startup"
42 success $"$base stop"
44 failure $"$base stop"
54 [ $RETVAL = 0 ] && success $"$base startup" || failure $"$base startup"
H A Davahi-dnsconfd.in28 success $"$base startup"
30 failure $"$base startup"
42 success $"$base stop"
44 failure $"$base stop"
54 [ $RETVAL = 0 ] && success $"$base startup" || failure $"$base startup"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-versatile/
H A Dcore.h33 #define AMBA_DEVICE(name,busid,base,plat) \
41 .start = VERSATILE_##base##_BASE, \
42 .end = (VERSATILE_##base##_BASE) + SZ_4K - 1,\
46 .irq = base##_IRQ, \
47 /* .dma = base##_DMA,*/ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsort.h6 void sort(void *base, size_t num, size_t size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dide.h22 static __inline__ int ide_default_irq(unsigned long base) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-realview/
H A Dentry-macro.S16 .macro get_irqnr_preamble, base, tmp
17 ldr \base, =IO_ADDRESS(REALVIEW_GIC_CPU_BASE)
42 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
44 ldr \irqstat, [\base, #GIC_CPU_INTACK] /* bits 12-10 = src CPU, 9-0 = int # */
64 .macro test_for_ipi, irqnr, irqstat, base, tmp
67 strcc \irqstat, [\base, #GIC_CPU_EOI]
71 /* As above, this assumes that irqstat and base are preserved.. */
73 .macro test_for_ltirq, irqnr, irqstat, base, tmp
78 streq \irqstat, [\base, #GIC_CPU_EOI]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dcascade.c38 float base){
45 a[j*step]-=base;
47 base=temp;
52 return base;
60 float base=0.f; local
66 base=process_one(b,a+i,dim,n/dim,addmul[bi],base);
69 base=process_one(b,a+i,dim,1,addmul[bi],base);
37 process_one(codebook *b,float *a,int dim,int step,int addmul, float base) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c46 DBG(" memory.region[0x%x].base = 0x%lx\n",
47 i, lmb.memory.region[i].base);
55 DBG(" reserved.region[0x%x].base = 0x%lx\n",
56 i, lmb.reserved.region[i].base);
83 unsigned long base1 = rgn->region[r1].base;
85 unsigned long base2 = rgn->region[r2].base;
96 rgn->region[i].base = rgn->region[i + 1].base;
102 /* Assumption: base addr of region 1 < base add
138 lmb_add_region(struct lmb_region *rgn, unsigned long base, unsigned long size) argument
194 lmb_add(unsigned long base, unsigned long size) argument
206 lmb_reserve(unsigned long base, unsigned long size) argument
215 lmb_overlaps_region(struct lmb_region *rgn, unsigned long base, unsigned long size) argument
254 unsigned long base = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Dentry-macro.S19 .macro get_irqnr_preamble, base, tmp
25 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
31 mov \irqnr, #0 @ VIC1 irq base
32 mov \base, #io_p2v(0x80000000) @ APB registers
33 add \base, \base, #0x8000
34 ldr \tmp, [\base, #0x0030] @ VIC1_VECTADDR
38 ldrne \irqstat, [\base, #0] @ VIC1_IRQSTATUS
40 add \base, \base, #(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dod.c31 int base; local
59 base = 0;
62 * set base.
68 base = 16;
71 base = 16;
75 if (base == 16)
84 /* if terminates with a '.', base is decimal */
86 if (base)
88 base = 10;
91 bb_dump_skip = strtol(num, &end, base
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.c59 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base) argument
71 outw(UHCI_USBCMD_HCRESET, base + UHCI_USBCMD);
74 if (inw(base + UHCI_USBCMD) & UHCI_USBCMD_HCRESET)
80 outw(0, base + UHCI_USBINTR);
81 outw(0, base + UHCI_USBCMD);
91 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base) argument
113 cmd = inw(base + UHCI_USBCMD);
121 intr = inw(base + UHCI_USBINTR);
131 uhci_reset_hc(pdev, base);
147 unsigned long base local
170 void __iomem *base; local
216 void __iomem *base, *op_reg_base; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dnark.c48 iounmap(dev->base);
49 dev->base = NULL;
52 dev->scsi_host_ptr->base = pci_resource_start(dev->pdev, 2);
56 dev->base = NULL;
59 dev->base = ioremap(dev->scsi_host_ptr->base, size);
60 if (dev->base == NULL) {
65 dev->IndexRegs = &((struct rx_registers __iomem *)dev->base)->IndexRegs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddcr-native.h56 #define mfdcri(base, reg) \
58 mtdcr(base ## _CFGADDR, base ## _ ## reg); \
59 mfdcr(base ## _CFGDATA); \
62 #define mtdcri(base, reg, data) \
64 mtdcr(base ## _CFGADDR, base ## _ ## reg); \
65 mtdcr(base ## _CFGDATA, data); \
H A Dide.h35 int (*default_irq)(unsigned long base);
50 static __inline__ int ide_default_irq(unsigned long base) argument
53 return ppc_ide_md.default_irq(base);
65 #define ide_init_default_irq(base) (0)
67 #define ide_init_default_irq(base) ide_default_irq(base)
78 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */

Completed in 231 milliseconds

1234567891011>>