Home
last modified time | relevance | path

Searched refs:pci_mem_region (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/common/pci/
Dpci.c357 struct pci_mem_region *region = &hdev->pci_mem_region[i]; in hl_get_pci_memory_region()
/linux-6.12.1/drivers/accel/habanalabs/common/
Dfirmware_if.c2040 struct pci_mem_region *region) in hl_fw_dynamic_validate_memory_bound()
2081 struct pci_mem_region *region; in hl_fw_dynamic_validate_descriptor()
2122 region = &hdev->pci_mem_region[region_id]; in hl_fw_dynamic_validate_descriptor()
2147 struct pci_mem_region *region) in hl_fw_dynamic_validate_response()
2214 struct pci_mem_region *region; in hl_fw_dynamic_read_and_validate_descriptor()
2228 region = &hdev->pci_mem_region[region_id]; in hl_fw_dynamic_read_and_validate_descriptor()
2368 struct pci_mem_region *region; in hl_fw_dynamic_copy_image()
2400 struct pci_mem_region *region; in hl_fw_dynamic_copy_msg()
Ddevice.c51 static u64 hl_set_dram_bar(struct hl_device *hdev, u64 addr, struct pci_mem_region *region, in hl_set_dram_bar()
76 struct pci_mem_region *region = &hdev->pci_mem_region[region_type]; in hl_access_sram_dram_region()
290 struct pci_mem_region *cfg_region = &hdev->pci_mem_region[PCI_REGION_CFG]; in hl_access_cfg_region()
Dhabanalabs.h1363 struct pci_mem_region { struct
1428 struct pci_mem_region *image_region;
3487 struct pci_mem_region pci_mem_region[PCI_REGION_NUMBER]; member
Ddebugfs.c750 struct pci_mem_region *mem_reg; in hl_access_dev_mem_by_region()
754 mem_reg = &hdev->pci_mem_region[i]; in hl_access_dev_mem_by_region()
/linux-6.12.1/drivers/accel/habanalabs/goya/
Dgoya.c931 struct pci_mem_region *region; in goya_set_pci_memory_regions()
934 region = &hdev->pci_mem_region[PCI_REGION_CFG]; in goya_set_pci_memory_regions()
943 region = &hdev->pci_mem_region[PCI_REGION_SRAM]; in goya_set_pci_memory_regions()
952 region = &hdev->pci_mem_region[PCI_REGION_DRAM]; in goya_set_pci_memory_regions()
/linux-6.12.1/drivers/accel/habanalabs/gaudi/
Dgaudi.c1810 struct pci_mem_region *region; in gaudi_set_pci_memory_regions()
1813 region = &hdev->pci_mem_region[PCI_REGION_CFG]; in gaudi_set_pci_memory_regions()
1822 region = &hdev->pci_mem_region[PCI_REGION_SRAM]; in gaudi_set_pci_memory_regions()
1831 region = &hdev->pci_mem_region[PCI_REGION_DRAM]; in gaudi_set_pci_memory_regions()
1840 region = &hdev->pci_mem_region[PCI_REGION_SP_SRAM]; in gaudi_set_pci_memory_regions()
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/
Dgaudi2.c3486 struct pci_mem_region *region; in gaudi2_set_pci_memory_regions()
3489 region = &hdev->pci_mem_region[PCI_REGION_CFG]; in gaudi2_set_pci_memory_regions()
3498 region = &hdev->pci_mem_region[PCI_REGION_SRAM]; in gaudi2_set_pci_memory_regions()
3507 region = &hdev->pci_mem_region[PCI_REGION_DRAM]; in gaudi2_set_pci_memory_regions()