| /linux-4.1.27/sound/soc/intel/atom/sst/ | 
| D | sst_acpi.c | 162 	ctx->iram = devm_ioremap_nocache(ctx->dev, ctx->iram_base,  in sst_platform_get_resources() 172 	ctx->dram = devm_ioremap_nocache(ctx->dev, ctx->dram_base,  in sst_platform_get_resources() 181 	ctx->shim = devm_ioremap_nocache(ctx->dev, ctx->shim_phy_add,  in sst_platform_get_resources() 194 	ctx->mailbox = devm_ioremap_nocache(ctx->dev, ctx->mailbox_add,  in sst_platform_get_resources() 213 	ctx->ddr = devm_ioremap_nocache(ctx->dev, ctx->ddr_base,  in sst_platform_get_resources()
  | 
| /linux-4.1.27/drivers/char/hw_random/ | 
| D | octeon-rng.c | 84 	rng->control_status = devm_ioremap_nocache(&pdev->dev,  in octeon_rng_probe() 90 	rng->result = devm_ioremap_nocache(&pdev->dev,  in octeon_rng_probe()
  | 
| D | bcm63xx-rng.c | 116 	priv->regs = devm_ioremap_nocache(&pdev->dev, r->start,  in bcm63xx_rng_probe()
  | 
| /linux-4.1.27/lib/ | 
| D | devres.c | 54 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset,  in devm_ioremap_nocache()  function 72 EXPORT_SYMBOL(devm_ioremap_nocache); 159 		dest_ptr = devm_ioremap_nocache(dev, res->start, size);  in devm_ioremap_resource()
  | 
| /linux-4.1.27/drivers/char/tpm/ | 
| D | tpm_crb.c | 260 		devm_ioremap_nocache(dev, buf->control_area_pa, 0x1000);  in crb_acpi_add() 268 	priv->cmd = devm_ioremap_nocache(dev, pa,  in crb_acpi_add() 277 	priv->rsp = devm_ioremap_nocache(dev, pa,  in crb_acpi_add()
  | 
| /linux-4.1.27/include/linux/ | 
| D | io.h | 73 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset,
  | 
| /linux-4.1.27/scripts/coccinelle/free/ | 
| D | devm_free.cocci | 38  x = devm_ioremap_nocache(...)
  | 
| /linux-4.1.27/drivers/gpio/ | 
| D | gpio-em.c | 306 	p->base0 = devm_ioremap_nocache(&pdev->dev, io[0]->start,  in em_gio_probe() 314 	p->base1 = devm_ioremap_nocache(&pdev->dev, io[1]->start,  in em_gio_probe()
  | 
| D | gpio-xgene.c | 181 	gpio->base = devm_ioremap_nocache(&pdev->dev, res->start,  in xgene_gpio_probe()
  | 
| D | gpio-rcar.c | 419 	p->base = devm_ioremap_nocache(dev, io->start, resource_size(io));  in gpio_rcar_probe()
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath9k/ | 
| D | ahb.c | 106 	mem = devm_ioremap_nocache(&pdev->dev, res->start, resource_size(res));  in ath_ahb_probe()
  | 
| /linux-4.1.27/drivers/ata/ | 
| D | pata_rb532_cf.c | 153 	info->iobase = devm_ioremap_nocache(&pdev->dev, res->start,  in rb532_pata_driver_probe()
  | 
| D | pata_octeon_cf.c | 905 				cf_port->dma_base = (u64)devm_ioremap_nocache(&pdev->dev, res_dma->start,  in octeon_cf_probe() 923 		cs1 = devm_ioremap_nocache(&pdev->dev, res_cs1->start,  in octeon_cf_probe() 939 	cs0 = devm_ioremap_nocache(&pdev->dev, res_cs0->start,  in octeon_cf_probe()
  | 
| D | pata_arasan_cf.c | 830 	acdev->vbase = devm_ioremap_nocache(&pdev->dev, res->start,  in arasan_cf_probe()
  | 
| /linux-4.1.27/drivers/ipack/devices/ | 
| D | ipoctal.c | 282 	addr = devm_ioremap_nocache(&ipoctal->dev->dev,  in ipoctal_inst_slot() 298 		devm_ioremap_nocache(&ipoctal->dev->dev,  in ipoctal_inst_slot() 309 		devm_ioremap_nocache(&ipoctal->dev->dev,  in ipoctal_inst_slot()
  | 
| /linux-4.1.27/drivers/staging/fsl-mc/bus/ | 
| D | mc-sys.c | 100 	mc_portal_virt_addr = devm_ioremap_nocache(dev,  in fsl_create_mc_io()
  | 
| /linux-4.1.27/drivers/gpu/drm/sti/ | 
| D | sti_vtac.c | 190 		vtac->phy_regs = devm_ioremap_nocache(dev, res->start,  in sti_vtac_probe()
  | 
| D | sti_hda.c | 729 	hda->regs = devm_ioremap_nocache(dev, res->start, resource_size(res));  in sti_hda_probe() 736 		hda->video_dacs_ctrl = devm_ioremap_nocache(dev, res->start,  in sti_hda_probe()
  | 
| D | sti_hdmi.c | 815 	hdmi->regs = devm_ioremap_nocache(dev, res->start, resource_size(res));  in sti_hdmi_probe() 826 		hdmi->syscfg = devm_ioremap_nocache(dev, res->start,  in sti_hdmi_probe()
  | 
| D | sti_vtg.c | 330 	vtg->regs = devm_ioremap_nocache(dev, res->start, resource_size(res));  in vtg_probe()
  | 
| D | sti_dvo.c | 500 	dvo->regs = devm_ioremap_nocache(dev, res->start,  in sti_dvo_probe()
  | 
| D | sti_tvout.c | 725 	tvout->regs = devm_ioremap_nocache(dev, res->start, resource_size(res));  in sti_tvout_probe()
  | 
| /linux-4.1.27/drivers/watchdog/ | 
| D | rc32434_wdt.c | 274 	wdt_reg = devm_ioremap_nocache(&pdev->dev, r->start, resource_size(r));  in rc32434_wdt_probe()
  | 
| D | bcm63xx_wdt.c | 251 	bcm63xx_wdt_device.regs = devm_ioremap_nocache(&pdev->dev, r->start,  in bcm63xx_wdt_probe()
  | 
| /linux-4.1.27/sound/soc/au1x/ | 
| D | i2sc.c | 250 	ctx->mmio = devm_ioremap_nocache(&pdev->dev, iores->start,  in au1xi2s_drvprobe()
  | 
| D | ac97c.c | 250 	ctx->mmio = devm_ioremap_nocache(&pdev->dev, iores->start,  in au1xac97c_drvprobe()
  | 
| /linux-4.1.27/drivers/net/can/sja1000/ | 
| D | sja1000_platform.c | 181 	addr = devm_ioremap_nocache(&pdev->dev, res_mem->start,  in sp_probe()
  | 
| /linux-4.1.27/drivers/regulator/ | 
| D | ti-abb-regulator.c | 761 	abb->int_base = devm_ioremap_nocache(dev, res->start,  in ti_abb_probe() 781 	abb->efuse_base = devm_ioremap_nocache(dev, res->start,  in ti_abb_probe()
  | 
| /linux-4.1.27/drivers/gpu/drm/shmobile/ | 
| D | shmob_drm_drv.c | 153 	sdev->mmio = devm_ioremap_nocache(&pdev->dev, res->start,  in shmob_drm_load()
  | 
| /linux-4.1.27/sound/soc/intel/boards/ | 
| D | mfld_machine.c | 390 	mc_drv_ctx->int_base = devm_ioremap_nocache(&pdev->dev, irq_mem->start,  in snd_mfld_mc_probe()
  | 
| /linux-4.1.27/drivers/mtd/nand/ | 
| D | fsl_upm.c | 293 	fun->io_base = devm_ioremap_nocache(&ofdev->dev, io_res.start,  in fun_probe()
  | 
| /linux-4.1.27/drivers/pci/host/ | 
| D | pci-dra7xx.c | 353 	base = devm_ioremap_nocache(dev, res->start, resource_size(res));  in dra7xx_pcie_probe()
  | 
| /linux-4.1.27/arch/mips/pci/ | 
| D | pci-ar2315.c | 431 	apc->cfg_mem = devm_ioremap_nocache(dev, res->start,  in ar2315_pci_probe()
  | 
| /linux-4.1.27/drivers/mmc/host/ | 
| D | sdhci-acpi.c | 331 	host->ioaddr = devm_ioremap_nocache(dev, iomem->start,  in sdhci_acpi_probe()
  | 
| /linux-4.1.27/drivers/video/fbdev/mbx/ | 
| D | mbxfb.c | 943 	mfbi->reg_virt_addr = devm_ioremap_nocache(&dev->dev,  in mbxfb_probe() 953 	mfbi->fb_virt_addr = devm_ioremap_nocache(&dev->dev, mfbi->fb_phys_addr,  in mbxfb_probe()
  | 
| /linux-4.1.27/drivers/mfd/ | 
| D | htc-egpio.c | 289 	ei->base_addr = devm_ioremap_nocache(&pdev->dev, res->start,  in egpio_probe()
  | 
| /linux-4.1.27/drivers/irqchip/ | 
| D | irq-renesas-intc-irqpin.c | 467 		i->iomem = devm_ioremap_nocache(dev, io[k]->start,  in intc_irqpin_probe()
  | 
| /linux-4.1.27/drivers/net/ethernet/ | 
| D | ethoc.c | 1078 	priv->iobase = devm_ioremap_nocache(&pdev->dev, netdev->base_addr,  in ethoc_probe() 1087 		priv->membase = devm_ioremap_nocache(&pdev->dev,  in ethoc_probe()
  | 
| D | lantiq_etop.c | 727 	ltq_etop_membase = devm_ioremap_nocache(&pdev->dev,  in ltq_etop_probe()
  | 
| /linux-4.1.27/drivers/tty/serial/ | 
| D | meson_uart.c | 398 		port->membase = devm_ioremap_nocache(port->dev,  in meson_uart_request_port()
  | 
| D | lantiq.c | 530 		port->membase = devm_ioremap_nocache(&pdev->dev,  in lqasc_request_port()
  | 
| /linux-4.1.27/drivers/pinctrl/freescale/ | 
| D | pinctrl-imx1-core.c | 615 	ipctl->base = devm_ioremap_nocache(&pdev->dev, res->start,  in imx1_pinctrl_core_probe()
  | 
| /linux-4.1.27/drivers/video/fbdev/mmp/hw/ | 
| D | mmp_ctrl.c | 503 	ctrl->reg_base = devm_ioremap_nocache(ctrl->dev,  in mmphw_probe()
  | 
| /linux-4.1.27/Documentation/driver-model/ | 
| D | devres.txt | 278   devm_ioremap_nocache()
  | 
| /linux-4.1.27/drivers/pinctrl/ | 
| D | pinctrl-amd.c | 758 	gpio_dev->base = devm_ioremap_nocache(&pdev->dev, res->start,  in amd_gpio_probe()
  | 
| /linux-4.1.27/drivers/rtc/ | 
| D | rtc-sh.c | 626 	rtc->regbase = devm_ioremap_nocache(&pdev->dev, rtc->res->start,  in sh_rtc_probe()
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | pxa168fb.c | 674 	fbi->reg_base = devm_ioremap_nocache(&pdev->dev, res->start,  in pxa168fb_probe()
  | 
| D | gbefb.c | 1178 		gbe_mem = devm_ioremap_nocache(&p_dev->dev, gbe_mem_phys,  in gbefb_probe()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/ | 
| D | msm_drv.c | 92 	ptr = devm_ioremap_nocache(&pdev->dev, res->start, size);  in msm_ioremap()
  | 
| /linux-4.1.27/drivers/tty/ | 
| D | mips_ejtag_fdc.c | 899 	priv->reg = devm_ioremap_nocache(priv->dev, dev->res.start,  in mips_ejtag_fdc_tty_probe()
  | 
| /linux-4.1.27/drivers/tty/serial/8250/ | 
| D | 8250_omap.c | 1059 	membase = devm_ioremap_nocache(&pdev->dev, regs->start,  in omap8250_probe()
  | 
| /linux-4.1.27/drivers/net/ethernet/altera/ | 
| D | altera_tse_main.c | 1287 	*ptr = devm_ioremap_nocache(device, region->start,  in request_and_map()
  | 
| /linux-4.1.27/drivers/usb/phy/ | 
| D | phy-msm-usb.c | 1584 		phy_select = devm_ioremap_nocache(&pdev->dev, USB2_PHY_SEL, 4);  in msm_otg_probe()
  | 
| /linux-4.1.27/sound/soc/sh/ | 
| D | fsi.c | 1969 	master->base = devm_ioremap_nocache(&pdev->dev,  in fsi_probe()
  | 
| /linux-4.1.27/drivers/net/ethernet/ti/ | 
| D | netcp_core.c | 1898 		efuse = devm_ioremap_nocache(dev, res.start, size);  in netcp_create_interface()
  |