Lines Matching refs:HOST_PHYS_BASE

392 	prop->device_dma_offset_for_host_access = HOST_PHYS_BASE;  in goya_set_fixed_properties()
566 outbound_region.addr = HOST_PHYS_BASE; in goya_init_iatu()
2811 (dma_addr - HOST_PHYS_BASE), size); in goya_mmap()
2917 *dma_handle += HOST_PHYS_BASE; in goya_dma_alloc_coherent()
2926 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in goya_dma_free_coherent()
3191 *dma_handle += HOST_PHYS_BASE; in goya_dma_pool_zalloc()
3200 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in goya_dma_pool_free()
3234 sg->dma_address += HOST_PHYS_BASE; in goya_dma_map_sg()
3247 sg->dma_address -= HOST_PHYS_BASE; in goya_dma_unmap_sg()
4193 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in goya_debugfs_read32()
4220 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in goya_debugfs_read32()
4222 *val = *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE); in goya_debugfs_read32()
4253 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in goya_debugfs_write32()
4280 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in goya_debugfs_write32()
4282 *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE) = val; in goya_debugfs_write32()
4298 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in goya_debugfs_read64()
4329 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in goya_debugfs_read64()
4331 *val = *(u64 *) phys_to_virt(addr - HOST_PHYS_BASE); in goya_debugfs_read64()
4347 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in goya_debugfs_write64()
4376 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in goya_debugfs_write64()
4378 *(u64 *) phys_to_virt(addr - HOST_PHYS_BASE) = val; in goya_debugfs_write64()