Searched refs:ioremap_nocache (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dvga.h20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dreset.c22 ((void (*)(void))ioremap_nocache(LOONGSON_BOOT_BASE, 4)) ();
26 func = (void *)ioremap_nocache(LOONGSON_BOOT_BASE, 4);
H A Duart_base.c44 (unsigned long)ioremap_nocache(loongson_uart_base, 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dcyclone.c53 reg = ioremap_nocache(offset, sizeof(reg));
68 reg = ioremap_nocache(offset, sizeof(reg));
78 reg = ioremap_nocache(offset, sizeof(reg));
88 cyclone_timer = ioremap_nocache(offset, sizeof(u64));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dcyclone.c54 reg = ioremap_nocache(offset, sizeof(u64));
72 reg = ioremap_nocache(offset, sizeof(u64));
84 reg = ioremap_nocache(offset, sizeof(u64));
96 cyclone_timer = ioremap_nocache(offset, sizeof(u32));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_serial.c58 up.membase = ioremap_nocache(up.mapbase, MSP_UART_REG_LEN);
87 up.membase = ioremap_nocache(up.mapbase, MSP_UART_REG_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Diomap.c37 return ioremap_nocache(start, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-sdk7786/
H A Dfpga.c38 base = ioremap_nocache(area + FPGA_REGS_OFFSET, FPGA_REGS_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dtestmmiotrace.c80 void __iomem *p = ioremap_nocache(mmio_address, size);
105 p = ioremap_nocache(mmio_address, PAGE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dioremap.c101 ioremap_nocache (unsigned long phys_addr, unsigned long size) function
108 EXPORT_SYMBOL(ioremap_nocache); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dts5500_flash.c72 ts5500_map.virt = ioremap_nocache(ts5500_map.phys, ts5500_map.size);
75 printk(KERN_ERR "Failed to ioremap_nocache\n");
H A Dsc520cdp.c191 mmcr = ioremap_nocache(SC520_MMCR_BASE, SC520_MMCR_EXTENT);
192 if(!mmcr) { /* ioremap_nocache failed: skip the PAR reprogramming */
242 sc520cdp_map[i].virt = ioremap_nocache(sc520cdp_map[i].phys, sc520cdp_map[i].size);
245 printk("Failed to ioremap_nocache\n");
H A Dnetsc520.c98 netsc520_map.virt = ioremap_nocache(netsc520_map.phys, netsc520_map.size);
101 printk("Failed to ioremap_nocache\n");
H A Dnettel.c178 nettel_mmcrp = (void *) ioremap_nocache(0xfffef000, 4096);
219 nettel_amd_map.virt = ioremap_nocache(amdaddr, maxsize);
305 nettel_intel_map.virt = ioremap_nocache(intel0addr, maxsize);
339 nettel_intel_map.virt = ioremap_nocache(intel0addr, maxsize);
H A Duclinux.c71 mapp->virt = ioremap_nocache(mapp->phys, mapp->size);
74 printk("uclinux[mtd]: ioremap_nocache() failed\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Diomap-pci.c61 return ioremap_nocache(start, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-display.c59 display = ioremap_nocache(LCD_DISPLAY_POS_BASE, 4*2*sizeof(int));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Dsetup.c50 pci_reg = ioremap_nocache(pci0_res[0].start,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Diomap.h64 #define ioremap_wc ioremap_nocache
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dclock-sh5.c74 cprc_base = (unsigned long)ioremap_nocache(CPRC_BASE, 1024);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/mm/
H A Dioremap.c72 * ioremap_nocache - map bus memory into CPU space
79 void __iomem *ioremap_nocache (unsigned long phys_addr, unsigned long size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Diomap.c41 return ioremap_nocache(start, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh5.c121 pcicr_virt = (unsigned long)ioremap_nocache(SH5PCI_ICR_BASE, 1024);
126 PCI_IO_AREA = (unsigned long)ioremap_nocache(SH5PCI_IO_BASE, 0x10000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/boards/
H A Dvme_vmivme7805.c69 vmic_base = ioremap_nocache(pci_resource_start(pdev, 0), 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsni_82596.c94 mpu_addr = ioremap_nocache(res->start, 4);
97 ca_addr = ioremap_nocache(ca->start, 4);
113 eth_addr = ioremap_nocache(idprom->start, 0x10);

Completed in 155 milliseconds

1234567891011>>