Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A 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()
H A Ddebugfs.c777 u64 offset = prop->device_dma_offset_for_host_access; in hl_access_host_mem()
H A Dhabanalabs.h729 u64 device_dma_offset_for_host_access; member
/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c393 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in goya_set_fixed_properties()
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c573 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in gaudi_set_fixed_properties()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2305 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE_0; in gaudi2_set_fixed_properties()