Lines Matching refs:addr
91 * @addr: Address to write to
96 static int hl_pci_elbi_write(struct hl_device *hdev, u64 addr, u32 data)
111 pci_write_config_dword(pdev, mmPCI_CONFIG_ELBI_ADDR, (u32) addr);
148 * @addr: Address to write to
153 int hl_pci_iatu_write(struct hl_device *hdev, u32 addr, u32 data)
159 dbi_offset = addr & 0xFFF;
232 lower_32_bits(pci_region->addr));
234 upper_32_bits(pci_region->addr));
257 pci_region->bar, pci_region->addr);
280 pci_region->addr + pci_region->size - 1;
282 lower_32_bits(pci_region->addr));
284 upper_32_bits(pci_region->addr));