Searched refs:ioremap_nocache (Results 126 - 150 of 241) sorted by relevance

12345678910

/drivers/firewire/
H A Dnosy.c563 lynx->registers = ioremap_nocache(pci_resource_start(dev, 0),
/drivers/hwmon/
H A Di5k_amb.c545 data->amb_mmio = ioremap_nocache(data->amb_base, data->amb_len);
/drivers/i2c/busses/
H A Di2c-pmcmsp.c296 pmcmsptwi_data.iobase = ioremap_nocache(res->start,
/drivers/infiniband/hw/qib/
H A Dqib_pcie.c151 dd->kregbase = ioremap_nocache(addr, len);
H A Dqib_init.c1551 qib_kregbase = ioremap_nocache(qib_physaddr, qib_kreglen);
1560 qib_userbase = ioremap_nocache(qib_physaddr + dd->uregbase,
/drivers/misc/
H A Dpti.c865 ioremap_nocache((u32)drv_data->aperture_base,
/drivers/net/irda/
H A Dsh_irda.c780 self->membase = ioremap_nocache(res->start, resource_size(res));
H A Dsh_sir.c729 self->membase = ioremap_nocache(res->start, resource_size(res));
/drivers/net/wireless/bcmdhd/include/
H A Dlinux_osl.h239 #define REG_MAP(pa, size) ioremap_nocache((unsigned long)(pa), (unsigned long)(size))
/drivers/parisc/
H A Diosapic.c864 isi->addr = ioremap_nocache(hpa, 4096);
/drivers/sh/clk/
H A Dcore.c376 mapping->base = ioremap_nocache(mapping->phys, mapping->len);
/drivers/sh/
H A Dpfc.c55 pip->window[k].virt = ioremap_nocache(res->start,
/drivers/spi/
H A Dspi-sh-msiof.c632 p->mapbase = ioremap_nocache(r->start, resource_size(r));
/drivers/tty/serial/
H A Dsc26xx.c652 up->port[0].membase = ioremap_nocache(up->port[0].mapbase, 0x40);
/drivers/usb/host/
H A Dpci-quirks.c822 base = ioremap_nocache(pci_resource_start(pdev, 0),
/drivers/video/matrox/
H A Dmatroxfb_base.h197 virt->vaddr = ioremap_nocache(phys, size);
/drivers/video/
H A Dpxa3xx-gcu.c639 priv->mmio_base = ioremap_nocache(r->start, resource_size(r));
H A Dsh7760fb.c469 par->base = ioremap_nocache(res->start, resource_size(res));
H A Dsh_mobile_meram.c645 priv->base = ioremap_nocache(regs->start, resource_size(regs));
H A Dsstfb.c1366 par->mmio_vbase = ioremap_nocache(fix->mmio_start,
1373 info->screen_base = ioremap_nocache(fix->smem_start, 0x400000);
/drivers/video/via/
H A Dvia-core.c488 vdev->engine_mmio = ioremap_nocache(vdev->engine_start,
/drivers/platform/x86/
H A Dsamsung-laptop.c1338 samsung->f0000_segment = ioremap_nocache(0xf0000, 0xffff);
1378 samsung->sabi_iface = ioremap_nocache(ifaceP, 16);
/drivers/tty/
H A Dcyclades.c3316 cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);
3747 addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
3753 addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
3769 ctl_addr = addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
3784 addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
/drivers/atm/
H A Deni.c34 #ifndef ioremap_nocache
35 #define ioremap_nocache(X,Y) ioremap(X,Y) macro
1723 if (!(base = ioremap_nocache(real_base,MAP_MAX_SIZE))) {
/drivers/usb/gadget/
H A Dnet2272.c2335 mem_mapped_addr[i] = ioremap_nocache(resource, len);
2413 mem_mapped_addr[i] = ioremap_nocache(resource, len);
2637 dev->base_addr = ioremap_nocache(base, len);

Completed in 508 milliseconds

12345678910