Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/pci/
H A Dpci.c357 struct pci_mem_region *region = &hdev->pci_mem_region[i]; in hl_get_pci_memory_region()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1999 struct pci_mem_region *region) in hl_fw_dynamic_validate_memory_bound()
2040 struct pci_mem_region *region; in hl_fw_dynamic_validate_descriptor()
2081 region = &hdev->pci_mem_region[region_id]; in hl_fw_dynamic_validate_descriptor()
2106 struct pci_mem_region *region) in hl_fw_dynamic_validate_response()
2173 struct pci_mem_region *region; in hl_fw_dynamic_read_and_validate_descriptor()
2187 region = &hdev->pci_mem_region[region_id]; in hl_fw_dynamic_read_and_validate_descriptor()
2327 struct pci_mem_region *region; in hl_fw_dynamic_copy_image()
2359 struct pci_mem_region *region; in hl_fw_dynamic_copy_msg()
H A Ddevice.c46 static u64 hl_set_dram_bar(struct hl_device *hdev, u64 addr, struct pci_mem_region *region, in hl_set_dram_bar()
70 struct pci_mem_region *region = &hdev->pci_mem_region[region_type]; in hl_access_sram_dram_region()
231 struct pci_mem_region *cfg_region = &hdev->pci_mem_region[PCI_REGION_CFG]; in hl_access_cfg_region()
H A Dhabanalabs.h1288 * struct pci_mem_region - describe memory region in a PCI bar
1296 struct pci_mem_region { struct
1361 struct pci_mem_region *image_region;
3198 * @pci_mem_region: array of memory regions in the PCI
3383 struct pci_mem_region pci_mem_region[PCI_REGION_NUMBER]; member
H A Ddebugfs.c757 struct pci_mem_region *mem_reg; in hl_access_dev_mem_by_region()
761 mem_reg = &hdev->pci_mem_region[i]; in hl_access_dev_mem_by_region()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H A Dgoya.c936 struct pci_mem_region *region; in goya_set_pci_memory_regions()
939 region = &hdev->pci_mem_region[PCI_REGION_CFG]; in goya_set_pci_memory_regions()
948 region = &hdev->pci_mem_region[PCI_REGION_SRAM]; in goya_set_pci_memory_regions()
957 region = &hdev->pci_mem_region[PCI_REGION_DRAM]; in goya_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c1809 struct pci_mem_region *region; in gaudi_set_pci_memory_regions()
1812 region = &hdev->pci_mem_region[PCI_REGION_CFG]; in gaudi_set_pci_memory_regions()
1821 region = &hdev->pci_mem_region[PCI_REGION_SRAM]; in gaudi_set_pci_memory_regions()
1830 region = &hdev->pci_mem_region[PCI_REGION_DRAM]; in gaudi_set_pci_memory_regions()
1839 region = &hdev->pci_mem_region[PCI_REGION_SP_SRAM]; in gaudi_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c3319 struct pci_mem_region *region; in gaudi2_set_pci_memory_regions()
3322 region = &hdev->pci_mem_region[PCI_REGION_CFG]; in gaudi2_set_pci_memory_regions()
3331 region = &hdev->pci_mem_region[PCI_REGION_SRAM]; in gaudi2_set_pci_memory_regions()
3340 region = &hdev->pci_mem_region[PCI_REGION_DRAM]; in gaudi2_set_pci_memory_regions()

Completed in 45 milliseconds