host_phys_end_addr  260 drivers/misc/habanalabs/pci.c 	u64 host_phys_end_addr;
host_phys_end_addr  279 drivers/misc/habanalabs/pci.c 	host_phys_end_addr = host_phys_base_address + host_phys_size - 1;
host_phys_end_addr  284 drivers/misc/habanalabs/pci.c 	rc |= hl_pci_iatu_write(hdev, 0x010, lower_32_bits(host_phys_end_addr));
host_phys_end_addr  287 drivers/misc/habanalabs/pci.c 	rc |= hl_pci_iatu_write(hdev, 0x020, upper_32_bits(host_phys_end_addr));