Searched refs:base_phys (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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-v4.19/arch/powerpc/sysdev/ |
D | fsl_85xx_cache_sram.c | 66 *phys = cache_sram->base_phys + offset; in mpc85xx_cache_sram_alloc() 99 cache_sram->base_phys = sram_params.sram_offset; in instantiate_cache_sram() 102 if (!request_mem_region(cache_sram->base_phys, cache_sram->size, in instantiate_cache_sram() 110 cache_sram->base_virt = ioremap_prot(cache_sram->base_phys, in instantiate_cache_sram() 131 (unsigned long long)cache_sram->base_phys, cache_sram->size); in instantiate_cache_sram() 139 release_mem_region(cache_sram->base_phys, cache_sram->size); in instantiate_cache_sram() 154 release_mem_region(cache_sram->base_phys, cache_sram->size); in remove_cache_sram()
|
/Linux-v4.19/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-v4.19/drivers/usb/host/whci/ |
D | init.c | 81 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()
|
D | whcd.h | 25 resource_size_t base_phys; member
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | fsl_85xx_cache_sram.h | 37 phys_addr_t base_phys; member
|
/Linux-v4.19/sound/soc/hisilicon/ |
D | hi6210-i2s.c | 50 phys_addr_t base_phys; member 432 dma_data->addr = i2s->base_phys + HII2S_ST_DL_CHANNEL; in hi6210_i2s_hw_params() 434 dma_data->addr = i2s->base_phys + HII2S_STEREO_UPLINK_CHANNEL; in hi6210_i2s_hw_params() 570 i2s->base_phys = (phys_addr_t)res->start; in hi6210_i2s_probe()
|
/Linux-v4.19/drivers/spi/ |
D | spi-imx.c | 80 unsigned long base_phys; member 1115 tx.dst_addr = spi_imx->base_phys + MXC_CSPITXDATA; in spi_imx_dma_configure() 1125 rx.src_addr = spi_imx->base_phys + MXC_CSPIRXDATA; in spi_imx_dma_configure() 1595 spi_imx->base_phys = res->start; in spi_imx_probe()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 205 #define nandc_reg_phys(chip, offset) ((chip)->base_phys + (offset)) 374 phys_addr_t base_phys; member 2954 nandc->base_phys = res->start; in qcom_nandc_probe()
|