Searched refs:Base (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dex.S38 ! Exception Vector Base
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dio.c590 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
591 val = READ_BYTE(Base + (unsigned long)addr);
592 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base);
598 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
599 val = READ_WORD((Base + (unsigned long)addr));
600 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base);
605 volatile byte __iomem * Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
607 *data++ = READ_DWORD((Base + (unsigned long)addr));
610 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base);
614 volatile byte __iomem *Base local
628 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
634 volatile byte __iomem * Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
640 volatile byte __iomem * Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
650 volatile byte __iomem * Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
656 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
[all...]
H A Ddebug.c78 byte *Base; /* lowest address (constant) */ member in struct:MSG_QUEUE
79 byte *High; /* Base + Size (constant) */
98 Q->Base = Q->Head = Q->Tail = Buffer;
125 if (Q->Base + need > Q->Head) {
130 Q->Tail = Q->Base;
161 Q->Head = Q->Base;
165 Q->Head = Q->Tail = Q->Base;
236 *(void**)base = (void*)(base+sizeof(void*)); /* Store Base */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ks8695/
H A Dentry-macro.S21 ldr \base, =KS8695_IRQ_VA @ Base address of interrupt controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dibmtr_cs.c257 req.Base = 0;
265 ti->mmio = ioremap(req.Base, req.Size);
270 req.Base = 0;
280 ti->sram_virt = ioremap(req.Base, req.Size);
281 ti->sram_phys = req.Base;
H A Dfmvj18x_cs.c545 req.Base = 0; req.Size = 0;
553 base = ioremap(req.Base, req.Size);
600 req.Base = 0; req.Size = 0;
608 base = ioremap(req.Base, req.Size);
617 writeb(ioaddr & 0xff, base+0x80a); /* I/O Base(Low) of LAN */
618 writeb((ioaddr >> 8) & 0xff, base+0x80c); /* I/O Base(High) of LAN */
H A Dpcnet_cs.c310 req.Base = 0; req.Size = 0;
318 virt = ioremap(req.Base, req.Size);
1492 req.Base = 0; req.Size = window_size;
1503 info->base = ioremap(req.Base, window_size);
1607 PCMCIA_DEVICE_PROD_ID12("CF", "10Base-Ethernet", 0x44ebf863, 0x93ae4d79),
1724 PCMCIA_DEVICE_PROD_ID1("CyQ've 10 Base-T LAN CARD", 0x94faf360),
H A Dxirc2ps_cs.c907 req.Base = req.Size = 0;
913 local->dingo_ccr = ioremap(req.Base,0x1000) + 0x0800;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-sharpsl.S28 mov r1, #0x10000000 @ Base address of TC6393 chip
42 ldr r1, .W100ADDR @ Base address of w100 chip + regs offset
128 mov r1, #0x0c000000 @ Base address of NAND chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Driocmd.c579 struct CmdBlk **Base; local
629 Base = &UnixRupP->CmdsWaitingP;
631 rio_dprintk(RIO_DEBUG_CMD, "First try to queue cmdblk %p at %p\n", CmdBlkP, Base);
633 while (*Base) {
634 rio_dprintk(RIO_DEBUG_CMD, "Command cmdblk %p here\n", *Base);
635 Base = &((*Base)->NextP);
636 rio_dprintk(RIO_DEBUG_CMD, "Now try to queue cmd cmdblk %p at %p\n", CmdBlkP, Base);
639 rio_dprintk(RIO_DEBUG_CMD, "Will queue cmdblk %p at %p\n", CmdBlkP, Base);
641 *Base
[all...]
H A Drioinit.c94 int RIOAssignAT(struct rio_info *p, int Base, void __iomem *virtAddr, int mode) argument
99 if ((Base < ONE_MEG) || (mode & BYTE_ACCESS_MODE))
136 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Tests Passed at 0x%x\n", Base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dsedlbauer_cs.c333 req.Base = mem->win[0].host_addr;
390 printk(", mem 0x%06lx-0x%06lx", req.Base,
391 req.Base+req.Size-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo_cs.c308 req.Base = mem->win[0].host_addr;
365 printk(", mem 0x%06lx-0x%06lx", req.Base,
366 req.Base+req.Size-1);
H A Dray_cs.c439 req.Base = 0;
445 local->sram = ioremap(req.Base,req.Size);
449 req.Base = 0;
455 local->rmem = ioremap(req.Base,req.Size);
459 req.Base = 0;
465 local->amem = ioremap(req.Base,req.Size);
H A Dnetwave_cs.c780 req.Base = 0; req.Size = 0x8000;
787 ramBase = ioremap(req.Base, 0x8000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Doctagon-5066.c152 unsigned int Base = (1 << 6); local
157 outb(Base + (I%10),PAGE_IO);
H A Dpcmciamtd.c535 req.Base = 0;
569 dev->win_base = ioremap(req.Base, req.Size);
571 err("ioremap(%lu, %u) failed", req.Base, req.Size);
576 dev, req.Base, dev->win_base, req.Size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_resource.c296 req->Base = win->ctl.res->start;
910 if ((req->Base && (s->features & SS_CAP_STATIC_MAP)) ||
911 (req->Base & (align-1)))
913 if (req->Base)
929 win->ctl.res = pcmcia_find_mem_region(req->Base, req->Size, align,
955 req->Base = win->ctl.static_start;
957 req->Base = win->ctl.res->start;
H A Drsrc_nonstatic.c774 end = adj->resource.memory.Base + adj->resource.memory.Size - 1;
775 return adjust_memory(s, adj->Action, adj->resource.memory.Base, end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dcs.h37 u_long Base; member in struct:adjust_t::__anon10668::memory
232 u_long Base; member in struct:win_req_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dneofb.c1207 int Base; local
1211 Base = (var->yoffset * var->xres_virtual + var->xoffset) >> 2;
1212 Base *= (var->bits_per_pixel + 7) / 8;
1219 vga_wcrt(state->vgabase, 0x0C, (Base & 0x00FF00) >> 8);
1220 vga_wcrt(state->vgabase, 0x0D, (Base & 0x00FF));
1228 vga_wgfx(state->vgabase, 0x0E, (((Base >> 16) & 0x0f) | (oldExtCRTDispAddr & 0xf0)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1746 req.Base = mem->win[0].host_addr;
1758 data->MmioAddress = (unsigned long)ioremap_nocache(req.Base, req.Size);
1888 printk(", mem 0x%06lx-0x%06lx", req.Base,
1889 req.Base+req.Size-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskgehw.h133 #define PCI_BASE_1ST 0x10 /* 32 bit 1st Base address */
134 #define PCI_BASE_2ND 0x14 /* 32 bit 2nd Base address */
138 #define PCI_BASE_ROM 0x30 /* 32 bit Expansion ROM Base Address */
214 /* Byte 2: Base Class (02) */
228 /* PCI_BASE_1ST 32 bit 1st Base address */
229 #define PCI_MEMSIZE 0x4000L /* use 16 kB Memory Base */
230 #define PCI_MEMBASE_MSK 0xffffc000L /* Bit 31..14: Memory Base Address */
234 #define PCI_MEM32BIT (0L<<1) /* Base addr anywhere in 32 Bit range */
235 #define PCI_MEM1M (1L<<1) /* Base addr below 1 MegaByte */
236 #define PCI_MEM64BIT (2L<<1) /* Base add
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S331 ! Exception Vector Base
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2664 uInt Base; /* literal, length base, or distance base */ member in union:inflate_huft_s::__anon1529
3413 c = h->more.Base;
3607 #define base more.Base
4077 #define base more.Base
4395 #define base more.Base

Completed in 210 milliseconds

12