Searched refs:base (Results 351 - 375 of 1600) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/emma2rh/markeins/
H A Dirq.c56 extern void emma2rh_sw_irq_init(u32 base);
57 extern void emma2rh_gpio_irq_init(u32 base);
58 extern void emma2rh_irq_init(u32 base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dgpmc.c206 static void gpmc_cs_enable_mem(int cs, u32 base, u32 size) argument
214 l = (base >> GPMC_CHUNK_SHIFT) & 0x3f;
230 static void gpmc_cs_get_memconf(int cs, u32 *base, u32 *size) argument
236 *base = (l & 0x3f) << GPMC_CHUNK_SHIFT;
282 static int gpmc_cs_insert_mem(int cs, unsigned long base, unsigned long size) argument
289 res->start = base;
290 res->end = base + size - 1;
297 int gpmc_cs_request(int cs, unsigned long size, unsigned long *base) argument
323 *base = res->start;
362 u32 base, siz local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile-ostream.oo.c62 stream->base.vtable = &file_ostream_vtable;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfile-ostream.oo.c62 stream->base.vtable = &file_ostream_vtable;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dscanner.h75 insert_directory(const char * name, const char * path, const char * base, const char * parentID, int objectID);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/legacy/
H A Dgayle.c54 * These are at different offsets from the base
132 unsigned long base, ctrlport, irqport; local
157 base = (unsigned long)ZTWO_VADDR(phys_base);
158 ctrlport = GAYLE_HAS_CONTROL_REG ? (base + GAYLE_CONTROL) : 0;
160 ide_setup_ports(&hw, base, gayle_offsets,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dhplance.c158 lp->lance.base = va;
179 out_be16(lp->base + HPLANCE_REGOFF + LANCE_RAP, value);
180 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
187 out_be16(lp->base + HPLANCE_REGOFF + LANCE_RDP, value);
188 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
196 value = in_be16(lp->base + HPLANCE_REGOFF + LANCE_RDP);
197 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
210 out_8(lp->base + HPLANCE_STATUS, LE_IE);
219 out_8(lp->base + HPLANCE_STATUS, 0); /* disable interrupts at boardlevel */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dpata_cs5530.c62 void __iomem *base = cs5530_port_base(ap); local
67 tuning = ioread32(base + 0x04);
72 base += 0x08;
74 iowrite32(cs5530_pio_timings[format][adev->pio_mode - XFER_PIO_0], base);
89 void __iomem *base = cs5530_port_base(ap); local
94 tuning = ioread32(base + 0x04);
115 iowrite32(timing, base + 0x04);
121 iowrite32(tuning, base + 0x04);
122 iowrite32(timing, base + 0x0C);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dtime.c104 unsigned short base, pre, prediv; local
109 base = __res_bus_clock_speed_HZ / pre / HZ / (1 << prediv);
114 __set_TCSR_DATA(0, base & 0xff);
115 __set_TCSR_DATA(0, base >> 8);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dmachine_kexec.c159 unsigned long size, base; local
162 base = memparse(arg+1, &arg);
163 crashk_res.start = base;
164 crashk_res.end = base + size - 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dphonedev.c91 int base; local
95 base = 0;
99 base = unit;
104 for (i = base; i < end; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dsim710.c106 printk(KERN_NOTICE "sim710: irq = %d, clock = %d, base = 0x%lx, scsi_id = %d\n",
122 hostdata->base = ioport_map(base_addr, 64);
135 host->base = base_addr;
167 release_region(host->base, 64);
193 unsigned int base; local
208 * 01BB & 01BA port base by bits 7,6,5,4,3,2 in pos[2]
222 * 00F4 port base by bits 3,2,1 in pos[0]
240 base = io_01bb_by_pos[(pos[2] & 0xFC) >> 2];
250 base = io_004f_by_pos[((pos[0] & 0x0E) >> 1)];
260 base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dcputime.h22 __div(unsigned long long n, unsigned int base) argument
27 asm ("dr %0,%1" : "+d" (rp) : "d" (base >> 1));
34 __div(unsigned long long n, unsigned int base) argument
36 return n / base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dide.h29 static inline int ide_default_irq(unsigned long base) argument
42 /* we have no real I/O base address per interface, since all go through the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dsystem.h36 #define _set_base(addr,base) do { unsigned long __pr; \
45 "0" (base) \
61 #define set_base(ldt,base) _set_base( ((char *)&(ldt)) , (base) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Di2c-pnx.h27 u32 base; member in struct:i2c_pnx_algo_data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A DMakefile10 proc-y += inode.o root.o base.o generic.o array.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dhuffman.c171 Int32 *base,
185 for (i = 0; i < BZ_MAX_CODE_LEN; i++) base[i] = 0;
186 for (i = 0; i < alphaSize; i++) base[length[i]+1]++;
188 for (i = 1; i < BZ_MAX_CODE_LEN; i++) base[i] += base[i-1];
194 vec += (base[i+1] - base[i]);
199 base[i] = ((limit[i-1] + 1) << 1) - base[i];
170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile_name.h29 char base[8]; member in struct:dos_name_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-ostream.oo.c62 stream->base.vtable = &file_ostream_vtable;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-iop13xx/
H A Dentry-macro.S22 .macro get_irqnr_preamble, base, tmp
32 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-iop32x/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
24 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-iop33x/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
24 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ks8695/
H A Ddebug-macro.S20 ldreq \rx, =KS8695_UART_PA @ physical base address
21 ldrne \rx, =KS8695_UART_VA @ virtual base address
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-shark/
H A Dentry-macro.S13 .macro get_irqnr_preamble, base, tmp
19 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp

Completed in 170 milliseconds

<<11121314151617181920>>