Home
last modified time | relevance | path

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

/hypervisor/include/hw/
A Dpci.h253 uint8_t start_bus; /* Starting PCI Bus number */ member
358 return 0x100000UL * (pci_mmcfg->end_bus - pci_mmcfg->start_bus + 1U); in get_pci_mmcfg_size()
/hypervisor/hw/
A Dpci.c72 .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()
/hypervisor/dm/vpci/
A Dvpci.c243 vm->vpci.pci_mmcfg.start_bus = USER_VM_VIRT_PCI_MMCFG_START_BUS; in init_vpci()

Completed in 8 milliseconds