Searched refs:hl_pci_iatu_write (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/misc/habanalabs/common/pci/ |
| A D | pci.c | 274 rc |= hl_pci_iatu_write(hdev, offset + 0x8, in hl_pci_set_inbound_region() 276 rc |= hl_pci_iatu_write(hdev, offset + 0xC, in hl_pci_set_inbound_region() 278 rc |= hl_pci_iatu_write(hdev, offset + 0x10, in hl_pci_set_inbound_region() 283 rc |= hl_pci_iatu_write(hdev, offset + 0x14, in hl_pci_set_inbound_region() 285 rc |= hl_pci_iatu_write(hdev, offset + 0x18, in hl_pci_set_inbound_region() 333 rc |= hl_pci_iatu_write(hdev, 0x008, in hl_pci_set_outbound_region() 335 rc |= hl_pci_iatu_write(hdev, 0x00C, in hl_pci_set_outbound_region() 337 rc |= hl_pci_iatu_write(hdev, 0x010, in hl_pci_set_outbound_region() 339 rc |= hl_pci_iatu_write(hdev, 0x014, 0); in hl_pci_set_outbound_region() 344 rc |= hl_pci_iatu_write(hdev, 0x018, 0); in hl_pci_set_outbound_region() [all …]
|
| /linux/drivers/misc/habanalabs/common/ |
| A D | habanalabs.h | 2975 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data);
|
Completed in 18 milliseconds