Home
last modified time | relevance | path

Searched refs:pcibios_last_bus (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/pci/
H A Dlegacy.c19 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 Dpcbios.c174 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 Dcommon.c35 int pcibios_last_bus = -1; variable
578 pcibios_last_bus = simple_strtol(str+8, NULL, 0); in pcibios_setup()
H A Dirq.c235 pcibios_last_bus = -1; in pirq_peer_trick()
/linux/arch/x86/kernel/
H A Djailhouse.c137 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 Dpci_x86.h65 extern int pcibios_last_bus;