Searched refs:start_bus (Results 1 – 3 of 3) sorted by relevance
253 uint8_t start_bus; /* Starting PCI Bus number */ member358 return 0x100000UL * (pci_mmcfg->end_bus - pci_mmcfg->start_bus + 1U); in get_pci_mmcfg_size()
72 .start_bus = DEFAULT_PCI_MMCFG_START_BUS,440 if ((pbdf.bits.b < phys_pci_mmcfg.start_bus) || (pbdf.bits.b > phys_pci_mmcfg.end_bus)) { in scan_pci_hierarchy()
243 vm->vpci.pci_mmcfg.start_bus = USER_VM_VIRT_PCI_MMCFG_START_BUS; in init_vpci()
Completed in 8 milliseconds