Searched refs:pcibios_last_bus (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/pci/ |
H A D | legacy.c | 19 if (pcibios_last_bus <= 0 || pcibios_last_bus > 0xff) in pcibios_fixup_peer_bridges() 23 for (n=0; n <= pcibios_last_bus; n++) in pcibios_fixup_peer_bridges()
|
H A D | pcbios.c | 174 if (pcibios_last_bus < 0) in check_pcibios() 175 pcibios_last_bus = ecx & 0xff; in check_pcibios() 177 status, hw_mech, major_ver, minor_ver, pcibios_last_bus); in check_pcibios() 184 major_ver, minor_ver, pcibios_entry, pcibios_last_bus); in check_pcibios()
|
H A D | common.c | 35 int pcibios_last_bus = -1; variable 578 pcibios_last_bus = simple_strtol(str+8, NULL, 0); in pcibios_setup()
|
H A D | irq.c | 235 pcibios_last_bus = -1; in pirq_peer_trick()
|
/linux/arch/x86/kernel/ |
H A D | jailhouse.c | 137 if (pcibios_last_bus < 0) in jailhouse_pci_arch_init() 138 pcibios_last_bus = 0xff; in jailhouse_pci_arch_init() 142 pci_mmconfig_add(0, 0, pcibios_last_bus, in jailhouse_pci_arch_init()
|
/linux/arch/x86/include/asm/ |
H A D | pci_x86.h | 65 extern int pcibios_last_bus;
|