Searched refs:base (Results 76 - 100 of 1600) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-aaec2000/
H A Dentry-macro.S18 .macro get_irqnr_preamble, base, tmp
24 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
27 mov \base, r4
28 ldr \irqstat, [\base, #0]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-davinci/
H A Dentry-macro.S17 .macro get_irqnr_preamble, base, tmp
18 ldr \base, =IO_ADDRESS(DAVINCI_ARM_INTC_BASE)
24 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
25 ldr \tmp, [\base, #0x14]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/fedora/
H A Davahi-daemon.in29 base=${0##*/}
43 success $"$base startup"
45 failure $"$base startup"
55 [ $RETVAL = 0 ] && success $"$base shutdown" || failure $"$base shutdown"
65 [ $RETVAL = 0 ] && success $"$base reload" || failure $"$base reload"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dentry-macro.S19 .macro get_irqnr_preamble, base, tmp
25 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
26 ldr \base, =(AT91_VA_BASE_SYS + AT91_AIC) @ base virtual address of AIC peripheral
27 ldr \irqnr, [\base, #(AT91_AIC_IVR - AT91_AIC)] @ read IRQ vector register: de-asserts nIRQ to processor (and clears interrupt)
28 ldr \irqstat, [\base, #(AT91_AIC_ISR - AT91_AIC)] @ read interrupt source number
30 streq \tmp, [\base, #(AT91_AIC_EOICR - AT91_AIC)] @ not going to be handled further, then ACK it now.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A Dentry-macro.S14 .macro get_irqnr_preamble, base, tmp
15 mov \base, #0xfa000000 @ ICIP = 0xfa050000
16 add \base, \base, #0x00050000
22 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
23 ldr \irqstat, [\base] @ get irqs
24 ldr \irqnr, [\base, #4] @ ICMR = 0xfa050004
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dbasename.c62 char const *base = name += FILE_SYSTEM_PREFIX_LEN (name); local
69 base = p + 1;
75 if (*base == '\0' && ISSLASH (*name) && all_slashes)
76 --base;
81 return (char *) base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dbasename.c62 char const *base = name += FILE_SYSTEM_PREFIX_LEN (name); local
69 base = p + 1;
75 if (*base == '\0' && ISSLASH (*name) && all_slashes)
76 --base;
81 return (char *) base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbasename.c62 char const *base = name += FILE_SYSTEM_PREFIX_LEN (name); local
69 base = p + 1;
75 if (*base == '\0' && ISSLASH (*name) && all_slashes)
76 --base;
81 return (char *) base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/mm/
H A Dk8topology.c73 unsigned long base,limit; local
78 base = read_pci_config(0, nb, 1, 0x40 + i*8);
83 if ((base & 3) == 0) {
90 base, limit);
95 printk(KERN_INFO "Skipping node entry %d (base %lx)\n", i,
96 base);
99 if ((base >> 8) & 3 || (limit >> 8) & 3) {
101 nodeid, (base>>8)&3, (limit>>8) & 3);
117 if (limit <= base)
120 base >>
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbasename.c62 char const *base = name += FILE_SYSTEM_PREFIX_LEN (name); local
69 base = p + 1;
75 if (*base == '\0' && ISSLASH (*name) && all_slashes)
76 --base;
81 return (char *) base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dsocklib.c64 * @base: starting offset
69 ssize_t xdr_partial_copy_from_skb(struct xdr_buf *xdr, unsigned int base, struct xdr_skb_reader *desc, xdr_skb_read_actor copy_actor) argument
77 if (base < len) {
78 len -= base;
79 ret = copy_actor(desc, (char *)xdr->head[0].iov_base + base, len);
83 base = 0;
85 base -= len;
89 if (unlikely(base >= pglen)) {
90 base -= pglen;
93 if (base || xd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_probe.c28 static int cfi_probe_chip(struct map_info *map, __u32 base,
39 #define xip_allowed(base, map) \
41 (void) map_read(map, base); \
46 #define xip_enable(base, map, cfi) \
48 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); \
49 cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL); \
50 xip_allowed(base, map); \
53 #define xip_disable_qry(base, map, cfi) \
56 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); \
57 cfi_send_gen_cmd(0xFF, 0, base, ma
74 qry_present(struct map_info *map, __u32 base, struct cfi_private *cfi) argument
101 cfi_probe_chip(struct map_info *map, __u32 base, unsigned long *chip_map, struct cfi_private *cfi) argument
195 __u32 base = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_mem.c54 mdesc[0].base = 0x00000000;
58 mdesc[1].base = 0x00001000;
62 mdesc[2].base = 0x00100000;
63 mdesc[2].size = CPHYSADDR(PFN_ALIGN(&_end)) - mdesc[2].base;
66 mdesc[3].base = CPHYSADDR(PFN_ALIGN(&_end));
67 mdesc[3].size = memsize - mdesc[3].base;
91 unsigned long base, size; local
94 base = p->base;
97 add_memory_region(base, siz
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dmtrr.h33 unsigned long base; /* Base address */ member in struct:mtrr_sentry
41 unsigned long base; /* Base address */ member in struct:mtrr_gentry
74 extern int mtrr_add (unsigned long base, unsigned long size,
76 extern int mtrr_add_page (unsigned long base, unsigned long size,
78 extern int mtrr_del (int reg, unsigned long base, unsigned long size);
79 extern int mtrr_del_page (int reg, unsigned long base, unsigned long size);
86 static __inline__ int mtrr_add (unsigned long base, unsigned long size, argument
91 static __inline__ int mtrr_add_page (unsigned long base, unsigned long size, argument
96 static __inline__ int mtrr_del (int reg, unsigned long base, argument
101 static __inline__ int mtrr_del_page (int reg, unsigned long base, argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-realview/
H A Dlocaltimer.c38 void __iomem *base = TWD_BASE(smp_processor_id()); local
40 if (__raw_readl(base + TWD_TIMER_INTSTAT)) {
41 __raw_writel(1, base + TWD_TIMER_INTSTAT);
50 void __iomem *base = TWD_BASE(cpu); local
72 __raw_writel(0x1, base + TWD_TIMER_CONTROL);
75 __raw_writel(0xFFFFFFFFU, base + TWD_TIMER_COUNTER);
80 count = __raw_readl(base + TWD_TIMER_COUNTER);
90 __raw_writel(load, base + TWD_TIMER_LOAD);
91 __raw_writel(0x7, base + TWD_TIMER_CONTROL);
116 __raw_writel(load, base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dfilemap.h20 size_t base,
64 const struct iovec *iov, size_t base, size_t bytes)
71 base, bytes);
76 base, bytes);
88 size_t base = *basep; local
91 int copy = min(bytes, iov->iov_len - base);
94 base += copy;
95 if (iov->iov_len == base) {
97 base = 0;
101 *basep = base;
63 filemap_copy_from_user_iovec(struct page *page, unsigned long offset, const struct iovec *iov, size_t base, size_t bytes) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dnicstarmac.c94 writel((val),(base)+(reg))
96 readl((base)+(reg))
113 read_eprom_byte(virt_addr_t base, u_int8_t offset) argument
119 val = NICSTAR_REG_READ( base, NICSTAR_REG_GENERAL_PURPOSE ) & 0xFFFFFFF0;
124 NICSTAR_REG_WRITE( base, NICSTAR_REG_GENERAL_PURPOSE,
132 NICSTAR_REG_WRITE( base, NICSTAR_REG_GENERAL_PURPOSE,
135 NICSTAR_REG_WRITE( base, NICSTAR_REG_GENERAL_PURPOSE,
145 NICSTAR_REG_WRITE( base, NICSTAR_REG_GENERAL_PURPOSE,
148 tempread |= (((NICSTAR_REG_READ( base, NICSTAR_REG_GENERAL_PURPOSE )
150 NICSTAR_REG_WRITE( base, NICSTAR_REG_GENERAL_PURPOS
195 nicstar_read_eprom( virt_addr_t base, u_int8_t prom_offset, u_int8_t *buffer, u_int32_t nbytes ) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dinet_ntop.c94 long base; member in struct:__anon88
108 best.base = -1;
109 cur.base = -1;
115 if(cur.base == -1)
116 cur.base = i, cur.len = 1;
120 else if(cur.base != -1) {
121 if(best.base == -1 || cur.len > best.len)
123 cur.base = -1;
126 if((cur.base != -1) && (best.base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dhrtimer.c31 * For licencing details see kernel-base/COPYING
136 static void hrtimer_get_softirq_time(struct hrtimer_cpu_base *base) argument
154 base->clock_base[CLOCK_REALTIME].softirq_time = xtim;
155 base->clock_base[CLOCK_MONOTONIC].softirq_time =
176 * means that all timers which are tied to this base via timer->base are
177 * locked, and the base itself is locked too.
182 * When the timer's base is locked, and the timer removed from list, it is
183 * possible to set timer->base = NULL and drop the lock: the timer remains
190 struct hrtimer_clock_base *base; local
209 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
244 struct hrtimer_clock_base *base = timer->base; local
356 struct hrtimer_clock_base *base = cpu_base->clock_base; local
385 hrtimer_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
422 struct hrtimer_cpu_base *base; local
495 hrtimer_init_hres(struct hrtimer_cpu_base *base) argument
516 hrtimer_enqueue_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
561 struct hrtimer_cpu_base *base = &__get_cpu_var(hrtimer_bases); local
592 hrtimer_force_reprogram(struct hrtimer_cpu_base *base) argument
593 hrtimer_enqueue_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
600 hrtimer_init_hres(struct hrtimer_cpu_base *base) argument
680 enqueue_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, int reprogram) argument
742 __remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, unsigned long newstate, int reprogram) argument
769 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
804 struct hrtimer_clock_base *base, *new_base; local
858 struct hrtimer_clock_base *base; local
900 struct hrtimer_clock_base *base; local
922 struct hrtimer_clock_base *base = cpu_base->clock_base; local
1009 struct hrtimer_clock_base *base; local
1143 struct hrtimer_clock_base *base = &cpu_base->clock_base[index]; local
[all...]
H A Dtimer.c87 * base in timer_list is guaranteed to be zero. Use the LSB for
93 static inline unsigned int tbase_get_deferrable(tvec_base_t *base) argument
95 return ((unsigned int)(unsigned long)base & TBASE_DEFERRABLE_FLAG);
98 static inline tvec_base_t *tbase_get_base(tvec_base_t *base) argument
100 return ((tvec_base_t *)((unsigned long)base & ~TBASE_DEFERRABLE_FLAG));
105 timer->base = ((tvec_base_t *)((unsigned long)(timer->base) |
112 timer->base = (tvec_base_t *)((unsigned long)(new_base) |
113 tbase_get_deferrable(timer->base));
248 static inline void set_running_timer(tvec_base_t *base, argument
256 internal_add_timer(tvec_base_t *base, struct timer_list *timer) argument
363 tvec_base_t *base; variable
381 tvec_base_t *base, *new_base; local
433 tvec_base_t *base = per_cpu(tvec_bases, cpu); local
496 tvec_base_t *base; local
527 tvec_base_t *base; local
579 cascade(tvec_base_t *base, tvec_t *tv, int index) argument
608 __run_timers(tvec_base_t *base) argument
666 __next_timer_interrupt(tvec_base_t *base) argument
783 tvec_base_t *base = __get_cpu_var(tvec_bases); local
872 tvec_base_t *base = __get_cpu_var(tvec_bases); local
1199 tvec_base_t *base; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dmpitests.c184 gcry_mpi_t base = gcry_mpi_set_ui (NULL, b_int); local
189 gcry_mpi_powm (res, base, exp, mod);
190 if (gcry_mpi_cmp_ui (base, b_int))
191 die ("test_powm failed for base at %d\n", __LINE__);
197 /* Check using base for the result. */
198 gcry_mpi_set_ui (base, b_int);
201 gcry_mpi_powm (base, base, exp, mod);
202 if (gcry_mpi_cmp (res, base))
210 gcry_mpi_set_ui (base, b_in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-clps711x/
H A Dentry-macro.S16 .macro get_irqnr_preamble, base, tmp
26 .macro get_irqnr_and_base, irqnr, stat, base, mask
27 mov \base, #CLPS7111_BASE
28 ldr \stat, [\base, #INTSR1]
29 ldr \mask, [\base, #INTMR1]
36 add \base, \base, #INTSR2 - INTSR1
37 ldr \stat, [\base, #INTSR1]
38 ldr \mask, [\base, #INTMR1]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dibm44x.h226 #define DCRN_UIC_SR(base) (base + 0x0)
227 #define DCRN_UIC_ER(base) (base + 0x2)
228 #define DCRN_UIC_CR(base) (base + 0x3)
229 #define DCRN_UIC_PR(base) (base + 0x4)
230 #define DCRN_UIC_TR(base) (base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dsym53c416.c214 int base; member in struct:__anon6966
233 static void sym53c416_set_transfer_counter(int base, unsigned int len) argument
236 outb(len & 0x0000FF, base + TC_LOW);
237 outb((len & 0x00FF00) >> 8, base + TC_MID);
238 outb((len & 0xFF0000) >> 16, base + TC_HIGH);
244 static __inline__ unsigned int sym53c416_read(int base, unsigned char *buffer, unsigned int len) argument
256 bytes_left = inb(base + PIO_FIFO_CNT); /* Number of bytes in the PIO FIFO */
259 insl(base + PIO_FIFO_1, buffer, bytes_left >> 2);
267 *(buffer++) = inb(base + PIO_FIFO_1);
273 while(time_before(jiffies, i) && (inb(base
286 sym53c416_write(int base, unsigned char *buffer, unsigned int len) argument
331 int base = 0; local
522 sym53c416_init(int base, int scsi_id) argument
537 sym53c416_probeirq(int base, int scsi_id) argument
592 sym53c416_test(int base) argument
618 int *base = probeaddrs; local
746 int base = SChost->io_port; local
760 int base; local
787 int base; local
[all...]

Completed in 280 milliseconds

1234567891011>>