Home
last modified time | relevance | path

Searched refs:base_phys (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/dma/bestcomm/
H A Dsram.c66 bcom_sram->base_phys = res.start; in bcom_sram_init()
84 owner, (long)bcom_sram->base_phys, bcom_sram->size ); in bcom_sram_init()
103 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); in bcom_sram_init()
130 release_mem_region(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_cleanup()
148 *phys = bcom_sram->base_phys + offset; in bcom_sram_alloc()
/linux/include/linux/fsl/bestcomm/
H A Dsram.h25 phys_addr_t base_phys; member
43 return bcom_sram->base_phys + in bcom_sram_va2pa()
49 (unsigned long)(pa - bcom_sram->base_phys); in bcom_sram_pa2va()
/linux/drivers/watchdog/
H A Dlenovo_se30_wdt.c239 unsigned long base_phys; in lenovo_se30_wdt_probe() local
256 base_phys = (superio_inb(SIO_REG, LD_BASE_ADDR) | in lenovo_se30_wdt_probe()
263 if (base_phys == 0xFFFFFFFF || base_phys == 0) in lenovo_se30_wdt_probe()
270 if (!devm_request_mem_region(dev, base_phys, SHM_WIN_SIZE, LNV_SE30_NAME)) in lenovo_se30_wdt_probe()
273 priv->shm_base_addr = devm_ioremap(dev, base_phys, SHM_WIN_SIZE); in lenovo_se30_wdt_probe()
/linux/sound/soc/hisilicon/
H A Dhi6210-i2s.c41 phys_addr_t base_phys; member
425 dma_data->addr = i2s->base_phys + HII2S_ST_DL_CHANNEL; in hi6210_i2s_hw_params()
427 dma_data->addr = i2s->base_phys + HII2S_STEREO_UPLINK_CHANNEL; in hi6210_i2s_hw_params()
563 i2s->base_phys = (phys_addr_t)res->start; in hi6210_i2s_probe()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c217 phys_addr_t base_phys; member
929 cmdqv->base_phys = res->start; in __tegra241_cmdqv_probe()
1260 page0_base = cmdqv->base_phys + TEGRA241_VINTFi_PAGE0(vintf->idx); in tegra241_cmdqv_init_vintf_user()
/linux/drivers/spi/
H A Dspi-imx.c115 unsigned long base_phys; member
1875 tx.dst_addr = spi_imx->base_phys + MXC_CSPITXDATA; in spi_imx_dma_configure()
1885 rx.src_addr = spi_imx->base_phys + MXC_CSPIRXDATA; in spi_imx_dma_configure()
2311 spi_imx->base_phys = res->start; in spi_imx_probe()
H A Dspi-qpic-snand.c1557 snandc->base_phys = res->start; in qcom_spi_probe()