Searched refs:ioremap (Results 226 - 250 of 715) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_rgmii.c95 p = (struct rgmii_regs *)ioremap(ocpdev->def->paddr,
99 "rgmii%d: could not ioremap device registers!\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h91 void __iomem * (*ioremap)(phys_addr_t addr, unsigned long size, member in struct:machdep_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dparport.h174 ioremap(d_base, d_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dio.h39 static inline void __iomem * ioremap (unsigned long offset, unsigned long size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A DMakefile10 lib-$(CONFIG_MMU) += ioremap.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dkahlua.c69 mem = ioremap(base, 128);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dpgtable_32.c145 ioremap(phys_addr_t addr, unsigned long size) function
149 EXPORT_SYMBOL(ioremap); variable
309 * This should only be called before ioremap is called.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_manage.c117 return ioremap(prop->address, prop->len);
218 *virt = ioremap(resource.start, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dscc_epci.c404 hose->cfg_addr = ioremap(r.start, (r.end - r.start + 1));
413 hose->cfg_data = ioremap(r.start, (r.end - r.start + 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dcommproc.c45 void *addr = ioremap (IMAP_ADDR + offset, \
53 void *addr = ioremap (IMAP_ADDR + offset, size); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dcpci690.c186 cpci690_br_base = ioremap(CPCI690_BR_BASE, CPCI690_BR_SIZE);
192 ioremap(CPCI690_TODC_BASE, CPCI690_TODC_SIZE), 8);
H A Dkatana.c210 vaddr = ioremap(CONFIG_MV64X60_NEW_BASE, MV64x60_INTERNAL_SPACE_SIZE);
413 cpld_base = ioremap(KATANA_CPLD_BASE, KATANA_CPLD_SIZE);
418 sram_base = ioremap(KATANA_INTERNAL_SRAM_BASE, MV64360_SRAM_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dvsyscall.c256 map1 = ioremap(__pa_vsymbol(&vsysc1), 2);
259 map2 = ioremap(__pa_vsymbol(&vsysc2), 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A DMakefile8 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsmivgxfb.c299 SMIRegs = ioremap(smifb_fix.mmio_start, smifb_fix.mmio_len);
307 SMILFB = ioremap(smifb_fix.smem_start, smifb_fix.smem_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-vr41xx.c327 rtc1_base = ioremap(res->start, res->end - res->start + 1);
337 rtc2_base = ioremap(res->start, res->end - res->start + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddtc.c226 base = ioremap(addr, 0x2000);
236 base = ioremap(bases[current_base].address, 0x2000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dibmtr_cs.c265 ti->mmio = ioremap(req.Base, req.Size);
280 ti->sram_virt = ioremap(req.Base, req.Size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dppchameleonevb.c222 ppchameleon_fio_base = ioremap(ppchameleon_fio_pbase, SZ_4M);
224 printk("ioremap PPChameleon NAND flash failed\n");
324 ppchameleonevb_fio_base = ioremap(ppchameleonevb_fio_pbase, SZ_4M);
326 printk("ioremap PPChameleonEVB NAND flash failed\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dio.h29 #include <ioremap.h>
219 * ioremap - map bus memory into CPU space
223 * ioremap performs a platform specific sequence of operations to
229 #define ioremap(offset, size) \ macro
243 * This version of ioremap ensures that the memory is marked uncachable
265 * This version of ioremap ensures that the memory is marked cachable by
273 * These two are MIPS specific ioremap variant. ioremap_cacheable_cow
523 * to explicitly ioremap() it. The fact that the ISA IO space is mapped
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dio.h246 * This is why we have no bus number argument to ioremap().
248 extern void __iomem *ioremap(unsigned long offset, unsigned long size);
249 #define ioremap_nocache(X,Y) ioremap((X),(Y))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dio.h58 * 0xCxxxxxxxxxxxxxxx MMIO cookie (return from ioremap)
311 * The address passed to these functions are ioremap()ped already.
422 extern void __iomem * ioremap(unsigned long offset, unsigned long size);
427 #define dmi_ioremap ioremap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dio.h29 #include <ioremap.h>
219 * ioremap - map bus memory into CPU space
223 * ioremap performs a platform specific sequence of operations to
229 #define ioremap(offset, size) \ macro
243 * This version of ioremap ensures that the memory is marked uncachable
265 * This version of ioremap ensures that the memory is marked cachable by
273 * These two are MIPS specific ioremap variant. ioremap_cacheable_cow
523 * to explicitly ioremap() it. The fact that the ISA IO space is mapped
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dio.h328 * No ioremap support here.
387 * ioremap and friends.
389 * ioremap takes a PCI memory address, as specified in
396 #define ioremap(cookie,size) __ioremap(cookie,size,0,1) macro
400 #define ioremap(cookie,size) __arch_ioremap((cookie),(size),0,1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dio.h265 * ioremap - map bus memory into CPU space
269 * ioremap performs a platform specific sequence of operations to make
274 #define ioremap(offset, size) \ macro
293 * no such thing as port-based I/O on AVR32, so a regular ioremap()
296 #define ioport_map(port, nr) ioremap(port, nr)

Completed in 139 milliseconds

1234567891011>>