Home
last modified time | relevance | path

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

123

/Linux-v5.4/sound/soc/intel/atom/sst/
Dsst_acpi.c168 ctx->iram = devm_ioremap_nocache(ctx->dev, ctx->iram_base, in sst_platform_get_resources()
178 ctx->dram = devm_ioremap_nocache(ctx->dev, ctx->dram_base, in sst_platform_get_resources()
187 ctx->shim = devm_ioremap_nocache(ctx->dev, ctx->shim_phy_add, in sst_platform_get_resources()
200 ctx->mailbox = devm_ioremap_nocache(ctx->dev, ctx->mailbox_add, in sst_platform_get_resources()
219 ctx->ddr = devm_ioremap_nocache(ctx->dev, ctx->ddr_base, in sst_platform_get_resources()
/Linux-v5.4/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-v5.4/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-v5.4/include/linux/
Dio.h67 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset,
/Linux-v5.4/drivers/gpio/
Dgpio-em.c298 p->base0 = devm_ioremap_nocache(dev, io[0]->start, in em_gio_probe()
303 p->base1 = devm_ioremap_nocache(dev, io[1]->start, in em_gio_probe()
Dgpio-xgene.c174 gpio->base = devm_ioremap_nocache(&pdev->dev, res->start, in xgene_gpio_probe()
Dgpio-ath79.c262 ctrl->base = devm_ioremap_nocache(dev, res->start, resource_size(res)); in ath79_gpio_probe()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dahb.c95 mem = devm_ioremap_nocache(&pdev->dev, res->start, resource_size(res)); in ath_ahb_probe()
/Linux-v5.4/drivers/ata/
Dpata_rb532_cf.c143 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-v5.4/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-v5.4/drivers/ipack/devices/
Dipoctal.c279 addr = devm_ioremap_nocache(&ipoctal->dev->dev, in ipoctal_inst_slot()
295 devm_ioremap_nocache(&ipoctal->dev->dev, in ipoctal_inst_slot()
306 devm_ioremap_nocache(&ipoctal->dev->dev, in ipoctal_inst_slot()
/Linux-v5.4/drivers/usb/roles/
Dintel-xhci-usb-role-switch.c164 data->base = devm_ioremap_nocache(dev, res->start, resource_size(res)); in intel_xhci_usb_probe()
/Linux-v5.4/drivers/watchdog/
Drc32434_wdt.c269 wdt_reg = devm_ioremap_nocache(&pdev->dev, r->start, resource_size(r)); in rc32434_wdt_probe()
Dbcm63xx_wdt.c248 bcm63xx_wdt_device.regs = devm_ioremap_nocache(&pdev->dev, r->start, in bcm63xx_wdt_probe()
/Linux-v5.4/drivers/bus/fsl-mc/
Dmc-io.c100 mc_portal_virt_addr = devm_ioremap_nocache(dev, in fsl_create_mc_io()
/Linux-v5.4/scripts/coccinelle/free/
Ddevm_free.cocci55 x = devm_ioremap_nocache(...)
/Linux-v5.4/drivers/spi/
Dspi-jcore.c173 hw->base = devm_ioremap_nocache(&pdev->dev, res->start, in jcore_spi_probe()
/Linux-v5.4/tools/testing/nvdimm/
DKbuild4 ldflags-y += --wrap=devm_ioremap_nocache
/Linux-v5.4/sound/soc/au1x/
Di2sc.c251 ctx->mmio = devm_ioremap_nocache(&pdev->dev, iores->start, in au1xi2s_drvprobe()
Dac97c.c251 ctx->mmio = devm_ioremap_nocache(&pdev->dev, iores->start, in au1xac97c_drvprobe()
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_hda.c761 hda->regs = devm_ioremap_nocache(dev, res->start, resource_size(res)); in sti_hda_probe()
768 hda->video_dacs_ctrl = devm_ioremap_nocache(dev, res->start, in sti_hda_probe()
/Linux-v5.4/drivers/regulator/
Dti-abb-regulator.c751 abb->int_base = devm_ioremap_nocache(dev, res->start, in ti_abb_probe()
771 abb->efuse_base = devm_ioremap_nocache(dev, res->start, in ti_abb_probe()
/Linux-v5.4/drivers/net/can/sja1000/
Dsja1000_platform.c232 addr = devm_ioremap_nocache(&pdev->dev, res_mem->start, in sp_probe()
/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c218 priv->mmio = devm_ioremap_nocache(dev->dev, ioaddr, iosize); in hibmc_hw_map()

123