Home
last modified time | relevance | path

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

123

/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_acpi.c179 ctx->iram = devm_ioremap_nocache(ctx->dev, ctx->iram_base, in sst_platform_get_resources()
189 ctx->dram = devm_ioremap_nocache(ctx->dev, ctx->dram_base, in sst_platform_get_resources()
198 ctx->shim = devm_ioremap_nocache(ctx->dev, ctx->shim_phy_add, in sst_platform_get_resources()
211 ctx->mailbox = devm_ioremap_nocache(ctx->dev, ctx->mailbox_add, in sst_platform_get_resources()
230 ctx->ddr = devm_ioremap_nocache(ctx->dev, ctx->ddr_base, in sst_platform_get_resources()
/Linux-v4.19/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()
/Linux-v4.19/lib/
Ddevres.c80 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset, in devm_ioremap_nocache() function
85 EXPORT_SYMBOL(devm_ioremap_nocache);
/Linux-v4.19/include/linux/
Dio.h78 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset,
/Linux-v4.19/drivers/usb/roles/
Dintel-xhci-usb-role-switch.c144 data->base = devm_ioremap_nocache(dev, res->start, resource_size(res)); in intel_xhci_usb_probe()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dahb.c95 mem = devm_ioremap_nocache(&pdev->dev, res->start, resource_size(res)); in ath_ahb_probe()
/Linux-v4.19/drivers/soc/xilinx/
Dxlnx_vcu.c514 xvcu->vcu_slcr_ba = devm_ioremap_nocache(&pdev->dev, res->start, in xvcu_probe()
527 xvcu->logicore_reg_ba = devm_ioremap_nocache(&pdev->dev, res->start, in xvcu_probe()
/Linux-v4.19/drivers/gpio/
Dgpio-em.c305 p->base0 = devm_ioremap_nocache(&pdev->dev, io[0]->start, in em_gio_probe()
313 p->base1 = devm_ioremap_nocache(&pdev->dev, io[1]->start, in em_gio_probe()
Dgpio-xgene.c185 gpio->base = devm_ioremap_nocache(&pdev->dev, res->start, in xgene_gpio_probe()
Dgpio-ath79.c263 ctrl->base = devm_ioremap_nocache( in ath79_gpio_probe()
/Linux-v4.19/drivers/ata/
Dpata_rb532_cf.c159 info->iobase = devm_ioremap_nocache(&pdev->dev, res->start, in rb532_pata_driver_probe()
Dpata_octeon_cf.c894 cf_port->dma_base = (u64)devm_ioremap_nocache(&pdev->dev, res_dma->start, in octeon_cf_probe()
912 cs1 = devm_ioremap_nocache(&pdev->dev, res_cs1->start, in octeon_cf_probe()
928 cs0 = devm_ioremap_nocache(&pdev->dev, res_cs0->start, in octeon_cf_probe()
/Linux-v4.19/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-v4.19/tools/testing/nvdimm/
DKbuild4 ldflags-y += --wrap=devm_ioremap_nocache
/Linux-v4.19/scripts/coccinelle/free/
Ddevm_free.cocci54 x = devm_ioremap_nocache(...)
/Linux-v4.19/drivers/bus/fsl-mc/
Dmc-io.c100 mc_portal_virt_addr = devm_ioremap_nocache(dev, in fsl_create_mc_io()
/Linux-v4.19/drivers/spi/
Dspi-jcore.c172 hw->base = devm_ioremap_nocache(&pdev->dev, res->start, in jcore_spi_probe()
/Linux-v4.19/drivers/watchdog/
Dbcm63xx_wdt.c248 bcm63xx_wdt_device.regs = devm_ioremap_nocache(&pdev->dev, r->start, in bcm63xx_wdt_probe()
Drc32434_wdt.c274 wdt_reg = devm_ioremap_nocache(&pdev->dev, r->start, resource_size(r)); in rc32434_wdt_probe()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/sti/
Dsti_hda.c758 hda->regs = devm_ioremap_nocache(dev, res->start, resource_size(res)); in sti_hda_probe()
765 hda->video_dacs_ctrl = devm_ioremap_nocache(dev, res->start, in sti_hda_probe()
/Linux-v4.19/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-v4.19/drivers/net/can/sja1000/
Dsja1000_platform.c243 addr = devm_ioremap_nocache(&pdev->dev, res_mem->start, in sp_probe()
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c240 priv->mmio = devm_ioremap_nocache(dev->dev, ioaddr, iosize); in hibmc_hw_map()

123