Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/bestcomm/
Dsram.c73 bcom_sram->base_phys = (phys_addr_t) regaddr64; in bcom_sram_init()
77 if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) { in bcom_sram_init()
86 bcom_sram->base_virt = (void*) ioremap(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_init()
91 owner, (long)bcom_sram->base_phys, bcom_sram->size ); in bcom_sram_init()
115 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); in bcom_sram_init()
127 release_mem_region(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_init()
142 release_mem_region(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_cleanup()
160 *phys = bcom_sram->base_phys + offset; in bcom_sram_alloc()
/Linux-v5.4/arch/powerpc/sysdev/
Dfsl_85xx_cache_sram.c53 *phys = cache_sram->base_phys + offset; in mpc85xx_cache_sram_alloc()
86 cache_sram->base_phys = sram_params.sram_offset; in instantiate_cache_sram()
89 if (!request_mem_region(cache_sram->base_phys, cache_sram->size, in instantiate_cache_sram()
97 cache_sram->base_virt = ioremap_coherent(cache_sram->base_phys, in instantiate_cache_sram()
118 (unsigned long long)cache_sram->base_phys, cache_sram->size); in instantiate_cache_sram()
126 release_mem_region(cache_sram->base_phys, cache_sram->size); in instantiate_cache_sram()
141 release_mem_region(cache_sram->base_phys, cache_sram->size); in remove_cache_sram()
/Linux-v5.4/include/linux/fsl/bestcomm/
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-v5.4/drivers/staging/wusbcore/host/whci/
Dinit.c81 whc->base_phys = start; in whc_init()
172 if (whc->base_phys) in whc_clean_up()
173 release_mem_region(whc->base_phys, len); in whc_clean_up()
Dwhcd.h25 resource_size_t base_phys; member
/Linux-v5.4/arch/powerpc/include/asm/
Dfsl_85xx_cache_sram.h24 phys_addr_t base_phys; member
/Linux-v5.4/sound/soc/hisilicon/
Dhi6210-i2s.c42 phys_addr_t base_phys; member
424 dma_data->addr = i2s->base_phys + HII2S_ST_DL_CHANNEL; in hi6210_i2s_hw_params()
426 dma_data->addr = i2s->base_phys + HII2S_STEREO_UPLINK_CHANNEL; in hi6210_i2s_hw_params()
562 i2s->base_phys = (phys_addr_t)res->start; in hi6210_i2s_probe()
/Linux-v5.4/drivers/i2c/busses/
Di2c-tegra.c260 phys_addr_t base_phys; member
958 slv_config.src_addr = i2c_dev->base_phys + reg_offset; in tegra_i2c_config_fifo_trig()
969 slv_config.dst_addr = i2c_dev->base_phys + reg_offset; in tegra_i2c_config_fifo_trig()
1516 phys_addr_t base_phys; in tegra_i2c_probe() local
1521 base_phys = res->start; in tegra_i2c_probe()
1546 i2c_dev->base_phys = base_phys; in tegra_i2c_probe()
/Linux-v5.4/drivers/spi/
Dspi-fsl-lpspi.c102 unsigned long base_phys; member
377 tx.dst_addr = fsl_lpspi->base_phys + IMX7ULP_TDR; in fsl_lpspi_dma_configure()
388 rx.src_addr = fsl_lpspi->base_phys + IMX7ULP_RDR; in fsl_lpspi_dma_configure()
906 fsl_lpspi->base_phys = res->start; in fsl_lpspi_probe()
Dspi-imx.c87 unsigned long base_phys; member
1172 tx.dst_addr = spi_imx->base_phys + MXC_CSPITXDATA; in spi_imx_dma_configure()
1182 rx.src_addr = spi_imx->base_phys + MXC_CSPIRXDATA; in spi_imx_dma_configure()
1675 spi_imx->base_phys = res->start; in spi_imx_probe()
/Linux-v5.4/drivers/mtd/nand/raw/
Dqcom_nandc.c196 #define nandc_reg_phys(chip, offset) ((chip)->base_phys + (offset))
366 phys_addr_t base_phys; member
2938 nandc->base_phys = res->start; in qcom_nandc_probe()