Home
last modified time | relevance | path

Searched refs:pci_root_ops (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-pc.c34 struct pci_ops *pci_root_ops; variable
425 return pci_scan_bus(busnum, pci_root_ops, NULL); in pcibios_scan_root()
498 bus.ops = pci_root_ops; in pcibios_fixup_peer_bridges()
505 pci_scan_bus(n, pci_root_ops, NULL); in pcibios_fixup_peer_bridges()
531 pci_scan_bus(n, pci_root_ops, NULL); in pci_scan_mptable()
579 && (pci_root_ops = pci_check_direct())) { in pcibios_config_init()
580 if (pci_root_ops == &pci_direct_conf1) { in pcibios_config_init()
599 if (!pci_root_ops) in pcibios_init()
607 pci_root_ops = dir; in pcibios_init()
Dpci-x86_64.h40 extern struct pci_ops *pci_root_ops;
/linux-2.4.37.9/arch/sh/kernel/
Dpci-sh7751.c35 struct pci_ops *pci_root_ops; variable
255 bus.ops = pci_root_ops; in pcibios_fixup_peer_bridges()
262 pci_scan_bus(n, pci_root_ops, NULL); in pcibios_fixup_peer_bridges()
335 pci_root_ops = dir; in pcibios_init()
342 pci_root_ops = bios; in pcibios_init()
349 pci_root_bus = pci_scan_bus(0, pci_root_ops, NULL); in pcibios_init()
/linux-2.4.37.9/arch/i386/kernel/
Dpci-pc.c27 struct pci_ops *pci_root_ops = NULL; variable
1135 bus.ops = pci_root_ops; in pcibios_fixup_peer_bridges()
1142 pci_scan_bus(n, pci_root_ops, NULL); in pcibios_fixup_peer_bridges()
1170 pci_scan_bus(QUADLOCAL2BUS(quad,busno), pci_root_ops, NULL); /* Bus A */ in pci_fixup_i450nx()
1172 pci_scan_bus(QUADLOCAL2BUS(quad,suba+1), pci_root_ops, NULL); /* Bus B */ in pci_fixup_i450nx()
1186 pci_scan_bus(busno, pci_root_ops, NULL); in pci_fixup_i450gx()
1412 return pci_scan_bus(busnum, pci_root_ops, NULL); in pcibios_scan_root()
1429 && ((pci_root_ops = pci_find_bios()))) { in pcibios_config_init()
1440 pci_root_ops = tmp; in pcibios_config_init()
1441 if (pci_root_ops == &pci_direct_conf1) { in pcibios_config_init()
[all …]
Dpci-i386.h40 extern struct pci_ops *pci_root_ops;
/linux-2.4.37.9/arch/ia64/sn/io/machvec/
Dpci.c212 extern struct pci_ops *pci_root_ops; in sn_pci_find_bios()
221 pci_root_ops = &snia64_pci_ops; in sn_pci_find_bios()
/linux-2.4.37.9/arch/ia64/hp/zx1/
Dhpzx1_misc.c249 extern struct pci_ops *pci_root_ops; in hpzx1_acpi_dev_init()
251 orig_pci_ops = pci_root_ops; in hpzx1_acpi_dev_init()
/linux-2.4.37.9/arch/ia64/kernel/
Dpci.c50 struct pci_ops *pci_root_ops; variable
361 return scan_root_bus(bus, pci_root_ops, controller); in pcibios_scan_root()
374 if (pci_root_ops) in pcibios_config_init()
379 pci_root_ops = &pci_sal_ops; in pcibios_config_init()
/linux-2.4.37.9/drivers/acpi/
Dpci_root.c42 extern struct pci_ops *pci_root_ops;