Lines Matching refs:HOST_PHYS_BASE

560 	prop->device_dma_offset_for_host_access = HOST_PHYS_BASE;  in gaudi_set_fixed_properties()
751 outbound_region.addr = HOST_PHYS_BASE; in gaudi_init_iatu()
4408 (dma_addr - HOST_PHYS_BASE), size); in gaudi_mmap()
4775 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_alloc_coherent()
4784 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in gaudi_dma_free_coherent()
5063 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_pool_zalloc()
5072 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in gaudi_dma_pool_free()
5100 sg->dma_address += HOST_PHYS_BASE; in gaudi_dma_map_sg()
5113 sg->dma_address -= HOST_PHYS_BASE; in gaudi_dma_unmap_sg()
6160 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in gaudi_debugfs_read32()
6193 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in gaudi_debugfs_read32()
6195 *val = *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE); in gaudi_debugfs_read32()
6211 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in gaudi_debugfs_write32()
6244 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in gaudi_debugfs_write32()
6246 *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE) = val; in gaudi_debugfs_write32()
6262 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in gaudi_debugfs_read64()
6299 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in gaudi_debugfs_read64()
6301 *val = *(u64 *) phys_to_virt(addr - HOST_PHYS_BASE); in gaudi_debugfs_read64()
6317 host_phys_end = HOST_PHYS_BASE + HOST_PHYS_SIZE; in gaudi_debugfs_write64()
6353 } else if (addr >= HOST_PHYS_BASE && addr < host_phys_end && in gaudi_debugfs_write64()
6355 *(u64 *) phys_to_virt(addr - HOST_PHYS_BASE) = val; in gaudi_debugfs_write64()