Lines Matching refs:inbound_region
754 struct hl_inbound_pci_region inbound_region;
762 inbound_region.mode = PCI_BAR_MATCH_MODE;
763 inbound_region.bar = SRAM_BAR_ID;
764 inbound_region.addr = SRAM_BASE_ADDR;
765 rc = hl_pci_set_inbound_region(hdev, 0, &inbound_region);
770 inbound_region.mode = PCI_BAR_MATCH_MODE;
771 inbound_region.bar = CFG_BAR_ID;
772 inbound_region.addr = SPI_FLASH_BASE_ADDR;
773 rc = hl_pci_set_inbound_region(hdev, 1, &inbound_region);
778 inbound_region.mode = PCI_BAR_MATCH_MODE;
779 inbound_region.bar = HBM_BAR_ID;
780 inbound_region.addr = DRAM_PHYS_BASE;
781 rc = hl_pci_set_inbound_region(hdev, 2, &inbound_region);