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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/
H A Dmsi.h15 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
16 #define msi_lower_address_reg(base) (base + PCI_MSI_ADDRESS_LO)
17 #define msi_upper_address_reg(base) (base + PCI_MSI_ADDRESS_HI)
18 #define msi_data_reg(base, is64bit) \
19 (base + ((is64bit == 1) ? PCI_MSI_DATA_64 : PCI_MSI_DATA_32))
20 #define msi_mask_reg(base, is64bit) \
21 (base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Daha1740.h18 #define HID0(base) (base + 0x0)
19 #define HID1(base) (base + 0x1)
20 #define HID2(base) (base + 0x2)
21 #define HID3(base) (base + 0x3)
22 #define EBCNTRL(base) (base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Daha1740.h18 #define HID0(base) (base + 0x0)
19 #define HID1(base) (base + 0x1)
20 #define HID2(base) (base + 0x2)
21 #define HID3(base) (base + 0x3)
22 #define EBCNTRL(base) (base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-realview/include/mach/
H A Duncompress.h29 #define AMBA_UART_DR(base) (*(volatile unsigned char *)((base) + 0x00))
30 #define AMBA_UART_LCRH(base) (*(volatile unsigned char *)((base) + 0x2c))
31 #define AMBA_UART_CR(base) (*(volatile unsigned char *)((base) + 0x30))
32 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18))
35 * Return the UART base address
58 unsigned long base local
68 unsigned long base = get_uart_base(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-realview/include/mach/
H A Duncompress.h29 #define AMBA_UART_DR(base) (*(volatile unsigned char *)((base) + 0x00))
30 #define AMBA_UART_LCRH(base) (*(volatile unsigned char *)((base) + 0x2c))
31 #define AMBA_UART_CR(base) (*(volatile unsigned char *)((base) + 0x30))
32 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18))
35 * Return the UART base address
58 unsigned long base local
68 unsigned long base = get_uart_base(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ixp2000/include/mach/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
21 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
24 mov \base, #0xfe000000
25 orr \base, \base, #0x00e00000
26 orr \base, \base, #0x08
27 ldr \irqstat, [\base] @ get interrupts
33 mov \base, #31
34 subs \irqnr, \base, \irqn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ixp2000/include/mach/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
21 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
24 mov \base, #0xfe000000
25 orr \base, \base, #0x00e00000
26 orr \base, \base, #0x08
27 ldr \irqstat, [\base] @ get interrupts
33 mov \base, #31
34 subs \irqnr, \base, \irqn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/build/make/
H A Dlex_compile.sh11 base=`basename $SRC .l`
38 echo "info: move lex.yy.c to $base.c"
39 echo "#include \"config.h\"" > $base.c
40 sed -e "s|lex\.yy\.c|$DEST|" lex.yy.c >> $base.c
41 rm -f $base.yy.c
42 elif [ -r $base.yy.c ];then
44 echo "info: move $base.yy.c to $base.c"
45 echo "#include \"config.h\"" > $base.c
46 sed -e "s|$base\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/build/make/
H A Dlex_compile.sh11 base=`basename $SRC .l`
38 echo "info: move lex.yy.c to $base.c"
39 echo "#include \"config.h\"" > $base.c
40 sed -e "s|lex\.yy\.c|$DEST|" lex.yy.c >> $base.c
41 rm -f $base.yy.c
42 elif [ -r $base.yy.c ];then
44 echo "info: move $base.yy.c to $base.c"
45 echo "#include \"config.h\"" > $base.c
46 sed -e "s|$base\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/build/make/
H A Dlex_compile.sh11 base=`basename $SRC .l`
38 echo "info: move lex.yy.c to $base.c"
39 echo "#include \"config.h\"" > $base.c
40 sed -e "s|lex\.yy\.c|$DEST|" lex.yy.c >> $base.c
41 rm -f $base.yy.c
42 elif [ -r $base.yy.c ];then
44 echo "info: move $base.yy.c to $base.c"
45 echo "#include \"config.h\"" > $base.c
46 sed -e "s|$base\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dmake-temp-file.c67 try_dir (const char *dir, const char *base) argument
69 if (base != 0)
70 return base;
99 const char *base = 0; local
106 base = try_dir (getenv ("TMPDIR"), base);
107 base = try_dir (getenv ("TMP"), base);
108 base = try_dir (getenv ("TEMP"), base);
150 const char *base = choose_tmpdir (); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dmake-temp-file.c67 try_dir (const char *dir, const char *base) argument
69 if (base != 0)
70 return base;
99 const char *base = 0; local
106 base = try_dir (getenv ("TMPDIR"), base);
107 base = try_dir (getenv ("TMP"), base);
108 base = try_dir (getenv ("TEMP"), base);
150 const char *base = choose_tmpdir (); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dmake-temp-file.c67 try_dir (const char *dir, const char *base) argument
69 if (base != 0)
70 return base;
99 const char *base = 0; local
106 base = try_dir (getenv ("TMPDIR"), base);
107 base = try_dir (getenv ("TMP"), base);
108 base = try_dir (getenv ("TEMP"), base);
150 const char *base = choose_tmpdir (); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-msm/include/mach/
H A Duncompress.h25 unsigned base = MSM_DEBUG_UART_PHYS; local
26 while (!(readl(base + 0x08) & 0x04)) ;
27 writel(c, base + 0x0c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-msm/include/mach/
H A Duncompress.h25 unsigned base = MSM_DEBUG_UART_PHYS; local
26 while (!(readl(base + 0x08) & 0x04)) ;
27 writel(c, base + 0x0c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dstdlib.c15 /* Not currently supported: leading whitespace, sign, 0x prefix, zero base */
16 unsigned long long int strtoull(const char *ptr, char **end, int base) argument
20 if (base > 36)
26 if (*ptr >= '0' && *ptr <= '9' && *ptr < '0' + base)
28 else if (*ptr >= 'A' && *ptr < 'A' + base - 10)
30 else if (*ptr >= 'a' && *ptr < 'a' + base - 10)
35 ret *= base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdlib.c15 /* Not currently supported: leading whitespace, sign, 0x prefix, zero base */
16 unsigned long long int strtoull(const char *ptr, char **end, int base) argument
20 if (base > 36)
26 if (*ptr >= '0' && *ptr <= '9' && *ptr < '0' + base)
28 else if (*ptr >= 'A' && *ptr < 'A' + base - 10)
30 else if (*ptr >= 'a' && *ptr < 'a' + base - 10)
35 ret *= base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dkstack.h12 unsigned long base = (unsigned long) tp; local
18 if (sp >= (base + sizeof(struct thread_info)) &&
19 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
23 base = (unsigned long) hardirq_stack[tp->cpu];
24 if (sp >= base &&
25 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
27 base = (unsigned long) softirq_stack[tp->cpu];
28 if (sp >= base &&
29 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
38 unsigned long base local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dkstack.h12 unsigned long base = (unsigned long) tp; local
18 if (sp >= (base + sizeof(struct thread_info)) &&
19 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
23 base = (unsigned long) hardirq_stack[tp->cpu];
24 if (sp >= base &&
25 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
27 base = (unsigned long) softirq_stack[tp->cpu];
28 if (sp >= base &&
29 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
38 unsigned long base local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/kernel/
H A Dpc873xx.c12 static unsigned int base, model; variable
17 return base;
25 static unsigned char __init pc873xx_read(unsigned int base, int reg) argument
27 outb(reg, base);
28 return inb(base + 1);
31 static void __init pc873xx_write(unsigned int base, int reg, unsigned char data) argument
36 outb(reg, base);
37 outb(data, base + 1);
38 outb(data, base + 1); /* Must be written twice */
46 while ((base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpc873xx.c12 static unsigned int base, model; variable
17 return base;
25 static unsigned char __init pc873xx_read(unsigned int base, int reg) argument
27 outb(reg, base);
28 return inb(base + 1);
31 static void __init pc873xx_write(unsigned int base, int reg, unsigned char data) argument
36 outb(reg, base);
37 outb(data, base + 1);
38 outb(data, base + 1); /* Must be written twice */
46 while ((base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dmidcomms.h17 int dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dide.h21 #define ide_default_io_ctl(base) (0)

Completed in 185 milliseconds

1234567891011>>