Searched refs:bus_max (Results 1 – 2 of 2) sorted by relevance
62 u32 bus, bus_max; in pci_dt_probe() local101 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()
24 int bus_max; member