Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/accel/habanalabs/common/
Ddevice.c199 if (prop->device_dma_offset_for_host_access) in hl_dma_map_sgtable()
201 sg->dma_address += prop->device_dma_offset_for_host_access; in hl_dma_map_sgtable()
213 if (prop->device_dma_offset_for_host_access) in hl_dma_unmap_sgtable()
215 sg->dma_address -= prop->device_dma_offset_for_host_access; in hl_dma_unmap_sgtable()
Ddebugfs.c777 u64 offset = prop->device_dma_offset_for_host_access; in hl_access_host_mem()
Dhabanalabs.h729 u64 device_dma_offset_for_host_access; member
/linux-6.6.21/drivers/accel/habanalabs/goya/
Dgoya.c393 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in goya_set_fixed_properties()
/linux-6.6.21/drivers/accel/habanalabs/gaudi/
Dgaudi.c573 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in gaudi_set_fixed_properties()
/linux-6.6.21/drivers/accel/habanalabs/gaudi2/
Dgaudi2.c2305 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE_0; in gaudi2_set_fixed_properties()