ioremap_nocache   275 arch/x86/kernel/amd_iommu_init.c 	ret = ioremap_nocache(address, MMIO_REGION_LENGTH);
ioremap_nocache    44 arch/x86/kernel/hpet.c 	hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
ioremap_nocache  1155 arch/x86/kernel/pci-calgary_64.c 		bbar = ioremap_nocache(rio->BBAR, 1024 * 1024);
ioremap_nocache   117 arch/x86/kernel/quirks.c 	rcba_base = ioremap_nocache(rcba, 0x4000);
ioremap_nocache   369 arch/x86/mm/ioremap.c 		return ioremap_nocache(phys_addr, size);
ioremap_nocache    37 arch/x86/mm/testmmiotrace.c 	void __iomem *p = ioremap_nocache(mmio_address, 0x4000);
ioremap_nocache   119 arch/x86/pci/mmconfig_64.c 	addr = ioremap_nocache(cfg->address, size);
ioremap_nocache    46 include/asm-cris/io.h extern void __iomem * ioremap_nocache(unsigned long offset, unsigned long size);
ioremap_nocache   274 include/asm-frv/io.h #define ioremap_wc ioremap_nocache
ioremap_nocache    64 include/asm-generic/iomap.h #define ioremap_wc ioremap_nocache
ioremap_nocache   262 include/asm-mn10300/io.h #define ioremap_wc ioremap_nocache
ioremap_nocache   111 include/asm-x86/io_32.h extern void __iomem *ioremap_nocache(resource_size_t offset, unsigned long size);
ioremap_nocache   121 include/asm-x86/io_32.h 	return ioremap_nocache(offset, size);
ioremap_nocache   173 include/asm-x86/io_64.h extern void __iomem *ioremap_nocache(resource_size_t offset, unsigned long size);
ioremap_nocache   183 include/asm-x86/io_64.h 	return ioremap_nocache(offset, size);
ioremap_nocache    61 lib/devres.c   	addr = ioremap_nocache(offset, size);
ioremap_nocache   271 lib/iomap.c    		return ioremap_nocache(start, len);
ioremap_nocache  1140 sound/drivers/ml403-ac97cr.c 	ml403_ac97cr->port = ioremap_nocache(resource->start,
ioremap_nocache   279 sound/oss/vwsnd.c 	lith->page0 = ioremap_nocache(baseaddr + LI_PAGE0_OFFSET, PAGE_SIZE);
ioremap_nocache   280 sound/oss/vwsnd.c 	lith->page1 = ioremap_nocache(baseaddr + LI_PAGE1_OFFSET, PAGE_SIZE);
ioremap_nocache   281 sound/oss/vwsnd.c 	lith->page2 = ioremap_nocache(baseaddr + LI_PAGE2_OFFSET, PAGE_SIZE);
ioremap_nocache   935 sound/parisc/harmony.c 	h->iobase = ioremap_nocache(padev->hpa.start, HARMONY_SIZE);
ioremap_nocache   935 sound/pci/ad1889.c 	chip->iobase = ioremap_nocache(chip->bar, pci_resource_len(pci, 0));
ioremap_nocache  1612 sound/pci/atiixp.c 	chip->remap_addr = ioremap_nocache(chip->addr, pci_resource_len(pci, 0));
ioremap_nocache  1255 sound/pci/atiixp_modem.c 	chip->remap_addr = ioremap_nocache(chip->addr, pci_resource_len(pci, 0));
ioremap_nocache   183 sound/pci/au88x0/au88x0.c 	chip->mmio = ioremap_nocache(pci_resource_start(pci, 0),
ioremap_nocache   308 sound/pci/aw2/aw2-alsa.c 		ioremap_nocache(chip->iobase_phys,
ioremap_nocache   752 sound/pci/bt87x.c 	chip->mmio = ioremap_nocache(pci_resource_start(pci, 0),
ioremap_nocache  1385 sound/pci/cs4281.c 	chip->ba0 = ioremap_nocache(chip->ba0_addr, pci_resource_len(pci, 0));
ioremap_nocache  1386 sound/pci/cs4281.c 	chip->ba1 = ioremap_nocache(chip->ba1_addr, pci_resource_len(pci, 1));
ioremap_nocache  3821 sound/pci/cs46xx/cs46xx_lib.c 		region->remap_addr = ioremap_nocache(region->base, region->size);
ioremap_nocache   135 sound/pci/cs5530.c 	mem = ioremap_nocache(chip->pci_base, pci_resource_len(pci, 0));
ioremap_nocache  1935 sound/pci/echoaudio/echoaudio.c 		ioremap_nocache(chip->dsp_registers_phys, sz);
ioremap_nocache  2161 sound/pci/hda/hda_intel.c 	chip->remap_addr = ioremap_nocache(chip->addr, pci_resource_len(pci,0));
ioremap_nocache  1317 sound/pci/mixart/mixart.c 		mgr->mem[i].virt = ioremap_nocache(mgr->mem[i].phys,
ioremap_nocache  1348 sound/pci/nm256/nm256.c 	temp = ioremap_nocache(chip->buffer_addr + chip->buffer_end - 0x400, 16);
ioremap_nocache  1521 sound/pci/nm256/nm256.c 	chip->cport = ioremap_nocache(chip->cport_addr, NM_PORT2_SIZE);
ioremap_nocache  1589 sound/pci/nm256/nm256.c 	chip->buffer = ioremap_nocache(chip->buffer_addr, chip->buffer_size);
ioremap_nocache  1353 sound/pci/rme32.c 	rme32->iobase = ioremap_nocache(rme32->port, RME32_IO_SIZE);
ioremap_nocache  1562 sound/pci/rme96.c 	rme96->iobase = ioremap_nocache(rme96->port, RME96_IO_SIZE);
ioremap_nocache  5025 sound/pci/rme9652/hdsp.c 	if ((hdsp->iobase = ioremap_nocache(hdsp->port, HDSP_IO_EXTENT)) == NULL) {
ioremap_nocache  4407 sound/pci/rme9652/hdspm.c 	hdspm->iobase = ioremap_nocache(hdspm->port, io_extent);
ioremap_nocache  2476 sound/pci/rme9652/rme9652.c 	rme9652->iobase = ioremap_nocache(rme9652->port, RME9652_IO_EXTENT);
ioremap_nocache  1324 sound/pci/sis7019.c 	sis->ioaddr = ioremap_nocache(pci_resource_start(pci, 1), 0x4000);
ioremap_nocache  2359 sound/pci/ymfpci/ymfpci_main.c 	chip->reg_area_virt = ioremap_nocache(chip->reg_area_phys, 0x8000);