Searched refs:base (Results 326 - 350 of 1600) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Drsparser.c568 unsigned long base = res->start; local
570 p[4] = (base >> 8) & 0xff;
571 p[5] = ((base >> 8) >> 8) & 0xff;
572 p[6] = (base >> 8) & 0xff;
573 p[7] = ((base >> 8) >> 8) & 0xff;
581 unsigned long base = res->start; local
583 p[4] = base & 0xff;
584 p[5] = (base >> 8) & 0xff;
585 p[6] = (base >> 16) & 0xff;
586 p[7] = (base >> 2
599 { unsigned long base = res->start; local
631 unsigned long base = res->start; local
643 unsigned long base = res->start; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/pci/
H A Dsiimage.c80 * siimage_selreg - return register base
92 unsigned long base = (unsigned long)hwif->hwif_data; local
93 base += 0xA0 + r;
95 base += (hwif->channel << 6);
97 base += (hwif->channel << 4);
98 return base;
102 * siimage_seldev - return register base
114 unsigned long base = (unsigned long)hwif->hwif_data; local
115 base += 0xA0 + r;
117 base
137 unsigned long base = (unsigned long) hwif->hwif_data; local
290 unsigned long base = (unsigned long)hwif->hwif_data; local
411 unsigned long base = (unsigned long)hwif->hwif_data; local
780 unsigned long base; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anylinked_list2.h48 list->base.vtable = implementation;
49 list->base.equals_fn = equals_fn;
50 list->base.hashcode_fn = hashcode_fn;
51 list->base.dispose_fn = dispose_fn;
52 list->base.allow_duplicates = allow_duplicates;
75 list->base.vtable = implementation;
76 list->base.equals_fn = equals_fn;
77 list->base.hashcode_fn = hashcode_fn;
78 list->base.dispose_fn = dispose_fn;
79 list->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c446 mmtimer_t *base = timers[indx] + i; local
448 spin_lock(&base->lock);
449 if (base->cpu == smp_processor_id()) {
450 if (base->timer)
451 expires = base->timer->it.mmtimer.expires;
456 tasklet_schedule(&base->tasklet);
460 spin_unlock(&base->lock);
564 mmtimer_t *base; local
609 base = timers[nodeid] + i;
610 if (!base
724 mmtimer_t * base = timers[node] + i; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dsata_vsc.c55 /* Interrupt register offsets (from chip base address) */
74 /* DMA base */
79 /* SCRs base */
345 void __iomem *base)
347 port->cmd_addr = base + VSC_SATA_TF_CMD_OFFSET;
348 port->data_addr = base + VSC_SATA_TF_DATA_OFFSET;
349 port->error_addr = base + VSC_SATA_TF_ERROR_OFFSET;
350 port->feature_addr = base + VSC_SATA_TF_FEATURE_OFFSET;
351 port->nsect_addr = base + VSC_SATA_TF_NSECT_OFFSET;
352 port->lbal_addr = base
344 vsc_sata_setup_port(struct ata_ioports *port, void __iomem *base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_zmii.c104 dev->base = p;
113 p = dev->base;
196 u32 fer = in_be32(&dev->base->fer) & ~ZMII_FER_MDI_ALL;
200 out_be32(&dev->base->fer, fer | ZMII_FER_MDI(input));
206 u32 ssr = in_be32(&dev->base->ssr);
215 out_be32(&dev->base->ssr, ssr);
226 out_be32(&dev->base->fer,
227 in_be32(&dev->base->fer) & ~zmii_mode_mask(dev->mode, input));
232 iounmap(dev->base);
251 memcpy_fromio(regs, dev->base, sizeo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/se/7300/
H A Dio.c19 unsigned long base; member in struct:iop
47 return *(unsigned char *) (p->base + port);
53 return *(unsigned short *) (p->base + port);
59 *(unsigned char *) (p->base + port) = value;
65 *(unsigned short *) (p->base + port) = value;
71 unsigned long addr = p->base + port + 0x40000;
83 unsigned long addr = p->base + port + 0x40000;
107 .base = 0xb4000000,
120 .base = 0xb0600000 + 0x80, /* soft 0x280 -> hard 0x300 */
131 .base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/se/73180/
H A Dio.c19 unsigned long base; member in struct:iop
47 return *(unsigned char *) (p->base + port);
53 return *(unsigned short *) (p->base + port);
59 *(unsigned char *) (p->base + port) = value;
65 *(unsigned short *) (p->base + port) = value;
71 unsigned long addr = p->base + port + 0x40000;
83 unsigned long addr = p->base + port + 0x40000;
107 .base = 0xb4000000,
120 .base = 0xb0600000 + 0x80, /* soft 0x280 -> hard 0x300 */
131 .base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/se/7343/
H A Dio.c15 unsigned long base; member in struct:iop
50 return *(unsigned char *) (p->base + port);
56 return *(unsigned short *) (p->base + port);
62 *(unsigned char *) (p->base + port) = value;
68 *(unsigned short *) (p->base + port) = value;
74 unsigned long addr = p->base + port + 0x40000;
86 unsigned long addr = p->base + port + 0x40000;
110 .base = 0x04000000,
124 .base = 0xb0600000 + 0x80, /* soft 0x280 -> hard 0x300 */
136 .base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dinit.c63 /* Bonito64 system controller register base. */
67 /* GT64120 system controller register base */
70 /* MIPS System controller register base */
231 void *base; local
234 base = cpu_has_veic ?
237 memcpy(base, &except_vec_nmi, 0x80);
238 flush_icache_range((unsigned long)base, (unsigned long)base + 0x80);
243 void *base; local
246 base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c172 unsigned long strtoul(const char *string, char **eptr, int base) argument
176 if(base < 1 || base > 36) {
191 if(base == 16 && string[0] == '0' &&
195 if(base == 2 && string[0] == '0' &&
199 while( (dig = getdigit(*string, base)) != -1 ) {
200 accu = accu * base + dig;
210 long strtol(const char *string, char **eptr, int base) argument
215 return -(long) strtoul(string+1, eptr, base);
219 return (long) strtoul(string, eptr, base);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dmpcore_wdt.c39 void __iomem *base; member in struct:mpcore_wdt
72 if (readl(wdt->base + TWD_WDOG_INTSTAT)) {
76 writel(1, wdt->base + TWD_WDOG_INTSTAT);
99 writel(count + wdt->perturb, wdt->base + TWD_WDOG_LOAD);
106 writel(0x12345678, wdt->base + TWD_WDOG_DISABLE);
107 writel(0x87654321, wdt->base + TWD_WDOG_DISABLE);
108 writel(0x0, wdt->base + TWD_WDOG_CONTROL);
120 writel(0x0000FF01, wdt->base + TWD_WDOG_CONTROL);
123 writel(0x0000FF09, wdt->base + TWD_WDOG_CONTROL);
344 wdt->base
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c48 u_long *base);
259 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, u_long *base) argument
264 *base = pci_resource_start(ahc->dev_softc, 0);
265 if (*base == 0)
267 if (request_region(*base, 256, "aic7xxx") == 0)
302 u_long base; local
311 base = 0;
313 error = ahc_linux_pci_reserve_mem_region(ahc, &base, &maddr);
315 ahc->platform_data->mem_busaddr = base;
345 base);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_printing.c99 char *base, *new_path; local
141 reg_split_path( keystr, &base, &new_path );
146 if ( StrCaseCmp( environments[env_index], base ) == 0 ) {
190 reg_split_path( keystr, &base, &new_path );
193 num_drivers = get_ntdrivers( &drivers, environments[env_index], atoi(base) );
233 char *base, *new_path; local
262 reg_split_path( keystr, &base, &new_path );
263 if ( !base || !new_path )
265 fstrcpy( env, base );
270 reg_split_path( keystr, &base,
470 char *base, *new_path; local
526 char *base, *new_path; local
675 char *p, *base; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dbkm_a8.c84 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80));
90 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80, value);
96 readfifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
102 writefifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
109 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0)));
115 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0), value);
123 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, IPAC_MASK,
131 #define READHSCX(cs, nr, reg) readreg(cs->hw.ax.base, \
133 #define WRITEHSCX(cs, nr, reg, data) writereg(cs->hw.ax.base, \
135 #define READHSCXFIFO(cs, nr, ptr, cnt) readfifo(cs->hw.ax.base, \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinftree9.c55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
178 base = extra = work; /* dummy value--not used */
182 base = lbase;
183 base -= 257;
189 base = dbase;
219 this.val = base[wor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dsnprintf.c540 union value *value, int base, int dosign,
544 union value *value, int base, int dosign,
657 int base = 0; local
664 ljust = len = zpad = base = signed_val = 0;
695 if( base == 0 ){ base = 10; signed_val = 0; }
697 if( base == 0 ){ base = 8; signed_val = 0; }
699 if( base == 0 ){ base
820 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
886 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sni/
H A Dsniprom.c96 u32 base; member in struct:membank
114 if (memconf[i].base >= 0x20000000 &&
115 memconf[i].base < 0x30000000) {
116 memconf[i].base -= 0x20000000;
120 memconf[i].size, memconf[i].base);
121 add_memory_region(memconf[i].base, memconf[i].size, BOOT_MEM_RAM);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_util.c34 __u32 base = 0; // cfi->chips[0].start; local
54 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL);
59 cfi_read_query(map, base+((adr+i)*ofs_factor));
63 cfi_send_gen_cmd(0xf0, 0, base, map, cfi, cfi->device_type, NULL);
64 cfi_send_gen_cmd(0xff, 0, base, map, cfi, cfi->device_type, NULL);
67 (void) map_read(map, base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq.suse29 # Determine the base and follow a runlevel link name.
30 base=${0##*/}
31 link=${base#*[SK][0-9][0-9]}
34 test $link = $base && START_DNSMASQ=yes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinftree9.c55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
178 base = extra = work; /* dummy value--not used */
182 base = lbase;
183 base -= 257;
189 base = dbase;
219 this.val = base[wor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_gsc.h59 #define EPPDATA(p) ((p)->base + 0x4)
60 #define EPPADDR(p) ((p)->base + 0x3)
61 #define CONTROL(p) ((p)->base + 0x2)
62 #define STATUS(p) ((p)->base + 0x1)
63 #define DATA(p) ((p)->base + 0x0)
217 extern struct parport *parport_gsc_probe_port(unsigned long base,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinftrees.c41 const unsigned short *base; /* base value table to use */ local
43 int end; /* use base and extra for symbol > end */
46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
52 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
170 base = extra = work; /* dummy value--not used */
174 base = lbase;
175 base -= 257;
181 base = dbase;
211 this.val = base[wor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Ddiv64.h10 * uint32_t do_div(uint64_t *n, uint32_t base)
12 * uint32_t remainder = *n % base;
13 * *n = *n / base;
31 #define __do_div_asm(n, base) \
33 register unsigned int __base asm("r4") = base; \
51 #define do_div(n, base) __do_div_asm(n, base)
65 #define do_div(n, base) \
67 unsigned int __r, __b = (base); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dppa.c27 static void ppa_reset_pulse(unsigned int base);
31 int base; /* Actual port address */ member in struct:__anon6843
55 dev->base = dev->dev->port->base;
197 unsigned short ppb = dev->base;
255 static int ppa_byte_out(unsigned short base, const char *buffer, int len) argument
260 w_dtr(base, *buffer++);
261 w_ctr(base, 0xe);
262 w_ctr(base, 0xc);
267 static int ppa_byte_in(unsigned short base, cha argument
279 ppa_nibble_in(unsigned short base, char *buffer, int len) argument
873 ppa_reset_pulse(unsigned int base) argument
[all...]

Completed in 154 milliseconds

<<11121314151617181920>>