Searched refs:hl_pci_iatu_write (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/misc/habanalabs/common/pci/ |
| D | pci.c | 205 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data) in hl_pci_iatu_write() function 253 rc |= hl_pci_iatu_write(hdev, offset + 0x8, in hl_pci_set_inbound_region() 255 rc |= hl_pci_iatu_write(hdev, offset + 0xC, in hl_pci_set_inbound_region() 257 rc |= hl_pci_iatu_write(hdev, offset + 0x10, in hl_pci_set_inbound_region() 262 rc |= hl_pci_iatu_write(hdev, offset + 0x14, lower_32_bits(pci_region->addr)); in hl_pci_set_inbound_region() 263 rc |= hl_pci_iatu_write(hdev, offset + 0x18, upper_32_bits(pci_region->addr)); in hl_pci_set_inbound_region() 266 rc |= hl_pci_iatu_write(hdev, offset + 0x0, 0); in hl_pci_set_inbound_region() 276 rc |= hl_pci_iatu_write(hdev, offset + 0x4, ctrl_reg_val); in hl_pci_set_inbound_region() 310 rc |= hl_pci_iatu_write(hdev, 0x008, in hl_pci_set_outbound_region() 312 rc |= hl_pci_iatu_write(hdev, 0x00C, in hl_pci_set_outbound_region() [all …]
|
| /Linux-v6.1/drivers/misc/habanalabs/common/ |
| D | habanalabs.h | 3732 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data);
|