Home
last modified time | relevance | path

Searched refs:devm_ioremap_resource_wc (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Ddevres.c204 void __iomem *devm_ioremap_resource_wc(struct device *dev, in devm_ioremap_resource_wc() function
209 EXPORT_SYMBOL(devm_ioremap_resource_wc);
/linux/drivers/misc/
H A Dsram.c109 virt_base = devm_ioremap_resource_wc(sram->dev, &block->res); in sram_add_partition()
399 sram->virt_base = devm_ioremap_resource_wc(&pdev->dev, res); in sram_probe()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c639 adsp->mem_region = devm_ioremap_resource_wc(adsp->dev, &res); in adsp_alloc_memory_region()
H A Dqcom_q6v5_wcss.c890 wcss->mem_region = devm_ioremap_resource_wc(dev, &res); in q6v5_alloc_memory_region()
H A Dimx_rproc.c814 priv->mem[b].cpu_addr = devm_ioremap_resource_wc(&pdev->dev, &res); in imx_rproc_addr_init()