Searched refs:pcibios_last_bus (Results 1 – 8 of 8) sorted by relevance
/arch/x86/pci/ |
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()
|
D | pcbios.c | 161 if (pcibios_last_bus < 0) in check_pcibios() 162 pcibios_last_bus = ecx & 0xff; in check_pcibios() 164 status, hw_mech, major_ver, minor_ver, pcibios_last_bus); in check_pcibios() 171 major_ver, minor_ver, pcibios_entry, pcibios_last_bus); in check_pcibios()
|
D | common.c | 35 int pcibios_last_bus = -1; variable 578 pcibios_last_bus = simple_strtol(str+8, NULL, 0); in pcibios_setup()
|
D | fixup.c | 35 pcibios_last_bus = -1; in pci_fixup_i450nx() 49 pcibios_last_bus = -1; in pci_fixup_i450gx()
|
D | mmconfig-shared.c | 642 if (pcibios_last_bus < 0) { in __pci_mmcfg_init() 648 pcibios_last_bus = cfg->end_bus; in __pci_mmcfg_init()
|
D | irq.c | 145 pcibios_last_bus = -1; in pirq_peer_trick()
|
/arch/x86/kernel/ |
D | jailhouse.c | 138 if (pcibios_last_bus < 0) in jailhouse_pci_arch_init() 139 pcibios_last_bus = 0xff; in jailhouse_pci_arch_init() 143 pci_mmconfig_add(0, 0, pcibios_last_bus, in jailhouse_pci_arch_init()
|
/arch/x86/include/asm/ |
D | pci_x86.h | 60 extern int pcibios_last_bus;
|