Home
last modified time | relevance | path

Searched refs:hl_pci_iatu_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/habanalabs/common/pci/
H A Dpci.c261 rc |= hl_pci_iatu_write(hdev, offset + 0x8, in hl_pci_set_inbound_region()
263 rc |= hl_pci_iatu_write(hdev, offset + 0xC, in hl_pci_set_inbound_region()
265 rc |= hl_pci_iatu_write(hdev, offset + 0x10, in hl_pci_set_inbound_region()
274 rc |= hl_pci_iatu_write(hdev, offset + 0x0, 0); in hl_pci_set_inbound_region()
318 rc |= hl_pci_iatu_write(hdev, 0x008, in hl_pci_set_outbound_region()
320 rc |= hl_pci_iatu_write(hdev, 0x00C, in hl_pci_set_outbound_region()
322 rc |= hl_pci_iatu_write(hdev, 0x010, in hl_pci_set_outbound_region()
324 rc |= hl_pci_iatu_write(hdev, 0x014, 0); in hl_pci_set_outbound_region()
326 rc |= hl_pci_iatu_write(hdev, 0x018, 0); in hl_pci_set_outbound_region()
328 rc |= hl_pci_iatu_write(hdev, 0x020, in hl_pci_set_outbound_region()
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs.h3866 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data);