Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/habanalabs/
Dpci.c260 u64 host_phys_end_addr; in hl_pci_init_iatu() local
279 host_phys_end_addr = host_phys_base_address + host_phys_size - 1; in hl_pci_init_iatu()
284 rc |= hl_pci_iatu_write(hdev, 0x010, lower_32_bits(host_phys_end_addr)); in hl_pci_init_iatu()
287 rc |= hl_pci_iatu_write(hdev, 0x020, upper_32_bits(host_phys_end_addr)); in hl_pci_init_iatu()