base_phys 24 arch/powerpc/include/asm/fsl_85xx_cache_sram.h phys_addr_t base_phys; base_phys 53 arch/powerpc/sysdev/fsl_85xx_cache_sram.c *phys = cache_sram->base_phys + offset; base_phys 86 arch/powerpc/sysdev/fsl_85xx_cache_sram.c cache_sram->base_phys = sram_params.sram_offset; base_phys 89 arch/powerpc/sysdev/fsl_85xx_cache_sram.c if (!request_mem_region(cache_sram->base_phys, cache_sram->size, base_phys 97 arch/powerpc/sysdev/fsl_85xx_cache_sram.c cache_sram->base_virt = ioremap_coherent(cache_sram->base_phys, base_phys 118 arch/powerpc/sysdev/fsl_85xx_cache_sram.c (unsigned long long)cache_sram->base_phys, cache_sram->size); base_phys 126 arch/powerpc/sysdev/fsl_85xx_cache_sram.c release_mem_region(cache_sram->base_phys, cache_sram->size); base_phys 141 arch/powerpc/sysdev/fsl_85xx_cache_sram.c release_mem_region(cache_sram->base_phys, cache_sram->size); base_phys 73 drivers/dma/bestcomm/sram.c bcom_sram->base_phys = (phys_addr_t) regaddr64; base_phys 77 drivers/dma/bestcomm/sram.c if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) { base_phys 86 drivers/dma/bestcomm/sram.c bcom_sram->base_virt = (void*) ioremap(bcom_sram->base_phys, bcom_sram->size); base_phys 91 drivers/dma/bestcomm/sram.c owner, (long)bcom_sram->base_phys, bcom_sram->size ); base_phys 115 drivers/dma/bestcomm/sram.c rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); base_phys 127 drivers/dma/bestcomm/sram.c release_mem_region(bcom_sram->base_phys, bcom_sram->size); base_phys 142 drivers/dma/bestcomm/sram.c release_mem_region(bcom_sram->base_phys, bcom_sram->size); base_phys 160 drivers/dma/bestcomm/sram.c *phys = bcom_sram->base_phys + offset; base_phys 260 drivers/i2c/busses/i2c-tegra.c phys_addr_t base_phys; base_phys 958 drivers/i2c/busses/i2c-tegra.c slv_config.src_addr = i2c_dev->base_phys + reg_offset; base_phys 969 drivers/i2c/busses/i2c-tegra.c slv_config.dst_addr = i2c_dev->base_phys + reg_offset; base_phys 1516 drivers/i2c/busses/i2c-tegra.c phys_addr_t base_phys; base_phys 1521 drivers/i2c/busses/i2c-tegra.c base_phys = res->start; base_phys 1546 drivers/i2c/busses/i2c-tegra.c i2c_dev->base_phys = base_phys; base_phys 196 drivers/mtd/nand/raw/qcom_nandc.c #define nandc_reg_phys(chip, offset) ((chip)->base_phys + (offset)) base_phys 366 drivers/mtd/nand/raw/qcom_nandc.c phys_addr_t base_phys; base_phys 2938 drivers/mtd/nand/raw/qcom_nandc.c nandc->base_phys = res->start; base_phys 102 drivers/spi/spi-fsl-lpspi.c unsigned long base_phys; base_phys 377 drivers/spi/spi-fsl-lpspi.c tx.dst_addr = fsl_lpspi->base_phys + IMX7ULP_TDR; base_phys 388 drivers/spi/spi-fsl-lpspi.c rx.src_addr = fsl_lpspi->base_phys + IMX7ULP_RDR; base_phys 912 drivers/spi/spi-fsl-lpspi.c fsl_lpspi->base_phys = res->start; base_phys 87 drivers/spi/spi-imx.c unsigned long base_phys; base_phys 1172 drivers/spi/spi-imx.c tx.dst_addr = spi_imx->base_phys + MXC_CSPITXDATA; base_phys 1182 drivers/spi/spi-imx.c rx.src_addr = spi_imx->base_phys + MXC_CSPIRXDATA; base_phys 1675 drivers/spi/spi-imx.c spi_imx->base_phys = res->start; base_phys 81 drivers/staging/wusbcore/host/whci/init.c whc->base_phys = start; base_phys 172 drivers/staging/wusbcore/host/whci/init.c if (whc->base_phys) base_phys 173 drivers/staging/wusbcore/host/whci/init.c release_mem_region(whc->base_phys, len); base_phys 25 drivers/staging/wusbcore/host/whci/whcd.h resource_size_t base_phys; base_phys 25 include/linux/fsl/bestcomm/sram.h phys_addr_t base_phys; base_phys 43 include/linux/fsl/bestcomm/sram.h return bcom_sram->base_phys + base_phys 49 include/linux/fsl/bestcomm/sram.h (unsigned long)(pa - bcom_sram->base_phys); base_phys 42 sound/soc/hisilicon/hi6210-i2s.c phys_addr_t base_phys; base_phys 424 sound/soc/hisilicon/hi6210-i2s.c dma_data->addr = i2s->base_phys + HII2S_ST_DL_CHANNEL; base_phys 426 sound/soc/hisilicon/hi6210-i2s.c dma_data->addr = i2s->base_phys + HII2S_STEREO_UPLINK_CHANNEL; base_phys 562 sound/soc/hisilicon/hi6210-i2s.c i2s->base_phys = (phys_addr_t)res->start;