Home
last modified time | relevance | path

Searched refs:bus_max (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/
H A Dpci-host-generic.c62 u32 bus, bus_max; in pci_dt_probe() local
101 bus_max = 0xff; in pci_dt_probe()
105 bus_max = fdt32_to_cpu(data[1]); in pci_dt_probe()
106 assert(bus <= bus_max); in pci_dt_probe()
108 assert(bus_max < base.size / (1 << PCI_ECAM_BUS_SHIFT)); in pci_dt_probe()
128 host->bus_max = bus_max; in pci_dt_probe()
H A Dpci-host-generic.h24 int bus_max; member