Home
last modified time | relevance | path

Searched refs:device_dma_offset_for_host_access (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c211 sg->dma_address - prop->device_dma_offset_for_host_access, in hl_dma_map_sgtable_caller()
234 if (prop->device_dma_offset_for_host_access) in hl_asic_dma_map_sgtable()
236 sg->dma_address += prop->device_dma_offset_for_host_access; in hl_asic_dma_map_sgtable()
254 sg->dma_address - prop->device_dma_offset_for_host_access, in hl_dma_unmap_sgtable_caller()
272 if (prop->device_dma_offset_for_host_access) in hl_asic_dma_unmap_sgtable()
274 sg->dma_address -= prop->device_dma_offset_for_host_access; in hl_asic_dma_unmap_sgtable()
Ddebugfs.c770 u64 offset = prop->device_dma_offset_for_host_access; in hl_access_host_mem()
Dhabanalabs.h742 u64 device_dma_offset_for_host_access; member
/linux-6.12.1/drivers/accel/habanalabs/goya/
Dgoya.c393 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in goya_set_fixed_properties()
/linux-6.12.1/drivers/accel/habanalabs/gaudi/
Dgaudi.c577 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in gaudi_set_fixed_properties()
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/
Dgaudi2.c2448 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE_0; in gaudi2_set_fixed_properties()