Home
last modified time | relevance | path

Searched refs:hl_pci_iatu_write (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dpci.c146 * hl_pci_iatu_write() - iatu write routine.
153 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data) in hl_pci_iatu_write() function
222 rc |= hl_pci_iatu_write(hdev, offset + 0x8, in hl_pci_set_inbound_region()
224 rc |= hl_pci_iatu_write(hdev, offset + 0xC, in hl_pci_set_inbound_region()
226 rc |= hl_pci_iatu_write(hdev, offset + 0x10, in hl_pci_set_inbound_region()
231 rc |= hl_pci_iatu_write(hdev, offset + 0x14, in hl_pci_set_inbound_region()
233 rc |= hl_pci_iatu_write(hdev, offset + 0x18, in hl_pci_set_inbound_region()
235 rc |= hl_pci_iatu_write(hdev, offset + 0x0, 0); in hl_pci_set_inbound_region()
247 rc |= hl_pci_iatu_write(hdev, offset + 0x4, ctrl_reg_val); in hl_pci_set_inbound_region()
281 rc |= hl_pci_iatu_write(hde in hl_pci_set_outbound_region()
[all...]
H A Dhabanalabs.h1944 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data);
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/pci/
H A Dpci.c206 * hl_pci_iatu_write() - iatu write routine.
213 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data) in hl_pci_iatu_write() function
261 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()
270 rc |= hl_pci_iatu_write(hdev, offset + 0x14, lower_32_bits(pci_region->addr)); in hl_pci_set_inbound_region()
271 rc |= hl_pci_iatu_write(hdev, offset + 0x18, upper_32_bits(pci_region->addr)); in hl_pci_set_inbound_region()
274 rc |= hl_pci_iatu_write(hdev, offset + 0x0, 0); in hl_pci_set_inbound_region()
284 rc |= hl_pci_iatu_write(hdev, offset + 0x4, ctrl_reg_val); in hl_pci_set_inbound_region()
318 rc |= hl_pci_iatu_write(hde in hl_pci_set_outbound_region()
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs.h3866 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data);

Completed in 13 milliseconds