Searched refs:base (Results 26 - 50 of 1600) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Dide.h28 static __inline__ int ide_default_irq(unsigned long base) argument
30 switch (base) {
69 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
72 #define ide_init_default_irq(base) (0)
74 #define ide_init_default_irq(base) ide_default_irq(base)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ns9xxx/
H A Dentry-macro.S14 .macro get_irqnr_preamble, base, tmp
20 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
21 ldr \base, =SYS_ISRADDR
22 ldr \irqstat, [\base, #(SYS_ISA - SYS_ISRADDR)]
24 ldrne \irqnr, [\base]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ebsa110/
H A Duncompress.h20 unsigned char v, *base = SERIAL_BASE; local
23 v = base[UART_LSR << 2];
27 base[UART_TX << 2] = c;
32 unsigned char v, *base = SERIAL_BASE; local
35 v = base[UART_LSR << 2];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/lib/
H A Ddiv64.c19 static uint32_t __div64_31(uint64_t *n, uint32_t base) argument
26 /* Special case base==1, remainder = 0, quotient = n */
27 if (base == 1)
30 * Special case base==0 will cause a fixed point divide exception
32 * following calculation we can assume base > 1. The first
40 : "+d" (reg2), "+d" (reg3) : "d" (base) : "cc" );
50 * is increased by one then checked against the base. If the
51 * remainder has overflown subtract base and increase the
67 : "d" (base), "2" (1UL) : "cc" );
76 uint32_t __div64_32(uint64_t *n, uint32_t base) argument
129 __div64_32(uint64_t *n, uint32_t base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dstrtoofft.c48 static int get_char(char c, int base);
55 curlx_strtoll(const char *nptr, char **endptr, int base) argument
88 if(base == 16 || base == 0) {
90 base = 16;
94 if(base == 8 || base == 0) {
96 base = 8;
100 /* Matching strtol, if the base is 0 and it doesn't look like
101 * the number is octal or hex, we assume it's base 1
154 get_char(char c, int base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dppc_asm.h63 #define SAVE_GPR(n, base) std n,GPR0+8*(n)(base)
64 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base)
65 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base)
66 #define REST_NVGPRS(base) REST_8GPRS(14, base); REST_10GPRS(22, base)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_io.h15 static inline void nsp_write(unsigned int base,
18 static inline unsigned char nsp_read(unsigned int base,
30 static inline void nsp_write(unsigned int base, argument
34 outb(val, (base + index));
37 static inline unsigned char nsp_read(unsigned int base, argument
40 return inb(base + index);
75 static inline void nsp_fifo8_read(unsigned int base, argument
80 nsp_multi_read_1(base, FIFODATA, buf, count);
94 static inline void nsp_fifo16_read(unsigned int base, argument
99 nsp_multi_read_2(base, FIFODAT
113 nsp_fifo32_read(unsigned int base, void *buf, unsigned long count) argument
132 nsp_fifo8_write(unsigned int base, void *buf, unsigned long count) argument
150 nsp_fifo16_write(unsigned int base, void *buf, unsigned long count) argument
168 nsp_fifo32_write(unsigned int base, void *buf, unsigned long count) argument
178 nsp_mmio_write(unsigned long base, unsigned int index, unsigned char val) argument
187 nsp_mmio_read(unsigned long base, unsigned int index) argument
197 nsp_mmio_index_read(unsigned long base, unsigned int reg) argument
207 nsp_mmio_index_write(unsigned long base, unsigned int reg, unsigned char val) argument
219 nsp_mmio_multi_read_4(unsigned long base, unsigned int Register, void *buf, unsigned long count) argument
237 nsp_mmio_fifo32_read(unsigned int base, void *buf, unsigned long count) argument
245 nsp_mmio_multi_write_4(unsigned long base, unsigned int Register, void *buf, unsigned long count) argument
263 nsp_mmio_fifo32_write(unsigned int base, void *buf, unsigned long count) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-netx/
H A Duncompress.h45 unsigned long base; local
48 base = UART1_BASE;
50 base = UART2_BASE;
54 while (REG(base + UART_FR) & FR_TXFF);
55 REG(base + UART_DR) = c;
60 unsigned long base; local
63 base = UART1_BASE;
65 base = UART2_BASE;
69 while (REG(base + UART_FR) & FR_BUSY);
H A Dentry-macro.S26 .macro get_irqnr_preamble, base, tmp
32 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
33 mov \base, #io_p2v(0x00100000)
34 add \base, \base, #0x000ff000
36 ldr \irqstat, [\base, #0]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dibm405.h191 #define DCRN_MALCR(base) (base + 0x0) /* MAL Configuration */
192 #define DCRN_MALDBR(base) ((base) + 0x3) /* Debug Register */
193 #define DCRN_MALESR(base) ((base) + 0x1) /* Error Status */
194 #define DCRN_MALIER(base) ((base) + 0x2) /* Interrupt Enable */
195 #define DCRN_MALTXCARR(base) ((base)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davmcard.h219 static inline unsigned char b1outp(unsigned int base, argument
223 outb(value, base + offset);
224 return inb(base + B1_ANALYSE);
228 static inline int b1_rx_full(unsigned int base) argument
230 return inb(base + B1_INSTAT) & 0x1;
233 static inline unsigned char b1_get_byte(unsigned int base) argument
236 while (!b1_rx_full(base) && time_before(jiffies, stop));
237 if (b1_rx_full(base))
238 return inb(base + B1_READ);
239 printk(KERN_CRIT "b1lli(0x%x): rx not full after 1 second\n", base);
243 b1_get_word(unsigned int base) argument
253 b1_tx_empty(unsigned int base) argument
258 b1_put_byte(unsigned int base, unsigned char val) argument
264 b1_save_put_byte(unsigned int base, unsigned char val) argument
273 b1_put_word(unsigned int base, unsigned int val) argument
281 b1_get_slice(unsigned int base, unsigned char *dp) argument
291 b1_put_slice(unsigned int base, unsigned char *dp, unsigned int len) argument
300 b1_wr_reg(unsigned int base, unsigned int reg, unsigned int value) argument
309 b1_rd_reg(unsigned int base, unsigned int reg) argument
318 b1_reset(unsigned int base) argument
330 b1_disable_irq(unsigned int base) argument
337 b1_set_test_bit(unsigned int base, enum avmcardtype cardtype, int onoff) argument
344 b1_get_test_bit(unsigned int base, enum avmcardtype cardtype) argument
386 t1outp(unsigned int base, unsigned short offset, unsigned char value) argument
393 t1inp(unsigned int base, unsigned short offset) argument
399 t1_isfastlink(unsigned int base) argument
404 t1_fifostatus(unsigned int base) argument
409 t1_get_slice(unsigned int base, unsigned char *dp) argument
462 t1_put_slice(unsigned int base, unsigned char *dp, unsigned int len) argument
495 t1_disable_irq(unsigned int base) argument
500 t1_reset(unsigned int base) argument
512 b1_setinterrupt(unsigned int base, unsigned irq, enum avmcardtype cardtype) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrtol.c51 strtol(nptr, endptr, base)
54 int base;
64 * If base is 0, allow 0x for hex and 0 for octal, else
65 * assume decimal; if base is already 16, allow 0x.
79 if ((base == 0 || base == 16) &&
83 base = 16;
85 if (base == 0)
86 base = c == '0' ? 8 : 10;
88 if (base <
[all...]
H A Dstrtoul.c51 strtoul(nptr, endptr, base)
54 int base;
77 if ((base == 0 || base == 16) &&
81 base = 16;
83 if (base == 0)
84 base = c == '0' ? 8 : 10;
86 if (base < 2 || base > 36)
89 cutoff = ULONG_MAX / base;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/amiga/
H A Dcia.c50 unsigned char cia_set_irq(struct ciabase *base, unsigned char mask) argument
54 old = (base->icr_data |= base->cia->icr);
56 base->icr_data |= mask;
58 base->icr_data &= ~mask;
59 if (base->icr_data & base->icr_mask)
60 amiga_custom.intreq = IF_SETCLR | base->int_mask;
61 return old & base->icr_mask;
68 unsigned char cia_able_irq(struct ciabase *base, unsigne argument
87 struct ciabase *base = (struct ciabase *)dev_id; local
168 cia_init_IRQ(struct ciabase *base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-cl7500/
H A Dentry-macro.S7 .macro get_irqnr_preamble, base, tmp
8 mov \base, #ioc_base_high @ point at IOC
10 orr \base, \base, #ioc_base_low
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-rpc/
H A Dentry-macro.S7 .macro get_irqnr_preamble, base, tmp
8 mov \base, #ioc_base_high @ point at IOC
10 orr \base, \base, #ioc_base_low
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ep93xx/
H A Dentry-macro.S17 .macro get_irqnr_preamble, base, tmp
23 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
24 ldr \base, =(EP93XX_AHB_VIRT_BASE)
25 orr \base, \base, #0x000b0000
27 ldr \irqstat, [\base] @ lower 32 interrupts
31 eor \base, \base, #0x00070000
32 ldr \irqstat, [\base] @ upper 32 interrupts
56 orrs \base, \bas
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dide.h23 #define ide_default_io_ctl(base) (0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dentry-macro.S32 .macro get_irqnr_preamble, base, tmp
38 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
39 ldr \base, =IO_ADDRESS(OMAP_IH1_BASE)
40 ldr \irqnr, [\base, #IRQ_ITR_REG_OFFSET]
41 ldr \tmp, [\base, #IRQ_MIR_REG_OFFSET]
47 ldr \irqnr, [\base, #IRQ_SIR_FIQ_REG_OFFSET]
49 ldreq \irqnr, [\base, #IRQ_SIR_IRQ_REG_OFFSET]
51 ldreq \base, =IO_ADDRESS(OMAP_IH2_BASE)
52 ldreq \irqnr, [\base, #IRQ_SIR_IRQ_REG_OFFSET]
64 .macro get_irqnr_preamble, base, tm
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Dfrontend.c9 char *base = strrchr(argv[0], '/'); local
11 if (strstr(base ? (base + 1) : argv[0], "dhcpd"))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/boot/
H A Dinstall.sh30 base=vmlinuz
34 base=vmlinux
37 if [ -f $4/$base-$1 ]; then
38 mv $4/$base-$1 $4/$base-$1.old
40 cat $2 > $4/$base-$1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dsyntax.h33 #define MEM(base)(base)
34 #define MEM_DISP(base,displacement)displacement(R(base))
35 #define MEM_INDEX(base,index,size)(R(base),R(index),size)
55 #define MEM(base)[base]
56 #define MEM_DISP(base,displacement)[base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dsort.c32 * @base: pointer to data to sort
47 void sort(void *base, size_t num, size_t size, argument
61 if (c < n - size && cmp(base + c, base + c + size) < 0)
63 if (cmp(base + r, base + c) >= 0)
65 swap(base + r, base + c, size);
71 swap(base, base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddbkill.cpp30 * Like atol, with specified base. Would use stdlib, but
35 myatol(char *s, int base) argument
40 if (base == 0)
41 base = 10;
42 if (base != 10 && base != 16)
49 result = result * base + (ch - '0');
52 /* Allow leading 0x..., and switch to base 16 */
53 base = 16;
55 else if (base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc440spe_pcie.h24 #define DCRN_PEGPL_CFGBAH(base) (base + 0x00)
25 #define DCRN_PEGPL_CFGBAL(base) (base + 0x01)
26 #define DCRN_PEGPL_CFGMSK(base) (base + 0x02)
27 #define DCRN_PEGPL_MSGBAH(base) (base + 0x03)
28 #define DCRN_PEGPL_MSGBAL(base) (base
[all...]

Completed in 310 milliseconds

1234567891011>>