Searched refs:base_phys (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/fsl/bestcomm/ |
H A D | sram.h | 25 phys_addr_t base_phys; member in struct:bcom_sram 43 return bcom_sram->base_phys + bcom_sram_va2pa() 49 (unsigned long)(pa - bcom_sram->base_phys); bcom_sram_pa2va()
|
/linux-4.4.14/drivers/dma/bestcomm/ |
H A D | sram.c | 73 bcom_sram->base_phys = (phys_addr_t) regaddr64; bcom_sram_init() 77 if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) { bcom_sram_init() 86 bcom_sram->base_virt = (void*) ioremap(bcom_sram->base_phys, bcom_sram->size); bcom_sram_init() 91 owner, (long)bcom_sram->base_phys, bcom_sram->size ); bcom_sram_init() 115 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); bcom_sram_init() 127 release_mem_region(bcom_sram->base_phys, bcom_sram->size); bcom_sram_init() 142 release_mem_region(bcom_sram->base_phys, bcom_sram->size); bcom_sram_cleanup() 160 *phys = bcom_sram->base_phys + offset; bcom_sram_alloc()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | fsl_85xx_cache_sram.c | 66 *phys = cache_sram->base_phys + offset; mpc85xx_cache_sram_alloc() 99 cache_sram->base_phys = sram_params.sram_offset; instantiate_cache_sram() 102 if (!request_mem_region(cache_sram->base_phys, cache_sram->size, instantiate_cache_sram() 110 cache_sram->base_virt = ioremap_prot(cache_sram->base_phys, instantiate_cache_sram() 131 (unsigned long long)cache_sram->base_phys, cache_sram->size); instantiate_cache_sram() 139 release_mem_region(cache_sram->base_phys, cache_sram->size); instantiate_cache_sram() 154 release_mem_region(cache_sram->base_phys, cache_sram->size); remove_cache_sram()
|
/linux-4.4.14/arch/metag/mm/ |
H A D | mmu-meta1.c | 53 unsigned long base_phys; __get_mmu_base() local 61 base_phys = metag_in32(MMCU_TABLE_PHYS_ADDR); __get_mmu_base() 62 base_phys += (0x800 * stride); __get_mmu_base() 64 return base_phys; __get_mmu_base()
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | init.c | 92 whc->base_phys = start; whc_init() 183 if (whc->base_phys) whc_clean_up() 184 release_mem_region(whc->base_phys, len); whc_clean_up()
|
H A D | whcd.h | 38 resource_size_t base_phys; member in struct:whc
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | fsl_85xx_cache_sram.h | 37 phys_addr_t base_phys; member in struct:mpc85xx_cache_sram
|
Completed in 436 milliseconds