Home
last modified time | relevance | path

Searched refs:devm_ioremap_nocache (Results 1 – 55 of 55) sorted by relevance

/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst_acpi.c162 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/
Docteon-rng.c84 rng->control_status = devm_ioremap_nocache(&pdev->dev, in octeon_rng_probe()
90 rng->result = devm_ioremap_nocache(&pdev->dev, in octeon_rng_probe()
Dbcm63xx-rng.c116 priv->regs = devm_ioremap_nocache(&pdev->dev, r->start, in bcm63xx_rng_probe()
/linux-4.1.27/lib/
Ddevres.c54 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/
Dtpm_crb.c260 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/
Dio.h73 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset,
/linux-4.1.27/scripts/coccinelle/free/
Ddevm_free.cocci38 x = devm_ioremap_nocache(...)
/linux-4.1.27/drivers/gpio/
Dgpio-em.c306 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()
Dgpio-xgene.c181 gpio->base = devm_ioremap_nocache(&pdev->dev, res->start, in xgene_gpio_probe()
Dgpio-rcar.c419 p->base = devm_ioremap_nocache(dev, io->start, resource_size(io)); in gpio_rcar_probe()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dahb.c106 mem = devm_ioremap_nocache(&pdev->dev, res->start, resource_size(res)); in ath_ahb_probe()
/linux-4.1.27/drivers/ata/
Dpata_rb532_cf.c153 info->iobase = devm_ioremap_nocache(&pdev->dev, res->start, in rb532_pata_driver_probe()
Dpata_octeon_cf.c905 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()
Dpata_arasan_cf.c830 acdev->vbase = devm_ioremap_nocache(&pdev->dev, res->start, in arasan_cf_probe()
/linux-4.1.27/drivers/ipack/devices/
Dipoctal.c282 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/
Dmc-sys.c100 mc_portal_virt_addr = devm_ioremap_nocache(dev, in fsl_create_mc_io()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_vtac.c190 vtac->phy_regs = devm_ioremap_nocache(dev, res->start, in sti_vtac_probe()
Dsti_hda.c729 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()
Dsti_hdmi.c815 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()
Dsti_vtg.c330 vtg->regs = devm_ioremap_nocache(dev, res->start, resource_size(res)); in vtg_probe()
Dsti_dvo.c500 dvo->regs = devm_ioremap_nocache(dev, res->start, in sti_dvo_probe()
Dsti_tvout.c725 tvout->regs = devm_ioremap_nocache(dev, res->start, resource_size(res)); in sti_tvout_probe()
/linux-4.1.27/drivers/watchdog/
Drc32434_wdt.c274 wdt_reg = devm_ioremap_nocache(&pdev->dev, r->start, resource_size(r)); in rc32434_wdt_probe()
Dbcm63xx_wdt.c251 bcm63xx_wdt_device.regs = devm_ioremap_nocache(&pdev->dev, r->start, in bcm63xx_wdt_probe()
/linux-4.1.27/sound/soc/au1x/
Di2sc.c250 ctx->mmio = devm_ioremap_nocache(&pdev->dev, iores->start, in au1xi2s_drvprobe()
Dac97c.c250 ctx->mmio = devm_ioremap_nocache(&pdev->dev, iores->start, in au1xac97c_drvprobe()
/linux-4.1.27/drivers/net/can/sja1000/
Dsja1000_platform.c181 addr = devm_ioremap_nocache(&pdev->dev, res_mem->start, in sp_probe()
/linux-4.1.27/drivers/regulator/
Dti-abb-regulator.c761 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/
Dshmob_drm_drv.c153 sdev->mmio = devm_ioremap_nocache(&pdev->dev, res->start, in shmob_drm_load()
/linux-4.1.27/sound/soc/intel/boards/
Dmfld_machine.c390 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/
Dfsl_upm.c293 fun->io_base = devm_ioremap_nocache(&ofdev->dev, io_res.start, in fun_probe()
/linux-4.1.27/drivers/pci/host/
Dpci-dra7xx.c353 base = devm_ioremap_nocache(dev, res->start, resource_size(res)); in dra7xx_pcie_probe()
/linux-4.1.27/arch/mips/pci/
Dpci-ar2315.c431 apc->cfg_mem = devm_ioremap_nocache(dev, res->start, in ar2315_pci_probe()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-acpi.c331 host->ioaddr = devm_ioremap_nocache(dev, iomem->start, in sdhci_acpi_probe()
/linux-4.1.27/drivers/video/fbdev/mbx/
Dmbxfb.c943 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/
Dhtc-egpio.c289 ei->base_addr = devm_ioremap_nocache(&pdev->dev, res->start, in egpio_probe()
/linux-4.1.27/drivers/irqchip/
Dirq-renesas-intc-irqpin.c467 i->iomem = devm_ioremap_nocache(dev, io[k]->start, in intc_irqpin_probe()
/linux-4.1.27/drivers/net/ethernet/
Dethoc.c1078 priv->iobase = devm_ioremap_nocache(&pdev->dev, netdev->base_addr, in ethoc_probe()
1087 priv->membase = devm_ioremap_nocache(&pdev->dev, in ethoc_probe()
Dlantiq_etop.c727 ltq_etop_membase = devm_ioremap_nocache(&pdev->dev, in ltq_etop_probe()
/linux-4.1.27/drivers/tty/serial/
Dmeson_uart.c398 port->membase = devm_ioremap_nocache(port->dev, in meson_uart_request_port()
Dlantiq.c530 port->membase = devm_ioremap_nocache(&pdev->dev, in lqasc_request_port()
/linux-4.1.27/drivers/pinctrl/freescale/
Dpinctrl-imx1-core.c615 ipctl->base = devm_ioremap_nocache(&pdev->dev, res->start, in imx1_pinctrl_core_probe()
/linux-4.1.27/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c503 ctrl->reg_base = devm_ioremap_nocache(ctrl->dev, in mmphw_probe()
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt278 devm_ioremap_nocache()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-amd.c758 gpio_dev->base = devm_ioremap_nocache(&pdev->dev, res->start, in amd_gpio_probe()
/linux-4.1.27/drivers/rtc/
Drtc-sh.c626 rtc->regbase = devm_ioremap_nocache(&pdev->dev, rtc->res->start, in sh_rtc_probe()
/linux-4.1.27/drivers/video/fbdev/
Dpxa168fb.c674 fbi->reg_base = devm_ioremap_nocache(&pdev->dev, res->start, in pxa168fb_probe()
Dgbefb.c1178 gbe_mem = devm_ioremap_nocache(&p_dev->dev, gbe_mem_phys, in gbefb_probe()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.c92 ptr = devm_ioremap_nocache(&pdev->dev, res->start, size); in msm_ioremap()
/linux-4.1.27/drivers/tty/
Dmips_ejtag_fdc.c899 priv->reg = devm_ioremap_nocache(priv->dev, dev->res.start, in mips_ejtag_fdc_tty_probe()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c1059 membase = devm_ioremap_nocache(&pdev->dev, regs->start, in omap8250_probe()
/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_tse_main.c1287 *ptr = devm_ioremap_nocache(device, region->start, in request_and_map()
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1584 phy_select = devm_ioremap_nocache(&pdev->dev, USB2_PHY_SEL, 4); in msm_otg_probe()
/linux-4.1.27/sound/soc/sh/
Dfsi.c1969 master->base = devm_ioremap_nocache(&pdev->dev, in fsi_probe()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c1898 efuse = devm_ioremap_nocache(dev, res.start, size); in netcp_create_interface()