Home
last modified time | relevance | path

Searched refs:dram_pci_bar_start (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1619 bar_address = hdev->dram_pci_bar_start + (device_address - prop->dram_base_address); in alloc_sgt_from_device_pages()
1947 bar_address = hdev->dram_pci_bar_start + (device_addr - prop->dram_base_address); in validate_export_params_no_mmu()
1949 if ((bar_address + size) > (hdev->dram_pci_bar_start + prop->dram_pci_bar_size) || in validate_export_params_no_mmu()
1978 bar_address = hdev->dram_pci_bar_start + in validate_export_params()
1982 (hdev->dram_pci_bar_start + prop->dram_pci_bar_size) || in validate_export_params()
H A Dhabanalabs.h3513 u64 dram_pci_bar_start; member
/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c642 hdev->dram_pci_bar_start = pci_resource_start(pdev, DDR_BAR_ID); in goya_early_init()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c836 hdev->dram_pci_bar_start = pci_resource_start(pdev, HBM_BAR_ID); in gaudi_early_init()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c3133 hdev->dram_pci_bar_start = pci_resource_start(pdev, DRAM_BAR_ID); in gaudi2_early_init()