Searched refs:base_phys (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/dma/bestcomm/ |
D | sram.c | 73 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-5.19.10/include/linux/fsl/bestcomm/ |
D | sram.h | 25 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-5.19.10/sound/soc/hisilicon/ |
D | hi6210-i2s.c | 42 phys_addr_t base_phys; member 426 dma_data->addr = i2s->base_phys + HII2S_ST_DL_CHANNEL; in hi6210_i2s_hw_params() 428 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-5.19.10/drivers/spi/ |
D | spi-fsl-lpspi.c | 97 unsigned long base_phys; member 354 tx.dst_addr = fsl_lpspi->base_phys + IMX7ULP_TDR; in fsl_lpspi_dma_configure() 365 rx.src_addr = fsl_lpspi->base_phys + IMX7ULP_RDR; in fsl_lpspi_dma_configure() 864 fsl_lpspi->base_phys = res->start; in fsl_lpspi_probe()
|
D | spi-imx.c | 99 unsigned long base_phys; member 1202 tx.dst_addr = spi_imx->base_phys + MXC_CSPITXDATA; in spi_imx_dma_configure() 1212 rx.src_addr = spi_imx->base_phys + MXC_CSPIRXDATA; in spi_imx_dma_configure() 1767 spi_imx->base_phys = res->start; in spi_imx_probe()
|
/linux-5.19.10/drivers/i2c/busses/ |
D | i2c-tegra.c | 269 phys_addr_t base_phys; member 1006 slv_config.src_addr = i2c_dev->base_phys + reg_offset; in tegra_i2c_config_fifo_trig() 1018 slv_config.dst_addr = i2c_dev->base_phys + reg_offset; in tegra_i2c_config_fifo_trig() 1764 i2c_dev->base_phys = res->start; in tegra_i2c_probe()
|
/linux-5.19.10/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 206 #define nandc_reg_phys(chip, offset) ((chip)->base_phys + (offset)) 380 phys_addr_t base_phys; member 3070 nandc->base_phys = res->start; in qcom_nandc_probe()
|