Searched refs:base_phys (Results 1 – 3 of 3) sorted by relevance
/drivers/dma/bestcomm/ |
D | sram.c | 72 bcom_sram->base_phys = (phys_addr_t) regaddr64; in bcom_sram_init() 76 if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) { in bcom_sram_init() 85 bcom_sram->base_virt = (void*) ioremap(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_init() 90 owner, (long)bcom_sram->base_phys, bcom_sram->size ); in bcom_sram_init() 114 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); in bcom_sram_init() 126 release_mem_region(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_init() 141 release_mem_region(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_cleanup() 159 *phys = bcom_sram->base_phys + offset; in bcom_sram_alloc()
|
/drivers/usb/host/whci/ |
D | init.c | 92 whc->base_phys = start; in whc_init() 184 if (whc->base_phys) in whc_clean_up() 185 release_mem_region(whc->base_phys, len); in whc_clean_up()
|
D | whcd.h | 38 resource_size_t base_phys; member
|