Home
last modified time | relevance | path

Searched refs:hdr_type (Results 1 – 12 of 12) sorted by relevance

/arch/ia64/pci/
Dfixup.c54 &&((bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE) in pci_fixup_video()
55 ||(bridge->hdr_type == PCI_HEADER_TYPE_CARDBUS))) { in pci_fixup_video()
/arch/powerpc/kernel/
Dpci_64.c171 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev()
174 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev()
176 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev()
215 pr_debug(" dev header type: %x\n", dev->hdr_type); in __of_scan_bus()
227 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in __of_scan_bus()
228 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) { in __of_scan_bus()
Dpci_32.c63 (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) && in fixup_hide_host_resource_fsl()
/arch/powerpc/platforms/pseries/
Dpci_dlpar.c128 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in pcibios_add_pci_devices()
129 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in pcibios_add_pci_devices()
Deeh.c1186 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in eeh_add_device_tree_late()
1233 if (bus && dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in eeh_remove_bus_device()
/arch/sparc/kernel/
Dpci.c328 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev()
331 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev()
333 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev()
634 dev->hdr_type); in pci_of_scan_bus()
636 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in pci_of_scan_bus()
637 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in pci_of_scan_bus()
/arch/powerpc/sysdev/
Dmv64x60_pci.c113 dev->hdr_type = PCI_HEADER_TYPE_INVALID; in mv64x60_pci_fixup_early()
Dmpic.c528 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE); in mpic_scan_ht_pics() local
548 if (PCI_FUNC(devfn) == 0 && (hdr_type & 0x80) == 0) in mpic_scan_ht_pics()
/arch/x86/pci/
Dfixup.c341 && ((bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE) in pci_fixup_video()
342 || (bridge->hdr_type == PCI_HEADER_TYPE_CARDBUS))) { in pci_fixup_video()
/arch/powerpc/platforms/85xx/
Dmpc85xx_cds.c154 dev->hdr_type = 0x7f; in skip_fake_bridge()
/arch/arm/kernel/
Dbios32.c427 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
/arch/mn10300/unit-asb2305/
Dpci.c338 limit = (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) ? in pcibios_fixup_device_resources()